@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html,
body{
	height:100%;	
}
body {
	letter-spacing: 0.2em;
	font-weight: 400;
	font-family: abel;
	font-style: normal;
	text-transform:uppercase;
	color:#fff;
	background-image:url(../images/cowboy-full.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

/*--- MOBILE STYLES (DEFAULT) ---*/

.logotype{
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 0px;
	font-weight: 600;
	text-decoration: none;
	margin: 40px 0 0;
	position: fixed;
	left: 30px;
	top: 0;
}
.logotype:hover {
	color:#38C6C6;
}
.mobilenav {
    font-family: inherit;
	float: right;
    display: none;
    position: fixed
  	top: 0;
	right: 0;
    width: auto;
	height: 100%;
	margin-top: 100%;
    background: rgba(0, 0, 0, 0.75);
	z-index:999;
}
.mobilenav li {
	float: right
	list-style-type: none;
	text-align: none;
    padding: 10px;
}
.mobilenav li a {
    font-size: 100%;
    font-weight: 300;
	text-decoration: none;
	color: white;
}
.mobilenav li a:hover {
	color:#38C6C6;
}
.mobilenav li:first-child {
    margin-top: 60px;
}
section {
	position: absolute;
	bottom:7vh;
	margin: 0 50px;
	z-index:1;
}

.headline {
    font-size: 100px;
    line-height: 0.95em;
    margin-bottom: 40px;
}


/*--- TABLET SIZE (768px+) ---*/

@media (min-width:768px){
.icon{
	display:none;	
}
.logotype{
	left: 0;
	right:0;
	text-align: center;
	margin: 40px auto 0;
}
.mobilenav {
	display:block;
	right:0;
	left:0;
	width: 43%;
	margin: 110px auto 0;
	background: rgba(0, 0, 0, 0);
}
.mobilenav li{
	display:inline;
	width: 19%;
	padding: 30px;
}	
	.headline: {
	font-size: 120px;
	line-height: 0.85em;
	margin-bottom: 30px;
}
}


/*--- DESKTOP SIZE (1024px+) ---*/

@media (min-width:1024px){
.logotype{
	left: 30px;
	right:auto;
	margin: 40px 0 0;


.mobilenav {
	left: 0;
	right: auto;
	width: 40%;
	margin: 40px 0;
	text-align:right;
}
section {
	margin: 0 100px;
}
	.headline {
		font-size: 90px;
		line-height: 0.9em;
		margin-bottom: 28px;
}
	body p {
		font-size: 24px;
	}
.no {
}

@media screen{
}
