@font-face {
  font-family: HelveticaNeueThin;
  src: url(fonts/HelveticaNeue-Thin.woff);
}
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400');
html {
  height: 100%;
}
body {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  margin:0;
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.head {
  position: fixed;
  width: 100%;
  top: 0;
  height: 140px;
  background-color: #FFFFFF;
  z-index: 99;
}
.head h1 {
  line-height: 95px;
  font-weight: 300;
  color: #000000;
  opacity: 0.65;
  letter-spacing: 0.205882em;
  font-size: 33px;
  font-style: normal;
  margin-bottom: 0;
  margin-left: 41px;
  cursor:pointer;
}
.container.first {
  margin-top: 116px;
}
.container.second {
  height: 490px;
  padding: 5px 0 55px;
  margin-bottom: 66px;
}
.container {
  margin-bottom: 66px;
}
.main-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -10px;
  width: 100%;
  height:calc(100vh - 119px);
  margin-top: 24px;
}
.main-img.one {
  background-image: url("./img/main_1.jpeg");
}
.main-img.two {
  background-image: url("./img/main_2.jpeg");
}
.main-img.three {
  background-image: url("./img/main_3.jpeg");
}
.main-img.four {
  background-image: url("./img/main_4.jpeg");
}
.main-img.five {
  background-image: url("./img/main_5.jpeg");
}
.main-img.six {
  background-image: url("./img/main_6.jpeg");
}
#gallery {
  width: 100%;
  overflow-x: hidden;
}
.gallery div {
  height: 341px;
  margin-top: 50px;
  transition: all 0.5s ease;
}
.gallery .slick-list {
  overflow: visible;
}
.gallery div img {
  outline: none;
  height: 100%;
}
.gallery .slick-center img {
  outline: none;
  transform: scale(1.5);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transition: all 0.5s ease;
}
.slick-slide {
  outline: none
}
nav {
  text-align: right;
  margin-top: 45px;
  position: absolute;
  right: 20px;
  top: 18px;
}
nav a, .vita a {
  text-decoration: none;
  color: #747272;
  margin-right: 20px;
  cursor: pointer;
  transition: all .3s ease .15s;
}
nav a:hover, .vita a:hover {
  opacity: 0.8;
}
small.credit {
  margin-top: 5px;
}
small.credit, small.credit a {
  float: right;
  margin-right: 20px;
  opacity: 0.8;
  color: #2B2B2B;
  text-decoration: none;
  transition: all 0.5s ease;
}
small.credit a:hover {
  opacity: 0.6;
}
.vita {
  margin: 0px auto;
  text-align: center;
  height: 100%;
  padding: 0 14px;
}
.vita tr, .vita td {
  height: 508px;
  overflow: hidden;
  padding:13px;
  height: 100%;
}
.vita td {
  width: 50%;
}
.vita tr td img {
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.vita tr td img:hover {
  box-shadow: 0px 0px 10px 2px rgba(17, 17, 17, 0.15);
}
#media {
  padding: 30px;
  padding-top: 55px;
  margin-bottom: 0;
}
#media iframe {
  display: flex;
  margin: 0 auto;
}
#contact {
  color: #BFBFBF;
  text-transform: uppercase;
  padding: 50px;
  margin-bottom: 0;
  padding-top: 30px;
}
#contact a {
  color: #000;
  text-transform: uppercase;
  transition: all 0.5s ease;
  text-decoration: none;
}
#contact a:hover {
  opacity: 0.8;
}
#contact a:active {
  color: white;
}
#contact h1 hr {
  width: 59%;
  float: right;
  height: 0px;
  margin-right: -20px;
}
#contact .coming-soon {
  font-size: 20px;
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  .head {
    height: 90px;
  }
  nav {
    left: 29px;
    right: initial;
    top: 47px;
  }
  #home.container {
    margin-top: 74px;
  }
}
