/* Import Fonts */
@import url(https://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    font-smooth: antialiased;
	color: #777;
	background: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 3rem; padding: 0; margin: 0;}
h5{font-size: 2rem; padding: 0; margin: 0; color: #b7b7b7;}

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


#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:200px;
	z-index:9999;
}
.logo {
    height: 100px;
}

#logo {
	font-family: 'Coustard', serif;
	font-size: 3rem;
	bottom: 140px;
	height:auto;
	left: 40px;
	position:absolute;
	z-index:1000;
	color: #fff;
}

.main-nav{
	position:absolute;
	bottom: 23px;
	left: 10px;
	z-index:1001;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: #ffa800;}

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

button {
    width: 31px;
	height: 31px;
    background-color: transparent;
	border: 0;
    color: white;
    cursor: pointer;
    opacity: .7;
}
button:hover {opacity: 1;}

button.full-screen{ 
	position: absolute;
	top: 10px;
	right: 10px;
}

#arrow_left, #arrow_right {
	position:absolute;
	bottom:30px;
	right:40px;
	z-index:1000;
    width: 31px;
	height: 31px;
    background-color: transparent;
	border: 0;
    color: white;
    cursor: pointer;
    opacity: .7;
}
#arrow_left {
	right:95px;
}

#arrow_left:hover, 
#arrow_right:hover
{opacity: 1;}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body { font-size: 2rem; }
	h1{font-size: 5rem;}
	h5{font-size: 3rem;}
	a{font-size: 3rem;}
	#logo{font-size: 4rem;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	body { font-size: 2rem; }
	h1{font-size: 5rem;}
	h5{font-size: 3rem;}
	a{font-size: 3rem;}
	#logo{font-size: 4rem;}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	body { font-size: 2rem; }
	h1{font-size: 5rem;}
	h5{font-size: 3rem;}
	a{font-size: 3rem;}
	#logo{font-size: 4rem;}

}

@media only screen and (min-width: 812px) {
	body { font-size: 2rem; }
	h1{font-size: 5rem;}
	h5{font-size: 3rem;}
	a{font-size: 3rem;}
	#logo{font-size: 4rem;}

}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {	
	body { font-size: 1rem; }
	h1{font-size: 3rem;}
	h5{font-size: 2rem;}
	a{font-size: 2rem;}
	#logo{font-size: 3rem;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {	
	body { font-size: 1rem; }
	h1{font-size: 3rem;}
	h5{font-size: 2rem;}
	a{font-size: 2rem;}
	#logo{font-size: 3rem;}
}

