@charset "utf-8";
.red {
	color: #c80000;
}

.btn {
	background-color:#a00707;
	border: none;
	box-shadow: 0px 5px #600606;
	width: 100%;
	color: #FFF;
	font-size:35px;
	font-weight:bold;
	height:60px;
	border-radius: 10px;
	transition: 1s;
	cursor: pointer;
}
	
.btn:hover {
	color: #000;}

.optin {
	border-radius: 5px; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 3px solid #F00;
margin-bottom:10px;
height: 40px;
width: 98%;
text-align: center;
font-size: 20px;
color:#666;
background: white}

.bgheader {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-color: #000;
}

	
.bg1 {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #000;
}

.bg2 {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bg2a {
	background-image: url(../images/bg2a.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bg3 {
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	background-color: #ffc000;
}
.bg4 {
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg5 {
	background-image: url(../images/bg5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg6 {
	background-image: url(../images/bg6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.bg7 {
	background-image: url(../images/bg7.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bg8 {
	background-image: url(../images/bg8.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.ba {
	font-family: "Oswald", sans-serif;
}

.lt {
	font-family: "Poppins", sans-serif;
}

.flex {
	display: flex;
	justify-content: space-between;}
	
.twocol {
	width:48%}
	
.threecol {
	width:32%}
	
.onefour {
	width:20%;
	}
	
.threefour {
	width:79%;
	}
	
.onethree {
	width:40%;
	}
	
.twothree {
	width:60%;
	}
	
.colrev {
	flex-direction: none;}
.h90 {
	font-size: 80px;
	letter-spacing: -1px;
	line-height: 85px;
}
	
.h55 {
	font-size: 55px;
	letter-spacing: -1px;
	line-height: 65px;
}



.h40 {
	font-size: 42px;
	line-height:50px;
	letter-spacing:-1px;
}
	
.h30 {
	font-size: 30px;
	line-height:42px;
	letter-spacing:-1px;
}
	
.h25 {
	font-size: 25px;
	line-height:32px;
}
	
.h20 {
	font-size: 20px;
	line-height:27px;
}

	
.wh {
	color: #fff;}
	
.yl {
	color: #ffc000;
}
	
.gr {color: #026847;}

	
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
	.mg30 {
		margin-top: 30px;
	}
	
	.hidden {
	display: none; }

.responsive {
	width:90%;}
			
.flex {
	flex-direction: column;}
	
.onefour, .threefour, .onethree, .twothree, .twocol, .threecol {
	width: 100%;
	}
		
.h90 {
	font-size: 55px;
	letter-spacing: -1px;
	line-height: 60px;
}

.h55 {
	font-size: 45px;
	letter-spacing: -1px;
	line-height: 55px;
}	
		
.h40 {
	font-size: 30px;
	line-height: 35px;
}
	
.h30 {
	font-size: 25px;
	line-height:35px;
}
	
.h25 {
	font-size: 18px;
	line-height:25px;
}
	
.h20 {
	font-size: 17px;
	line-height:25px;
	letter-spacing: 0px;
}
	
.h17 {
	font-size: 15px;
	line-height:22px;
}
.h15 {
	font-size: 13px;
	line-height:20px;
}
	
.colrev {
	flex-direction: column-reverse;}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1365px) {
.responsive {
		width:90%;}
}
	
