/* CUSTOM FONTS */
@font-face{font-family:exoregular;src:url(fonts/exo-regular-webfont.woff2) format('woff2'),url(fonts/exo-regular-webfont.woff) format('woff'),url(fonts/exo-regular-truetype.ttf) format('truetype');font-weight:400;font-style:normal}
@font-face{font-family:calibri;src:url(fonts/calibri-bold-webfont.woff2) format('woff2'),url(fonts/calibri-bold-webfont.woff) format('woff'),url(fonts/calibri-bold-truetype.ttf) format('truetype');font-weight:bold;font-style:normal}

/* MISC. */
.elementor-editor-active section:first-child {margin-top: 100px;}
body {}
.adminBar {margin-top: 32px;}
.text-shadow {text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);}
.calibri-font * {font-family: "calibri",sans-serif;}
.text-highlight {color: #0097ab;}
.no-margin * {margin: 0;}
.no-bottom-margin *, .elementor-widget {margin-bottom: 0!important;}

/* HEADER */
#header {
	border-top: 7px solid #0097ab;
	border-bottom: 1px solid #0097ab;
	background-color: rgb(25,25,25);
	color: #FFFFFF;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
#header a {text-decoration: none;}
#header .w3-bar-item:hover {cursor: pointer;}
#logo img {max-height: 36px;}
#mobile-menu-toggle {display: none; text-align: center;}
#mobile-menu-toggle:hover {cursor: pointer;}
#nav {display: block; text-align: right;}
#nav .w3-bar-item {
	font-family: "exoregular",sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding: 14px 20px;
	float: none;
	display: inline-block;
}
#nav .w3-bar-item:hover {
	border-bottom: 4px solid #0097ab;
	padding: 14px 20px 10px 20px;
}
@media (min-width:1300px){
	#logo {width: 15%;}
	#nav {width: 85%;}
}
@media (min-width:601px) and (max-width:1299px){
	#logo {width: 20%;}
	#nav {width: 80%;}
}
@media (max-width:600px){
	#header {position: relative;}
	#logo {text-align: center;}
	#logo .w3-bar-item {float: none;}
	#mobile-menu-toggle {display: block;}
	#nav {display: none; text-align: center; position: absolute; top: 92; z-index: 999; background-color: #000000;}
	#nav .w3-bar-item {padding: 10px!important; background-color: rgb(50,50,50); width: 100%; display: block;}
	#nav .w3-bar-item:hover {
		border-bottom: none;
		padding: 14px 20px;
	}
	#nav .w3-right {padding-top: 10px;}
}

/* CONTENT */
#content {font-size: 17px;}
@media (min-width:601px){
	#content, .elementor-element-080f432 {margin-top: 60px; padding-bottom: 15px; min-height: calc(100% - 106px);}
}
@media (max-width:600px){
	#content {margin-top: 0px; min-height: calc(100% - 214px);}
}

/* FOOTER */
#footer {background-color: rgb(25,25,25); color: #FFFFFF; position: fixed; bottom: 0; z-index: 999; width: 100%;}
@media (min-width:601px){
	#footer-copy span {display: none!important;}
}
@media (max-width: 600px){
	#footer {position: relative;}
}

/* HOME */
.elementor-element-6040639, .elementor-element-2cf573a {margin-bottom: 0!important;}