@charset "utf-8";
/* CSS Document */

html{scroll-behavior: smooth;}

body{
	margin:0;
	padding:0;
	background-image: url("Background/ClrBackground.png");
	position:400px left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;	 
}

body h3{
 font-family: 'DM Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  color:#FFFFFF; 
}


#wrapper{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.logo{
	position:fixed;
	top: 5px;
	left:8%;
	width:8%;
	z-index: 9999;
}

.phone{
	position:absolute;
	top:110px;
	left:6%;
	font-family: 'DM Sans', sans-serif;
	font-size: 2em;
	color:#FFFFFF;
	font-weight:600;
	z-index: 999; 
}

.phone a:link{
	text-decoration: none;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}

.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background-image: url("Background/Header.png");
	background-position:center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 999;
}

.menu{
	position:absolute;
	top:35px;
	left:25%;
	width:70%;
	display: flex;
	justify-content: space-between;
	gap:10px; 
}

.menu a{
	padding:10px;
	flex-grow:1;
	text-align: center;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color:#FFFFFF; 
	transition: all .4s ease-in-out;
}

.menu a:hover{
	font-weight: 600;
	letter-spacing: 1px;
}

.hmbkgrnd{
	position: relative;
	margin:0 auto;
	width:100%;
	z-index: 997;
}

