html {
overflow-x:hidden;
}
body {
font-family:'Merriweather Sans', sans-serif;
font-size:100%;
color:gray;
margin:auto;
overflow-x:hidden;
line-height:1.2;
}
ul {
padding-inline-start:0px;
}
a {
text-decoration:none;
}
a.hover {
text-decoration:none;
}
.bg-xlight {
background-color:#f7f3f2;
}
.fg-xlight {
color:#f7f3f2;
}
.bg-xdark {
background-color:black;
}
.fg-xdark {
color:black;
}
.bg-black {
background-color:black;
}
.fg-black {
color:black;
}
.bg-green {
background-color:green;
}
.fg-green {
color:green;
}
.bg-red {
background-color:red;
}
.fg-red {
color:red;
}
.bg-light-grey {
background-color:#e8e8e8;
}
.fg-light-grey {
color:#e8e8e8;
}
.bg-grey {
background-color:#878686;
}
.fg-grey {
color:#878686;
}
.bg-white {
background-color:white;
}
.fg-white {
color:white;
}
.bg-xheader {
background-color:black;
}
.fg-xheader {
color:black;
}
.bg-xlight2 {
background-color:#e3e3e3;
}
.fg-xlight2 {
color:#e3e3e3;
}
.bg-xlight3 {
background-color:#e8e8e8;
}
.fg-xlight3 {
color:#e8e8e8;
}
.bg-xdark2 {
background-color:#6b6363;
}
.fg-xdark2 {
color:#6b6363;
}
.bg-xlight5 {
background-color:#6b6969;
}
.fg-xlight5 {
color:#6b6969;
}
.bg-blue {
background-color:#0373fc;
}
.fg-blue {
color:#0373fc;
}
.bg-golfdark {
background-color:#363535;
}
.fg-golfdark {
color:#363535;
}
.site-header {
background-size:cover;
background-position:center bottom;
min-height:20vh;
}
.navitem:hover {
background-color:black;
color:white;
font-style:bold;
text-decoration:none;
}
