@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: pfsFontOne;
   /* src: url("/fonts/FugazOne-Regular.ttf"); */
    src: url("/Fonts/TektonPro-Bold.otf");
	

}
#homepagesubcontent{
	display:none;
}
body, html{
	height:100%;
	margin:0px;
	}
#imgBG{
	position:relative;
	background-color:#333333;
	background-image: url("/gfx/bg/meric-tuna-unsplash.jpg"); 
	height:100%;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:500;
		/*transition: background-color 0.6s ease;
		transition: .75s cubic-bezier()
	 */	
}
#header{
	position:fixed;
	top:0px;
	height:75px;	
	z-index:1000;
	width:100%;

}
#headlogo{
width:100%;
text-align:center;
margin-top:20px;
font-family: pfsFontOne;
font-size:60px;
text-shadow: 2px 2px #999999;
}

#bottomlogo{
	position:fixed;
	bottom:5px;
	height:150px;	
	width: 150px;
	z-index:1000;
	right: 5px;
	
}
.homeimglogo{
height: 150px;	
}
#homepagecontent{
	position:fixed;
	bottom:100px;
	height:300px;	
	width: 650px;
	z-index:1000;
	left: 5px;	
	font-family: pfsFontOne;
font-size:50px;
	
}
#homepagecontent ul{
	list-style:none;
}
#homepagecontent li{
	height:80px;
}
#homepagecontent a{
	text-decoration:none;
	color:#FFFFFF;
	  text-shadow: 1px 1px #000000;
}

#footer{
	position:fixed;
	bottom:5px;
	width:100%;
	text-align:center;
	z-index:1000;
	color:#FFFFFF;
		font-family: pfsFontOne;
font-size:14px;	
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;	
}

@media screen and (max-width : 450px){

#headlogo{
width:95%;
text-align:center;
margin:5px;
font-family: pfsFontOne;
font-size:34px;
text-shadow: 2px 2px #999999;
}

#bottomlogo{
	position:fixed;
	height:150px;	
	width: 100%;
	z-index:1000;
	text-align:center;
	top: 100px;
}

#homepagecontent{
	position:fixed;
	width: 350px;
	z-index:1000;
	left: 5px;	
	font-family: pfsFontOne;
font-size:24px;
	
}

#homepagecontent li{
	height:50px;
}
#footer{
font-size:10px;	
}
}