.hmbkgrnd img{border-bottom: 4px solid #013881;}

.tagline{
	position:absolute;
	top:230px;
	right:15%;
	width:40%;
	z-index: 998; 
}

.tagline a:link{text-decoration: none;}

.tagline h1{
  font-family: 'DM Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 3em;
  color:#FFFFFF;
  text-shadow: 2px 2px 3px #000000;
}

.tagline p{
	position:relative;
	margin:-25px auto;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color:#EFEFEF;
	text-shadow: .5px .5px 1px #000000;
}

.fadeInDownBig{
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-animation-duration:3s;
}

.hmbtn{
	position:relative;
	margin:50px 72%;
	padding:10px;
	width:25%;
	background-color:#EFEFEF;
	text-align:center;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	color: #222222;
	font-weight:600;
	border:1px solid #333333;
	transition: all .4s ease-in-out;
	scroll-behavior: smooth;
}

.hmbtn:hover{
	border: 1px solid #33333;
	background-color: #013881;
	color:#EFEFEF;
}

.homecontent{
	position:relative;
	margin:0 auto;
	width:100%;
}

 

.homecontent a:link{text-decoration:none;}

.homecopy{
	position:relative;
	margin:50px auto;
	width:80%;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}

.homeflex{
	position:relative;
	margin:25px auto;
	width:75%;
	display: flex;
	justify-content: space-between;
	gap:60px;
}

.homeflex h2{
	font-family: 'DM Sans', sans-serif;
	font-size:1.2em;
	color:#222222;
}

.homeflex p{
	position:relative;
	margin:0 auto;
	font-family: 'Roboto', sans-serif;
	color:#444444;
}

.homebox{
	flex-basis:33%;
	min-height: 530px; 
}

.boxtext{
	position:relative;
	margin:0 auto;
	width:90%;
	min-height:135px;
}

.boxbtn{
	position:relative;
	margin:0 5%;
	padding:8px;
	width:40%;
	background-color: #013881;
	font-family: 'Roboto', sans-serif;
	color:#FFFFFF;
	font-weight: 500;
	border: 1px solid #013881;
	transition: all .4s ease-in-out;
}

.boxbtn:hover{
	background-color: #EFEFEF;
	color:#013881;
	border: 1px solid #013881;
}

.videoarea{
	position:relative;
	margin:150px auto;
	width:100%;
	background-image: url("Background/gryclrbox.png");
	background-repeat: repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	box-shadow: 0 -5px 5px -5px #888888;
	box-shadow: 0 3px 3px 5px #888888;
}

.videoarea a:link{
	color:#000000;
	font-style: italic;
	font-weight: 500;
	text-decoration: none;
}

.videoflex{
	position:relative;
	margin:40px auto;
	width:70%;
	display: flex;
	justify-content: space-between;
	gap:30px;
	align-items: center;
}

.videobox{
	flex-basis: 50%;
}

.videoarea h3{
	font-family: 'DM Sans', sans-serif;
	font-size: 1.2em;
	color:#222222;
}

.videoarea p{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color:#222222;
}

.footer{
	position:absolute;
	bottom:-200px;
	left:0;
	width:100%;
	text-align: center;
	height:150px;
	background-color: #013881;
}

.footer a:link{text-decoration:none;}
.footer a:visited{color:#A0A0A0;}

.footer img{
	margin:0 10px 0 10px;
}

.footercontent{
	position:relative;
	margin:30px auto;
	display: flex;
	width:40%;
	justify-content: space-between;
	gap:50px;
	align-items: center;
}

.footerbox{
	flex-basis:50%;
}

.footercontent p{
	font-family: 'Roboto', sans-serif;
	color:#FFFFFF;
	font-size: 1em;
}


/*CSS for subpages*/

.subheader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:75px;
	background-color: #013881;
	z-index: 9999;
}

.submenu{
	position:absolute;
	top:18px;
	left:18%;
	width:79%;
	display: flex;
	justify-content: space-between;
	gap:10px;
}

.submenu a{
	padding:10px;
	font-family: 'Roboto', sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	transition: all .4s ease-in-out;
}


.submenu a:hover{
	letter-spacing: 1px;
}

.sublogo{
	position:fixed;
	top:-10px;
	left:1%;
	width:5%;
	z-index: 99999;
}

.subbkgrnd{
	position:relative;
	margin:75px auto;
	width:100%;
}

.subbkgrnd img{border-bottom: 4px solid #013881;}
.subcontent{
	position:relative;
	margin:0 auto;
	width:80%;
}

.subcontent a:link{text-decoration: none;}

.subcontent h1{
	font-family: 'DM Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5em;
  color:#000000; 
}

.subcontent p{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color:#333300;
}

/*End of CSS for subpages*/

#sidebar{display: none;}
.mobbkgrnd{display: none;}
.mobpics{display: none;}
.mobimages{display: none;}
.mobbkgrnd{display: none;}

@media screen and (max-width:1680px){

.logo{ 
	top:-25px;
	left:8%;
	width:9%; 
}
	
.tagline{ 
	top:190px;
	right:15%;
	width:40%;  
}

.footercontent{width:50%;}
	
/*CSS for sub pages*/
	
.sublogo{ 
	top:-10px;
	left:1%;
	width:6%; 
}
	
	
	
/*End CSS for sub pages*/
	
}

@media screen and (max-width:1600px){
.logo{ 
	top:-25px;
	left:7%;
	width:9.5%; 
}
	
.videoarea{
	position:relative;
	margin:70px auto;
	width:100%;
	background-image: url("Background/gryclrbox.png");
	background-repeat: repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	box-shadow: 0 -5px 5px -5px #888888;
	box-shadow: 0 3px 3px 5px #888888;
}	
	
}


@media screen and (max-width:1440px){
	
.logo{ 
	top:-25px;
	left:7%;
	width:10.5%; 
}
	
.phone{ 
	top:110px;
	left:6%; 
	font-size: 1.5em; 
	font-weight:700; 
}
	
.tagline{ 
	top:150px;
	right:15%;
	width:40%;  
}
	
	.tagline h1{
		font-size: 2.7em;
	}
	
	.tagline p{font-size: .9em;}
	.hmbtn{font-size: .9em;}
	
	.homecontent p{font-size:.9em;}
	.homeflex p{font-size:.9em;}
	.boxbtn {font-size: .9em;}

	.videoarea p{font-size: .9em;}
	.footer p{font-size: .9em;}
	
	
	/*CSS for subpages*/
	
.sublogo{ 
	top:-20px;
	left:1%;
	width:8%; 
}

	
	/*End CSS for subpages*/

	
}

@media screen and (max-width:1366px){
	
	.logo{ 
	top:-25px;
	left:7%;
	width:11.5%; 
}
	
.phone{ 
	top:110px;
	left:6.5%; 
	font-size: 1.4em; 
	font-weight:700; 
}

.menu a{font-size: .9em;}
	
	
/*CSS for sub pages*/
	
	.sublogo{ 
	top:3px;
	left:1%;
	width:9%; 
}

	
/*End CSS for sub pages*/
	
	
}


@media screen and (max-width:1280px){
	
	.logo{ 
	top:-25px;
	left:5%;
	width:12%; 
}
	
.phone{ 
	top:110px;
	left:4.5%; 
	font-size: 1.4em; 
	font-weight:700; 
}

.tagline{ 
	top:120px;
	right:15%;
	width:40%;  
}
	
	.tagline h1{
		font-size: 2.5em;
	}
	
	.tagline p{font-size: .9em;}
	
/*CSS for sub pages*/
	
	.sublogo{ 
	 
	left:1%;
	width:10%; 
}

	
/*End CSS for sub pages*/



	
}

@media screen and (max-width:1024px){
	
	.logo{ 
	top:-25px;
	left:5%;
	width:14%; 
}
	
.phone{ 
	top:100px;
	left:4.5%; 
	font-size: 1.3em; 
	font-weight:700; 
}

.tagline{ 
	top:120px;
	right:15%;
	width:40%;  
}
	
	.tagline h1{
		font-size: 2.2em;
	}
	
	.tagline p{font-size: .85em;}
	.hmbtn{width:40%;}
	
/*CSS for subpages*/
	
.sublogo{ 
	top:-15px;
	left:1%;
	width:9%; 
}

.submenu{ 
	top:18px;
	left:16%;
	width:79%; 
}

.submenu a{font-size: .9em;}

	
/*End CSS for subpages*/
	
}

@media screen and (max-width:820px){
	
	.logo{ 
	top: 5px;
	left:2%;
	width:12%; 
}
	
.menu{
	position:absolute;
	top:35px;
	left:20%;
	width:78%;
	display: flex;
	justify-content: space-between;
	gap:10px; 
}

	.menu a{font-size: .8em;}
	
.phone{ 
	top:70px;
	left:1%; 
	font-size: 1em; 
	font-weight:700; 
	z-index: 9999;
}

.tagline{ 
	top:100px;
	right:15%;
	width:50%;  
}
	
	.tagline h1{
		font-size: 1.6em;
	}
	
	.tagline p{font-size: .8em; margin:-15px;}
	.hmbtn{ margin: 25px 65%; font-size: .8em; width:40%; }
	.homeflex{flex-direction: column;}
	.homebox{margin-bottom: 50px;}
	.videoflex{flex-direction: column;}
	.videoflex video{width:100%;}
	.footercontent{width:80%;}
	
/*CSS for subpages*/
	
.sublogo{ 
	top:-15px;
	left:1%;
	width:7%; 
}

.submenu{ 
	top:25px;
	left:10%;
	width:85%; 
}

.submenu a{font-size: .8em;}

	
/*End CSS for subpages*/

	
	
}

@media screen and (max-width:768px){
	
/*CSS for subpages*/
	
.sublogo{ 
	top: 15px;
	left:1%;
	width:7%; 
}

.submenu{ 
	top:30px;
	left:5%;
	width:90%; 
}

.submenu a{font-size: .75em;}

	
/*End CSS for subpages*/
	
	
	
}

@media screen and (max-width:732px){
	
.hmbkgrnd{display: none;}
	
	.mobbkgrnd{
		position:relative;
		margin:130px auto;
		width:100%;
		display: block;
	}
	
	.menu{display: none;}
	
		.logo{ 
	top:1px;
	left:22%;
	width:60%;
	font-size:2em;
}
	
	.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:130px;
	background-color:#013881;
	z-index: 999;
}

.tagline{ 
	top:170px;
	right:8%;
	width:80%;  
}
	
	.tagline h1{
		font-size: 1.8em;
	}
	
	.tagline p{display: none;}
	.hmbtn{display: none;}
	
	.phone{display: none;}

	.homebox{margin-bottom: 0px;}
	.homecontent{ 
	margin:-50px auto;
	width:100%;
}
	
	.homecontent p{font-size: 1em;}
	.videoarea p{font-size:1em;}
	.footercontent{width:90%;}

	
#sidebar{
	display:block;
	background:#333333;
	position:fixed;
	width:200px;
	left:-200px;
	top:0; 
	opacity:.90;
	height:100%;
	transition: left 0.3s linear;
	z-index: 9999999;
}

	
	
#sidebar.visible{
	left:0;
	transition: left 0.3s linear;
}
		
#sidebar-btn{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:15px;
	cursor:pointer;
	margin:20px;
	position:fixed;
	top:15px;
	right:15px;	
	z-index: 999999999;
}
			
#sidebar-btn span{
	height:3px;
	background:#FFFFFF;
	margin-bottom:5px;
	display: block;
}
	
#sidebar-btn span:nth-child(2){width:75%;}
#sidebar-btn span:nth-child(3){width:60%;}
	
ul{
	margin:0;
	padding:0;				
}
		
ul li{list-style:none; padding-top:10px;}
		
ul li a{
	font-family: 'Quicksand', sans-serif;
	font-size:1em;
	color:#FFFFFF;
	border-bottom:.25px solid #FFFFFF;
	display:block;
	width:152px;
	padding:15px 0 15px 10px;
	text-decoration:none;				
}
	.subheader{height:130px;} 
	.subcontent{width:98%:} 
	.subcontent strong{display: none;}
	.subbkgrnd{display: none;}
	.deskimages{display: none;}
	.mobimages{
		position:relative;
		margin:50px auto;
		width:100%;
		display: block;
	}
	
	.submenu{display: none;}
	.sublogo{ 
	top:5px;
	left:20%;
	width:36%;
	font-size:1.5em;
}

	
	
}



























































