@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');



/* ALL */
html{
    font-family: sans-serif;
    font-family: 'Roboto', sans-serif;
    background-color: #303030;
    position: relative;
    height: 100%;
      font-weight: 300;

}
body{
    margin: 0 0 200px 0;
    /* bottom = footer height */
}
article{
    margin: 100px 7%;
    display:block;
overflow:auto;
}

/* MENU */
header{
    margin-bottom: 1.5em;
    position: fixed;
    background-color: black;
    top:0;
    width: 100%;
    z-index: 9999;

}

.active a{
    color:#c19526;
}

nav{
    display: none;
    text-align: center;
    width: 100%;
    background:rgba(0,0,0,0.8);
    position: absolute;
    top:0;
    z-index: 9999;
    font-family: 'Roboto', sans-serif;
}
.titel{
    letter-spacing: 0.1em;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    margin: 0;
    color:white;
    font-size: 2em;
    padding:0.5em 0 0.5em 30px;
    font-weight: 300;
}
.showmenu{
    margin:0 0;
    z-index: 9999999;
    display: inline-block;
    float: right;
    padding: 26px;
    color:white;
}
ul{
    list-style: none;
    margin:0;
    padding-left: 0;
}
a{
    text-decoration: none;
    color:black;
}
li{
    text-transform: uppercase;
    margin:2em;
    color:silver;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    font-weight: 500;
}
li a{
color:white;
}
li a:hover{
color:orange;
}
.close{
    color:white;
}
/* END MENU */



/* Footer */
footer{
    overflow: hidden;
    background-color: white;
    position: absolute;
    left:0
    bottom:0;
    text-align: center;
    width: 100%;
    padding: 40px 0 20px 0;
    min-height: 200px;
    font-weight: 400;
    color:#999;
    z-index: 22;
}
footer h2{
    color:black;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3em;
    margin:10px 0 20px 0;
}
footer p{
    margin:0 50px;
font-size: 1em;
}
footer a{
    color:#666;

}
.gold{
    color:#c19526;

}
.goldupper{
    color:#c19526;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.2em;
}

/* END footer */

/* HOME / INDEX */
.homediv{
    color:white;
    background-image: none;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    width: 100%;
    min-height: 100%;
    display:block;
overflow:auto;
}

