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

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: 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: 33px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}

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



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

/* Set Page Elements */
html,body{height:100%;}

.fill{
    
    height:100%;
    min-height:100%;

    padding:10px;

}
.cars {
float: left;
width: auto;

}
.content { 
	float:left;
	margin:40px;
	position:absolute;
	top:35px;
	/*width:550px;*/
        height: 150px;
	z-index:1;
	-webkit-font-smoothing:antialiased;
}

#logo {
	font-family: 'Coustard', serif;
	font-size: 49px;
	bottom:40px;
	height:auto;
	left:40px;
	position:absolute;
	width:20%;
	z-index:1000;
	color: #fff;
}


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

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;}

/* iPhone 6 Portrait = 750px */
@media only screen and (max-width: 750px) {
.content { 
	float:left;
	margin:20px;
	position:absolute;
	top:75px;
	/*width:300px;*/
	z-index:1;
	-webkit-font-smoothing:antialiased;
}
h1{font-size: 23px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 18px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}
.cars{
float: left;
width: auto;

}
}
.myframe {
  width: 1px;
  min-width: 100%;
}

/* iPhone 6 Landscape = 1294px  */

