/********
Main Body
********/

html, body {
	background: #FFF;
	color: #000;
	font-family: Georgia, Calibri, Verdana;
	font-size: 12pt;
}

html {
	scroll-behavior: smooth;
}

/***
Divs
***/

#deskHeader {
	background: #0E2249;
	color: #FFF;
	height: 160px;
}

#mobHeader {
	background: #0E2249;
	color: #FFF;
	height: 80px;
}

.brand {
	display: block !important;
	padding: 0 !important;
}

img.brand {
	width: auto;
	max-height: 100%;
	height: 144px;
}

.brandInFlex {
	width: auto;
	max-height: 100%;
	height:64px;
}

.nav-links {
	display:flex;
	list-style: none;
}

.nav-links li {
    margin: 0 8px;
}

.nav-links a {
    font-size: 1em;
    transition: color 0.3s, text-decoration 0.3s, background-color 0.3s;
    padding: 4px 8px;
	border-bottom: 3px solid transparent !important;
}

.nav-links a:hover,
.nav-links a.active {
    color: #9E8B64;
	border-bottom: 3px solid #9E8B64 !important;
}

#dynamic {
	background: #FFF;
}

/*******
Elements
*******/

h1 {
	font-family: Georgia, Calibri, Verdana;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-family: Georgia, Calibri, Verdana;
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-family: Georgia, Calibri, Verdana;
	font-size: 1.25em;
	font-weight: bold;
}

a, a:link, a:visited {
	text-decoration: none;
	cursor: pointer;
}

strong {
	display: block;
	font-size: 1.25em;
	color: #0E2249;
}

.button {
	background: #0E2249;
	color: white;
}

/*************
Custom Classes
*************/

.img-container {
	position: relative;
}

.img-container .img-text-overlay {
	position: absolute; /* Position the background text */
	bottom: 0; /* At the bottom. Use top:0 to append it to the top */
	background: rgb(0, 0, 0); /* Fallback color */
	background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
	color: #f1f1f1; /* Grey text */
	width: 100%; /* Full width */
	padding: 16px; /* Some padding */
}

.text-overlay {
	background: rgb(0, 0, 0); /* Fallback color */
	background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
	color: #FFFFFF; /* Grey text */
	padding: 16px; /* Some padding */
	text-align: center;
	width: 100%;
}

.serviceBox {
	height: 100px;
	overflow: hidden;
}

.bite-list {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	padding: 12px;
	text-align: center;
}

.bite-list li{
	display: inline-block;
	padding: 12px;
}

.faq-list {
	padding-left: 0;
	list-style-type: none;
}

.faq-list li{
	margin-bottom: 16px;
	border-bottom: 1px #CCCCCC solid;
	background: #EEEEEE;
	padding: 8px;
}

.cookie-banner {
	background: #555;
	color: #fff;
	padding: 8px;
	font-size: 12pt;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.hidden { opacity:0; visibility:hidden; }

/*****
Colors
*****/
.bg-navy-blue { background: #0E2249; color: #FFF; }
.bg-bronze { background: #cc6633; color: #FFF; }
.bg-gold { background: #CBB26A; color: #FFF; }
.bg-blue { background: #66CCCC; color: #FFF; }
.bg-gold1 { background: #9E8B64; color: #FFF; }
.bg-gold2 { background: #A39A87; color: #FFF; }
.bg-hover-navy:hover { background: #5E6B9A !important; color: #FFF !important; }

.border-blue { border: 4px solid #669999; }

.text-gold { color: #CBB26A; }

/*Becky's*/
.text-gold1 { color: #9E8B64; }
.text-gold2 { color: #A39A87; }


/*****************
W3 Class Overrides
*****************/