.biggold{
    font-size: 5em;
    color:#c19526;
    position: static;
    margin-top: 80px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    margin-bottom: 0;
}
.biggoldunder{
    position: static;
}
.homediv h2{
    font-size: 1.4em;
    margin-top: 0;
    color:#fff;
    letter-spacing: 0.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.withpic{
  background-image: url(../img/hanold.png);
  background-position: center;
  background-size: cover;
  background-color: hsla(0,0%,0%,0.60);
  background-blend-mode: overlay;
}

.fa-toggle-on:hover{
  cursor: pointer;
}

.painting{
  width: auto;
  height:100px;
  margin:5px 10px 5px 0;
}
.painting:hover{
  cursor: pointer;
  opacity: 0.6;
}
.lightbox{
  width: 100%;
  position: fixed;
  left:0;
  color:white;
  z-index: 99992;
}
.rotate{
  transform: rotate(180deg);
}
.lightboxblack{
  background:rgba(0,0,0,0.8);

  }
  .lightboxwhite{
    background:rgba(250,250,250,0.9);
    color:black;
    transition:all 1s;
    }
    .lightboxwhite h1{
      color:black !important;

      }

.inside_lightbox{
  margin: 5%;
  width: 90%;
}

.lightbox p, .lightbox h1{
  padding-left: 5%;
}
.lightbox h1 {
text-transform: capitalize;
font-size: 2em;
margin: 0;
}
.presentation{
    font-weight: 300;
    width: 100%;
    margin:0 0 50px 0;
    text-align: left;
    color:silver;
}
.presentation h1{
    font-family: serif;
    font-size: 4em;
    font-family: 'Cormorant Garamond', serif;
    color: white;
}
h1{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: white;
    font-size: 3em;
}
h4{
    font-weight: 500;
    color: white;
    font-size: 1em;
}

hr{
    width: 100%;
    border: 1px solid #c19526;
    margin-bottom: 20px;
}

.onethird{
    width: 97%;
    color:silver;
    margin-right: 1%;
    padding: 1%;
    font-weight: 300;
    float: left;
    display: inline-block;
}

.hanvideosmobile{
  width: 100%;
  display: block;
}
.hanvideos{
  display: none;
}

.clear{
  clear:both;
}


textarea {
    width: 100%;
    height: 120px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #333;
    color: white;
    resize: none;
    background-color: black;
}
input[type=text], input[type=email], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #333;
    box-sizing: border-box;
    color: white;
    background-color: black;
}
input[type=submit] {
    width: 100%;
    background-color: #c19526;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}
.contactdiv{
    width: 100%;
    display: inline-block;
    padding-top:70px;
    float: left;
    text-align: left;
    min-height: 600px;
}
.contactdiv h1{
    margin-top: 0;
}
.contactdivbg{
    display: none;
}
.contactimg{
    display: none;
}
.nomarginbottom{
  margin-bottom: 0;
}
.smalltype{
  font-size: 0.8em;
  color:black;
}
.success{
  color:darkgreen;
}
.error{
  color:darkred;
}

.contactdiv a, .onethird a{
  color:white;
}




@media only screen and (min-width: 550px) { /* SCREENS BIGGER THAN 550 */
  .contactdiv{
      width: 45%;
  }
  .contactimg{
      width: 45%;
      margin-top: 10px;
      background-image: url(../img/autumn.jpg);
      background-position: center;
      background-size: cover;
      height: 600px;
      display: inline-block;
      float: right;
  }
  article{
      margin: 100px 7%;
  }
  .inside_lightbox{
    margin: 25px 25% 0 25%;
    width: 50%;
  }
  .lightbox p, .lightbox h1{
    padding-left: 25%;
  }

  .fa-times-circle{
    position: fixed;
    right:0;
    top:25px;
  }

}

@media only screen and (min-width: 950px) { /* SCREENS BIGGER THAN 950 */
  .biggold{
      font-size: 5em;
      color:#c19526;
      position: absolute;
      margin-top: 0;
      font-family: 'Cormorant Garamond', serif;
      font-weight: 600;
      margin-bottom: 0;
  }
  .biggoldunder{
      position: absolute;
  }
  .contactdiv{
      width: 45%;
      display: inline-block;
      float: left;
      text-align: left;
      min-height: 600px;
      position: relative;

  }
  .lightbox h1 {
  font-size: 3em;
  margin: 21px;
  }
  .contactdiv h1{
      margin-top: 20px;
  }
  .contactdivbg{
      background-color: black;
      opacity: 0.4;
      height: 710px;
      width: 100%;
      top:135px;
      position: absolute;
      display: block;
  }
  .contactimg{
      position: relative;
      width: 45%;
      margin-top: 40px;
      background-image: url(../img/autumn.jpg);
      background-position: center;
      background-size: cover;
      height: 600px;
      display: inline-block;
      float: right;
  }
  .fa-times-circle{
    position: fixed;
    right:0;
    top:50px;
  }
  .hanvideosmobile{
    display: none;
  }
  .hanvideos{
    width: 100%;
    display: block;
  }
  .presentation{
      width: 80%;
      margin-left: 10%;
      text-align: center;
  }
  .onethird{
      width: 30.3%;

  }
  article{
      margin: 100px 7%;
  }
  hr{
      width: 40%;
      border: 1px solid #c19526;
      margin-bottom: 20px;
  }

  /* MENU */
  header{
      margin-bottom: 20px;
      padding: 50px 0 20px 0;
      z-index: 9998;

  }
  .transbg{
      background-color: transparent;

  }
  .blackbg{
      background-color: black;

  }
  .titel{
      letter-spacing: 0.1em;
      font-size: 2em;
      margin-left: 7%;
      padding:0;
      z-index: 9999;
  }
  .showmenu{
      display: none;
  }
  .active a{
      color:#c19526;
  }
  li a{
  color:white;
  }

  nav{
      display: inline-block;
      text-align: right;
      margin-top: 60px;
      height: auto;
      width: 63%;
      margin-left: 30%;
      background:none;
      z-index: 9999;
  }
  ul{
      text-decoration: none;
      list-style: none;
      margin:0;
      padding-left: 0;
  }
  .close{
      display: none;
  }
  li{
      display: inline-block;
      text-transform: uppercase;
      color:white;
      font-size: 0.8em;
      padding:0.5em 0;
      margin:0 0 0 40px;
  }
  /* END MENU */
  .lightbox h1{
    margin-top:15px;
  }
  .lightbox p, .lightbox h1{
    padding-left: 0;
  }
  .inside_lightbox{
    margin:50px 5% 50px 15%;
    float: left;
    width: 40%;

  }
  .biggold{
      font-size: 8em;
  }
  .homediv h2{
      font-size: 1.5em;
  }
  @media only screen and (min-width: 1200px) { /* SCREENS bigger THAN 1200 */
    .titel{
        margin-left: 14%;
    }
    nav{
        width: 56%;
    }
    article{
        margin: 150px 14%;
    }
  }

}
