@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image: url("Backgrounds/Sitebkgrnd1.jpg");
	backgground-position:top,left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


#wrapper{
	position:absolute;
	top:0;
	left:0;
	width:100%; 
}

p{
	font-family: 'Google Sans', sans-serif;
	font-color:#222222;
	font-size:1em;
}

a:link{text-decoration:none;}

.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 170px;
	background-image: url("Backgrounds/Headerbkgrnd.jpg");
	border-bottom:3px solid black;
	z-index: 99999;
}

.header a:link{text-decoration:none;}

.logo{
	position:fixed;
	top:8px;
	left:45%;
	width:8%;
	z-index: 999999;
}

.menuleft{
	position:absolute;
	top:75px;
	left:10%;
	width:25%;
	display: flex;
	justify-content: space-between;
	gap:20px; 
}

.menuleft a{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em; 
	color:#FFFFFF;
	padding: 10px;
	background-color: #222222;
	text-align:center;
	border:.5px solid black;
	flex-basis: 20%;
	transition: all .4s ease;
}

.menuleft a:hover{
	background-color:#9B9999;
	border:.5px solid black;
	color:#FFFFFF;
}

.menuright{
	position:absolute;
	top:75px;
	right:10%;
	width:25%;
	display: flex;
	justify-content: space-between;
	gap:20px;
}


.menuright a{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em; 
	color:#FFFFFF;
	padding: 10px;
	background-color: #222222;
	text-align:center;
	flex-basis: 20%;
	border: .5px solid black;
	transition: all .4s ease;
}

.menuright a:hover{
	background-color:#9B9999;
	border:.5px solid black;
	color:#FFFFFF;
}

.hmbackground{
	position:relative;
	margin:170px auto;
	width:100%;
	height:700px;
	z-index: 998;
	overflow: hidden; 
}


.video{
	min-width:100%;
	min-height:100%;
}

.hmcontent{
	position:relative;
	margin:-170px auto;
}

.hmcontent a:link{text-decoration:none;}

.hmtext{
	position:relative;
	margin:0 auto;
	width:80%;
	text-align: center;
}

.hmtext h1{
	font-family: 'BBH Hegarty', sans-serif;
	font-size 2em;
	font-weight: 500;
	color:#222222;
	text-wrap:balance; 
}

.hmtext p{
	font-family: 'Google Sans', sans-serif;
	font-size:1em;
	color:#222222;
}

.homeflex{
	position:relative;
	margin: 50px auto;
	width:100%;
	display: flex;
	justify-content: space-between;
	gap:30px;
}

.hmbutton{
	position:relative;
	margin:10px auto;
	width:25%;
	padding:10px;
	text-align: center;
	background-color: #222222;
	font-family: 'Google Sans', sans-serif;
	font-size: 1em;
	color:#FFFFFF;
	border: 1px solid #222222;
	transition: all .4s ease;
	text-decoration: none;
}

.hmbutton:hover{
	border: 1px solid #222222;
	color:#222222;
	background-color: #EFEFEF;
}


.footer{
	position:absolute;
	bottom:-550px;
	left:0;
	width:100%;
	height:300px;
	background-color:#222222;
}

.footer img{
	margin:0 10px;
}

.footer p{
	font-family: 'Google Sans', sans-serif; 
	font-size: .9em; 
	color:#EFEFEF;
}

.footer a:link{text-decoration:none; color: aqua;}
.footer a:visited{color:aqua;}

.footertext{
	position:relative;
	margin:40px auto;
	width:80%;
}

.footerflex{
	position:relative;
	margin:0 auto;
	width:100%;
	display: flex;
	justify-content: space-between;
	gap:40px;
	align-items: center;
}

.footerbox{flex:1;}

/*CSS for sub pages*/

.sublogo{
	position:fixed;
	top:2px;
	left:2%;
	width:5%;
	z-index: 999999;
}

.subheader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100px;
	border-bottom:2px solid #222222;
	z-index: 99999;
	background-image: url("Backgrounds/Headerbkgrnd.jpg");
}

.submenu{
	position:fixed;
	top:30px;
	left:22%;
	width:55%;
	display: flex;
	justify-content: space-between;
	gap:20px;
	z-index: 99999999;
}

.submenu a{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em; 
	color:#FFFFFF;
	padding: 10px;
	background-color: #222222;
	text-align:center;
	border:.5px solid black;
	flex-basis: 20%;
	transition: all .4s ease;
	text-decoration: none;
}

.submenu a:hover{
	background-color:#9B9999;
	border:.5px solid black;
	color:#FFFFFF;
}

#call{
	background-color: #b91f0c;
}

#call:hover{background-color: #222222;}

/*End CSS for sub pages*/

.menubackground{
		position:relative;
		margin:100px auto;
		width:100%;
		height:450px;
		background-image: url("Backgrounds/MenuDesk.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		z-index: 9998;
	}

.menubackground h1{
	position: relative;
	margin:auto;
	font-family: 'BBH Hegarty', sans-serif;
	font-size: 2.5em;
	letter-spacing: .25em;
	font-weight: 500;
	color:#FFFFFF;
	text-shadow:1px 1px 2px #000000;
	text-wrap: balance;
}

.menuarea{
	position:relative;
	margin:0 auto;
	width:80%;
}

.aboutflex p{
	font-family: 'Open Sans,' sans-serif;
	font-size: 1em;
	color:#222222;
}


#contactform{
	margin:200px auto;
}


