<!-- This is Domestic using Bootstrap 4
2025 Domestic specific colours
Ice blue #00f0fc;
Teal: #799f9f;
Green: #00ff00;
White: #ffffff; Black #000000;
Button background-color: #0f0f0f;
menu buttons
Big headings are  green
Small headings are black for readability
(See also HEAD.php)
-->

<style>
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #0f0f0f !important;
}

body {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: medium;
    font-size: 22px;
}

p,ul,li {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 22px;
}

p.centre {
    text-align: center;
}

h1 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #00ff00;
}

h2,h3 {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
    color: #00bf00;
}

h4,h5,h6 {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
    color: #ffffff;
}

hr {
border:solid 1px ;
width: 80%;
color: #000000;
height: 4px;
}


.table-xtra-condensed > thead > tr > th,
.table-xtra-condensed > tbody > tr > th,
.table-xtra-condensed > tfoot > tr > th,
.table-xtra-condensed > thead > tr > td,
.table-xtra-condensed > tbody > tr > td,
.table-xtra-condensed > tfoot > tr > td {
  padding: 2px;
}
.grecaptcha-badge { visibility: hidden; }

/* make pictures resize on mobile */
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}
/* Space navbar menu items */
.navbar ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
/*  flex-wrap: nowrap; /* assumes you only want one row */
}

li { font-size: 20px; }

/* support for tabbing */
/* change border radius for the tab , apply corners on top*/

#Taboo .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

