@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;
	text-align:center;
    display: none;
    position: fixed;
    top: 0;
    right:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
	z-index:999;
}
.mobilenav li {
	list-style-type: none;
	text-align:center;
    padding: 10px;
}
.mobilenav li a {
    font-size: 150%;
    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: 64px;
	line-height: 0.95em;
	margin-bottom: 10px;
}

p {
	font-size: 15px;
	line-height: 1.75em;
}

/*--- 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: 80%;
	margin: 110px auto 0;
	background: rgba(0, 0, 0, 0);
}
.mobilenav li{
	display:inline;
	width: 19%;
	padding: 30px;
}
.mobilenav li a{
	font-size: 1em;
}

.headline {
	font-size: 90px;
	line-height: 0.85em;
	margin-bottom: 30px;
}

p {
	font-size: 18px;
	line-height: 1.5em;
}
}

/*--- DESKTOP SIZE (1024px+) ---*/

@media (min-width:1024px){
.logotype{
	left: 30px;
	right:auto;
	margin: 40px 0 0;
}
.mobilenav {
	left:auto;
	right:0;
	width: 65%;
	margin: 40px 0;
	text-align:right;
}
section {
	margin: 0 100px;
}

.headline {
	font-size: 120px;
	line-height: 0.9em;
	margin-bottom: 20px;
}
	
p {
	font-size: 24px;
}
}
