html,
body {
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
}

.container {
  width: 970px;
  margin: auto;
}

.clear {
  clear: both;
}

/* HEADER */

#header {
  background: url('../img/header.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  padding-top: 100px;
}

#menu {
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 25px 0;
  z-index: 9999;
  -webkit-transition: background 0.3s, padding 0.3s;
  -moz-transition: background 0.3s, padding 0.3s;
  -o-transition: background 0.3s, padding 0.3s;
  transition: background 0.3s, padding 0.3s;
}

#menu.alt {
  background: rgb(255, 255, 255);
  padding: 15px 0;
  box-shadow: 0px 0px 5px #8c8c8c61;
}

#menu span,
#menu a {
  display: block;
  float: left;
  font-size: 11pt;
  font-weight: 500;
  cursor: pointer;
  color: #ccc;
  height: 49px;
  letter-spacing: 1pt;
  line-height: 50px;
  border-bottom: 1px solid transparent;
  margin-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: border 0.3s, color 0.3s;
  -moz-transition: border 0.3s, color 0.3s;
  -o-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
}

#menu span:hover,
#menu a:hover {
  color: #fff;
}

#menu span.active {
  border-bottom: 3px solid #0faf1d;
  height: 49px;
  color: #fff;
}

#menu.alt span.active {
  height: 62px;
  color: #111;
}

#menu.alt span,
#menu.alt a {
  color: #888;
  height: 62px;
}

#menu.alt span:hover,
#menu.alt a:hover {
  color: #000;
  height: 62px;
}

#frame {
  height: 498px;
  background: url('../img/frame.png') no-repeat center;
  border: 1px solid #afafaf;
}

#scrolldown {
  height: 100px;
  background: url('../img/da.png') no-repeat center;
  background-size: 50px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}

#scrolldown:hover {
  background-image: url('../img/dah.png');
}

/* PROJECT */

#project {
  padding: 100px 0;
}

#project img {
  float: left;
  margin: 0 100px 100px 0;
}

#project img {
  float: right;
  margin: 75px 0 25px 100px;
}

.title {
  display: block;
  margin-bottom: 30px;
  font-size: 32pt;
  font-weight: 600;
}

.subtitle {
  display: block;
  margin-bottom: 30px;
  font-size: 19pt;
  font-weight: 300;
  line-height: 31pt;
}

#project p {
  font-size: 14pt;
  line-height: 25pt;
  text-align: justify;
}

/* GALLERY */

#slick {
  background: #000;
  height: 900px;
}

.pic {
  height: 900px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* FILM */

#film {
  padding: 100px 0;
}

/* FOOTER */

#footer {
  padding: 50px 0 100px 0;
  background: #eaeaea;
  color: #787b7d;
  font-size: 11pt;
  position: relative;
  z-index: 1000;
  margin-top: 50px;
}

#footer::before {
  height: 90px;
  width: 103%;
  background: #eaeaea;
  -moz-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  -o-transform: rotate(1.5deg);
  -webkit-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
}

#footer .fef {
  float: left;
  line-height: 16pt;
  letter-spacing: 1px;
}

#footer .fef span {
  font-weight: 600;
}

#footer-links {
  width: 500px;
  float: right;
}

#footer-links span,
#footer-links a {
  display: block;
  float: right;
  font-size: 10pt;
  font-weight: 400;
  cursor: pointer;
  color: #787b7d;
  height: 19px;
  letter-spacing: 1pt;
  line-height: 20px;
  border-bottom: 1px solid transparent;
  margin-left: 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: border 0.3s, color 0.3s;
  -moz-transition: border 0.3s, color 0.3s;
  -o-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
}

#footer-links span:hover,
#footer-links a:hover {
  border-bottom: 1px solid #afafaf;
  color: #3c3c3c;
  height: 19px;
}

@media (max-width: 1070px) {
  .container {
    width: calc(100% - 150px);
  }
}
