/* Import Fonts */
@import url(https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap);


body {
	font-family: "Syne", serif;
	font-size: 14px;
	line-height: 22px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #f1f1f1;
	background: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Syne", serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 0px;
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}
@media only screen and (max-width: 768px) {
    h5{font-size: 22px; line-height: 28px;}
}
h6{font-size: 15px; line-height: 25px;}

a {
	color: #b7b7b7;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	text-decoration:underline;
	color:#fdb813;
}


#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content { 
	float:left;
	margin:40px;
	position:absolute;
	top:150px;
	max-width:600px;
	width:70%;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

#logo {
	font-family: "Syne", serif;
	font-size: 49px;
	top:40px;
	height:auto;
	width:20%;
	left:40px;
	position:absolute;
	z-index:1000;
	color: #fff;
}
.main-nav{
	position:absolute;
	z-index:1001;
}
@media only screen and (min-width: 769px) {
    .main-nav {
        top: 55px;
  	    left: 240px;
    }
}
@media only screen and (max-width: 768px) {
    .main-nav {
        top: 120px;
        left: 0px;
    }
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	margin-right: 10px;
  	margin-left: 10px;
}
.main-nav ul li a.active {
	color: #ffa800;
	border-bottom:2px solid #ffa800; 
	padding-bottom: 8px;
}
.main-nav ul li a:hover {
	text-decoration: none;
	border-bottom:2px solid #fff; 
	padding-bottom: 8px;
	color: #fff;
}

.social-nav {
	position:absolute;
	bottom: 20px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	padding:100px 10px 5px 10px;
	margin: 1px;
	opacity: 1;
}
.social-nav ul li:hover {opacity: 0.5;}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}