/*
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 : 24.02.2018, 19:10:53
    Author     : tonyb
*/



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


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: -100px; 
    margin-left: -250px;
    margin-bottom: -6%;

}


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

.centered {
    text-align: center;
}


a {
    color: #f85c37;
    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;
    
}

#arworks {
    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;
}

p {
	font-size: 20px;
	color: #f2f2f2;
}

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

.container {
    border: white;
    border-style: solid;
    padding-left: 2px;
    padding-right: 2px;
    background: rgba(204, 204, 204, 0.3);
}

footer {
  height: 5%;
  position:fixed;
  bottom:0;
  background-color: #ffffff;
  text-align: center;
  width: 120vw;
  margin-left: -60px;
}
#validator {
    margin-left: 2000px ;
    margin-top: -30px;
}

#social {
    margin-left: -52%;
   margin-top: -1%;
}
.fa {
    padding: 5px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
   
}

.fa:hover {
    opacity: 0.7;
}

.fa-twitter {
    background: #000000;
    color: white;
}

.fa-youtube {
    background: #000000;
    color: white;
}

.fa-instagram {
    background: #000000;
    color: white;
}
#copyright {
    color: black;
    text-align: center;
    margin-left: -340px;
    padding-top: 20px;
    font-family: sans-serif;
    margin-top: -5px;
}



@media screen and (max-width: 1300px) {
    .container {
        -webkit-transform: scale(0.8, 0.8);
        top: 20px;
    }
        #validator {
    margin-left: 60%;
    margin-top: -1.4%;
}
#copyright {
     margin-left: -4%;
    margin-top: -0.5%;
}
#social {
    margin-top: -1.8%;
}
}

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

@media screen and (max-width: 850px) {
    .menubutton {
        padding: 10px
    }
}

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



@media screen and (max-width: 375px) {
    #headerwrap {
      height: auto;
    }
    .menubutton {
        padding: 10px
    }
    #logo {
        margin-left: -40%
    }
    .title {
        margin-top: -80px;
    }
    footer {
        visibility: hidden;
    }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    body {
    overflow-x: hidden;
    }
    #headerwrap {
      margin-top: -60px;
      width: 375px;
   ;
    }

 .menubutton {
        padding: 7px;
        font-size: 20px
    }
