@charset "utf-8";
.footer {
}
body {
	background-color: #ffffff;
	background-image: url(../images/bkgd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #000000 !important;

}
@font-face {
    font-family: hanzel;
    src: url(../hanzel.ttf);
}
h1 {
	font-family: hanzel, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 34px;
}
h2 {
	font-family: hanzel, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 28px;
}
h3 {
	font-family: hanzel, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 20px;
}
.black {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.77) 0%,rgba(0,0,0,0.70) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.77) 0%,rgba(0,0,0,0.70) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.77) 0%,rgba(0,0,0,0.70) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.77) 0%,rgba(0,0,0,0.70) 100%);
}
.full-width {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.top-pad {
    padding-top: 10px;
}
li {
	text-align: left;
	font-size: 15px !important;
}
a {
	color: #005AF9;
	font-weight: bold;
	text-decoration: underline;
}
p {
	text-align: left;
	font-size: 16px !important;
	
}
.section {
	padding-top: 100px;
}
.heatshield {
	background-color: rgba(255,255,255,0.60);
	padding-top: 15px;
}

/*Adjust Menu tab color on mobile*/
ul#css3menu1 > label.switch:before{
	content:"";position:absolute;display:block;height:4px;width:25px;border-radius:4px;background:#000000 !important;-moz-box-shadow:0 8px #000000, 0 16px #000000;-webkit-box-shadow:0 8px #000000, 0 16px #000000;box-shadow:0 8px #000000, 0 16px #000000 !important; }

/*menu fixes*/
ul#css3menu1 *{
-webkit-box-sizing:content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;

}
ul#css3menu1 *:before,
ul#css3menu1 *:after{
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}
/*and to extend menu margines to edge, and add .no-gutter to row tag*/
ul#css3menu1 {
margin: 0px 0%;	
width: 100%;
	}
/*end menu fixes*/

@media (max-width:767px){
h1 {
    font-size: 26px;

}