/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.02.2018, 09:10:57
    Author     : tonyb
*/

body {
    background-color: #000000;
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 16px;
    color: #555; 
    
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333;
}
.title {
    position: relative;
    width: 500px;
    height: 200px;
    left: 50%;
    margin-top: -130px; 
    margin-left: -250px;
    margin-bottom: -5%;

}


p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

a {
    color: #ffffff;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}



#headerwrap {
	background: url(../bilder/edits-bg3.jpg) no-repeat center top;
        height: 100vh;
        margin-top: -20px;
	padding-top:20px;
	text-align:center;
	background-position: center center;
	width: 100%;
	background-size:cover;
     
}

#contact {
    color: #999999; 
}

#headerwrap h1 {
	margin-top: 150px;
	color: white;
	font-size: 70px;
	font-weight: 700;
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
	font-weight: 100;
        font-family: 'EB Garamond', serif;
        font-style: oblique;
     
}
#logo {
    position: fixed;
	margin-left: -10%;
        top: -18px
}


h3 {
	color: white;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;	
}

i {
	font-size: 8px;
	color: #fff;
    padding: 3px;
}


img {
	text-align: center;
}

.menu {
	position: fixed;
	left: 0px;
	width: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
        background:#ffffff;
}


.menu-wrap {
	
        background:#ffffff;
	width: 100%;
	height: 10%;
        text-align: center;
        padding-top: 0.2%;
}
.menubutton {
    font-size: 30px;
    font-family: Oswald, sans-serif;
    font-weight: bold;
    color: #000000;
    padding: 40px;  
    text-decoration: none; 
}


.icon {
    color: #000000;
    padding: 10px;
}

#form {
    
    height: 200px;
    border: white;
    font-family: sans-serif;
    font-weight: bold;
    color: white;
}

#formular {
    position: relative;
    border: white;
    border-style: solid;
    margin-top: 1%;
    width: 400px;
    background: rgba(204, 204, 204, 0.3);
    margin-left: auto;
    margin-right: auto;
}


.fa {
    padding: 5px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 20%;
     -webkit-transform: scale(4, 4);
}

.fa:hover {
    opacity: 0.7;
}


.fa-instagram {
    background: white;
    color: black;
    margin-left: 700px;

}

.fa-twitter {
    background: white;
    color: black;
  
}


.fa-youtube {
    background: white;
    color: black;
    
}


.fa-facebook {
    background: white;
    color: black;
    margin-left: 700px
}

#socialemedia {
    margin-top: -50px
}

#socialmedia2 {
    margin-top: 200px;
}



@media screen and (max-width: 1300px) {
    body {
         overflow: visible;
    }
    #headerwrap {
        height: 800px;
   
    }
    .div1 {
        width: 100%;
        margin-top: -17%;
    }
    .div2 {
        width: 105%;
        
    }
    .div3 {
        width: 80%;
    }
     #size {
        -webkit-transform: scale(0.8, 0.8);
    }
    #form {
        margin-top: -120px;
    }
}



@media screen and (max-width: 911px) {
    #headerwrap {
      height: 1500px;
      
    }
    .div2 {
        width: 79%;
        margin-top: 80%
    }
    .div3 {
        width: 180%;
    } 
    .menubutton {
        padding: 20px
    }

}

@media screen and (max-width: 824px) {
    #headerwrap {
      height: auto;
    }
    .div2 {
        width: 80%;
        margin-top: 85%
    }
    .div3 {
        width: 170%;
    } 
}


@media screen and (max-width: 663px) {
    #headerwrap {
      height: auto;
    }
    .div2 {
        width: 90%;
        margin-top: 120%
    }
    .div3 {
        width: 150%;
    } 
    .menubutton {
        padding: 10px
    }
    #logo {
        margin-left: -40%
    }

}


@media screen and (max-width: 417px) {
    #headerwrap {
      height: auto;
      
      
    }
    .div2 {
        width: 65%;
        margin-top: 190%
    }
    .div3 {
        width: 250%;
        margin-top: 140%
    } 
    .title {
        margin-bottom: -90px;
    }
    #formular {
        width: 340px;
    }
}



@media screen and (max-device-width : 450px) {
  body {
    overflow-x: hidden;
    }
    #headerwrap {
      margin-top: -30px;
      width: 450px;
    
    }

 .menubutton {
        padding: 7px;
        font-size: 20px
    }
    #form {
        margin-left: 5px
    }
    .fa-instagram {
      margin-top: 600px;
        margin-left: 100px;
        
    }
    .fa-twitter {
        margin-top: -100px;
        margin-left: -130px
    }
    .fa-facebook {
       position: relative;
        margin-top: -100px;
        margin-left: -170px
    }
    
    #socialmedia2 {
        margin-left: 130px;
        margin-top:100px
    }
       
}@media only screen and (max-device-width : 375px) {
    body {
    overflow-x: hidden;
    }
    #headerwrap {
      margin-top: -30px;
      width: 375px;
      
    }

 .menubutton {
        padding: 7px;
        font-size: 20px
    }
    #form {
        margin-left: -9px
    }
}

