html, body {
	max-width: 100vw !important;
	overflow-x: hidden !important;
}

@font-face {
  font-family: MainCaption;
  src: url('../fonts/Lemon-Days.ttf');
}

body {
	/* background-color: rgba(240,240,240,1.00); */
	/* background-color: #00214D; */
	background-color: #ffffff;
	color: white;
	font-size: 12pt;
}

@media (min-width: 576px) {
	.header-title {
		font-size: 24pt;
	}
	.header-subtitle {
		font-size: 14pt;
	}
}

@media (min-width: 768px) {
	.header-title {
		font-size: 28pt;
		margin-left: 30px;
	}
	.header-subtitle {
		font-size: 16pt;
		margin-left: 30px;
	}
}

/* Colours */

:root {
	--mid-blue: #00416D;
}

#menuPanel {
	background-color: rgba(0,0,0,0.0);
}

#topPanel {
}

.topContainer {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 75px;
}

#bodyContainer {
    background-color: white;
	color: black;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 22px 30px 22px;
	/* box-shadow: 2px 2px 3px 2px #202020; */
}

#footerRow {
	background-color: #C8C8C8;
	font-size: 12px;
}

#img-top {
	top: 75px;
	margin-top: 75px;
}

.pageFooter {
	font-size: 10pt;
	color: #3f3f3f;
}

.imgCaption {
	font-size: 10pt;
	color: #2f2f2f;
	font-style: italic;
	text-align: center;
	margin-top: 2px;
	padding-top: 0px;
}
.header-title {
	font-size: 16pt;
	font-weight: bold;
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.header-subtitle {
	font-size: 12pt;
	font-weight: bold;
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.text-quote {
	font-style: italic;
	font-weight: bold;
}

/* Image Modifiers */
.img-feat {
	border-radius: 8px;
	margin-bottom: 15px;
	box-shadow: 3px 3px 3px 2px #606060;
	box-shadow: 2px 2px 3px 2px #A0A0A0;
}

.img-head {
	border-radius: 0px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}

.topSpace {
	margin-top: 15px;
}

h1, h2, h3, h4, h5 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";	
	color: var(--mid-blue);
}

h1, h2, h3 {
	font-family: MainCaption;
	/* text-shadow: 2px 2px 3px #C0C0C0; */
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 22pt;
}

h3 {
	font-size: 18pt;
}

h5 {
    color: rgba(30,30,30,1.00);
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 1px 0px;
}

h6 {
    color: rgba(30,30,30,1.00);
    font-size: 8pt;
}


.textHeader {
    font-size: 40px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    color: yellow;
}

.textAnnounce {
    font-size: 20px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    color: darkgoldenrod;
}

.itemCard {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgba(229,229,229,1.00);
    border-radius: 5px;
}

.itemCard P {
    color: black;
}

.blackPanel {
	color: #ffffff;
	padding: 8px;
	background-color: #000000;
}
.yellowPanel {
	padding: 8px;
	background-color: rgba(245,224,0,1.00);
}
.img-left {
	float: left;
	margin-right: 10px;
}
.div-break {
	clear: both;
}

.panelHighlight {
	/*font-size: 14pt;*/
	border-style: solid;
	border-width: 2px;
	border-radius: 7px;
	border-color: #222222;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

.topBlank {
	height: 50px;
}

.fixHead {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

.panelTopBar {
    background: rgba(57,41,41,0.6);
    margin-bottom: 15px;
}

.panelTopBar2 {
    margin-bottom: 15px;
    /* border-bottom: solid 1px rgba(86,91,255,1.00); */
}

.panelBlueUnlined {
    background: #292939;
    margin-bottom: 15px;
}

.panelGreyUnlined {
    background:rgba(41,41,41,0.6);
    margin-bottom: 15px;
    border-radius: 8px;
}

.textFooter {
    font-size: 12px;
}

#mobNav {
    position: fixed; /* Make it stick/fixed */
    top: 50px; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    min-height: 25px;
    background-color: white;
    z-index: 10;
}

.topImgRow {
    background-color: #3E2D00;
    z-index: -5;
    padding-left: 0px;
    padding-right: 0px;
	min-height: 100px;
	max-height: 350px;
}

.imgRound {
	border-radius: 50%;
	border: solid 28px white;
}

.hoverColor:hover {
	filter: grayscale(100%) brightness(150%);
}


.textContact {
    font-size: 20pt;
    color: green;
    margin-top: 8px;
    margin-bottom: 16px;
    text-align: center;
}

/* Blog Styles */

.blogSnippet {
    margin-left:15px;
    color: grey;
    font-size: 10pt;
}

.blogPanel li {
	font-size: 12pt;
}

.lazyImage {
    min-height: 10vw;
}

.img-blog {
	margin-top: 12px;
    margin-right: 10px;
	margin-bottom: 2px;
}

.blogNavPanel {
    font-size: 10pt;
	border: 1px #404040;
	padding-left: 20px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px 2px #404040;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 7px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.navbar {
    background-image: none;
    font-size: 15px;
}

.dropdown-item {
    font-size: 15px;
}

/*
.navbar-dark, .bg-dark {
    background-image: none;
    background-color: rgba(0,3,115,1.00);    
    color: green;
}

.navbar-light, .bg-light {
    background-image: none;
    background-color: #4A4AdC;    
    color: white;

}
*/

.navbar-hawthorn {
	background-color:  var(--mid-blue);
	color: #FFFFFF;
}

.navbar-hawthorn 
.navbar-brand,
.navbar-hawthorn 
.navbar-nav 
.nav-link {
    color: #ffffff;
}

.navbar-hawthorn 
.navbar-toggler-icon {
	background-image: none!important;
    background-color: black;
	height: 3px;
	width: 25px;
}

.navbar-hawthorn 
.navbar-toggler {
	border-color: #ffffff;
}


.midMenu {
    padding: 3px 0px 5px 0px;
    background-color: #717171;
}

.midMenu A:link, .midMenu A:visited {
    text-decoration: none;
    font-size: 12px;
    color: white;
}

.midMenu li A:link, .midMenu li A:visited {
    color: #2F2F2F;
}

.midMenu A:hover {
    text-decoration: none;
    font-size: 12px;
    color: #0C0E40;
}