/*CSS for About Page*/

.aboutbackground{
		position:relative;
		margin:100px auto;
		width:100%;
		height:450px;
		background-image: url("Backgrounds/aboutdesk.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		z-index: 9998;
	}

.aboutbackground h1{
	position: relative;
	margin:auto;
	font-family: 'BBH Hegarty', sans-serif;
	font-size: 2.5em;
	letter-spacing: .25em;
	font-weight: 500;
	color:#FFFFFF;
	text-shadow:1px 1px 2px #000000;
	text-wrap: balance;
}

.aboutflex{
	position:relative;
	margin:0 auto;
	width:80%;
	display: flex;
	justify-content: space-between;
	gap:40px;
	align-items: center;
}


.aboutbox{
	flex:1;
}

.aboutbutton{
	position:relative;
	margin:25px auto;
	width:40%;
	text-align: center;
	text-decoration: none;
	padding:10px;
	background-color:#b81d0c;
	font-family: 'Google Sans', sans-serif;
	color:#FFFFFF;
	font-weight:500;
	border:1px solid #b81d0c;
	transition: all .4s ease;
}

.aboutbutton:hover{
	background-color: #000000;
	color:#FFFFFF;
	border: 1px solid #b81d0c;
}


/*END CSS for About page*/

#sidebar{display: none;}

@media screen and (max-width:1680px){
	
.logo{
	position:fixed;
	top:8px;
	left:45%;
	width:9%;
	z-index: 999999;
}

	.hmcontent{
	position:relative;
	margin:-220px auto;
}
	
	
	
	
}

@media screen and (max-width:1440px){
.logo{
	position:fixed;
	top:8px;
	left:434;
	width:11%;
	z-index: 999999;
}

	.hmcontent{
	position:relative;
	margin:-310px auto;
}	
	
	
.hmbackground{
	position:relative;
	margin:170px auto;
	width:100%;
	height:650px;
	z-index: 998;
	overflow:; 
}
	
	
}

@media screen and (max-width:1366px){
.logo{
	position:fixed;
	top:8px;
	left:434;
	width:11%;
	z-index: 999999;
}

	.hmcontent{
	position:relative;
	margin:-310px auto;
}	
	
	
.hmbackground{
	position:relative;
	margin:170px auto;
	width:100%;
	height:650px;
	z-index: 998;
	overflow:; 
}
	
	
}

@media screen and (max-width:1280px){
.logo{
	position:fixed;
	top:8px;
	left:43%;
	width:12%;
	z-index: 999999;
}

	.hmcontent{
	position:relative;
	margin:-310px auto;
}	
	
	
.hmbackground{
	position:relative;
	margin:170px auto;
	width:100%;
	height:600px;
	z-index: 998;
	overflow:; 
}
	
	
}

@media screen and (max-width:1180px){
	
	
.logo{
	position:fixed;
	top:28px;
	left:42%;
	width:15%;
	z-index: 999999;
}

	
.menuright{ 
	top:75px;
	right:5%;
	width:30%; 
}

.menuright a{ 
	font-size: 1em; .9em
	padding: 10px; 
	flex-basis: 25%; 
}
	
	
.menuleft{ 
	top:75px;
	left:5%;
	width:30%; 
}
	
.menuleft a{ 
	font-size: 1em; .9em
	padding: 10px; 
	flex-basis: 25%; 
}
	
	
@media screen and (max-width:732px){
	
.logo{
	position:fixed;
	top:8px;
	left:30%;
	width:35%;
	z-index: 999999;
}
	
.hmcontent{
	position:relative;
	margin:-560px auto;
}	


		
	.menuleft{display: none;}
	.menuright{display: none;}
	
.homeflex{flex-direction: column;}		
		
#sidebar{
	display:block;
	background:#333333;
	position:fixed;
	width:200px;
	left:-200px;
	top:0; 
	opacity:.90;
	height:100%;
	transition: left 0.3s linear;
	z-index: 999999999;
}
			
#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:45px;
	right:15px;
	z-index: 999999;
}
			
#sidebar-btn span{
	height:3px;
	background:#222222;
	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: 'Google Sans', sans-serif;
	font-size:1em;
	color:#FFFFFF;
	border-bottom:.25px solid #FFFFFF;
	display:block;
	width:152px;
	padding:15px 0 15px 10px;
	text-decoration:none;				
}
	
	.footer{
		bottom:-1050px;
	}
	
	#aboutfooter{
		bottom:-650px;
	}
	
	.hmbutton{width:60%;}
	
	.subheader{display: none;}
	.sublogo{
	position:fixed;
	top:2px;
	left:32%;
	width:20%;
	z-index: 999999;
}
	
	.menuarea{width:90%;}
	
	.aboutflex{
		flex-direction:column;
		width:100%;
	}
	
	.menubackground h1{font-size: 1.8em; width:80%;}
	.aboutbackground h1{font-size: 1.8em; width:80%;}
	
	

		
}



	
	
	
	
  








































