@charset "utf-8";
.bgheader {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #FFF;
	z-index: 1;
}

.logo {
	width: 370px;
	height: auto;
	margin-bottom: 20px;
	margin-top: 0px
}

	
.bg1 {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #000;
}

.bg2 {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.bg3 {
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg4 {
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg5 {
	background-image: url(../images/bg2a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg6 {
	background-image: url(../images/bg6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


.mont {
	  font-family: "Inter", sans-serif;
}

.caps {
	text-transform: uppercase;
}

.os {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "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;}

	
.h55 {
	font-size: 46px;
	letter-spacing: -1px;
	line-height: 55px;
}


.h40 {
	font-size: 38px;
	line-height:50px;
	letter-spacing:-1px;
}
	
.h30 {
	font-size: 32px;
	line-height:42px;
	letter-spacing:-1px;
}
	
.h25 {
	font-size: 25px;
	line-height:32px;
}
	
.h20 {
	font-size: 17px;
	line-height:23px;
}

	
.wh {
	color: #fff;}
	
.red {
	color: #b0d33a;
}
	
.bl {color: #0028a9;}

.btn {
	background:none;
	border: 2px solid #f00;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:70%;
	cursor: pointer;
	}

.btn span:hover {
	transition: 1s}
	
.btn span:hover {
	color: #f00;}
	
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
.bgheader {
	background-image: url(../images/header2.jpg);
	background-position: left top;
}
	
	.logo {
	margin-top: 0px; margin-left: -40px; margin-bottom: 20px;
	width: 372px;
	height: auto;
}

	
	.responsive {
	width:90%;}
			
.flex {
	flex-direction: column;}
	
.onefour, .threefour, .onethree, .twothree, .twocol, .threecol {
	width: 100%;
	}
		
.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%;}
}
	
