body,
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  color: #000;
}

a,
a:hover {
  color: #000;
}

.logo-small {
  top: 50px;
  position: relative;
}

.header-container {
  padding-top: 50px;
  background-color: #ffde00;
}
.header-container--subpage {
  padding-top: 0px;
}
.header-container div.menu-item {
  margin-top: auto;
  margin-bottom: 20px;
}

.logo-container {
  margin: 0 235px 0 235px;
}

.header-triangle {
  width: 500px;
  height: 100px;
  background: url("../img/triangle-yellow.svg") no-repeat center center;
  margin: 0 auto;
}
.header-triangle--footer {
  transform: rotate(180deg);
  top: -100px;
  position: relative;
  margin: 100px auto -100px auto;
  z-index: 998;
}

header a {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
header a:hover {
  color: #000;
}

.content {
  font-size: 22px;
  line-height: 32px;
}

.main-photo {
  position: relative;
  top: -100px;
  z-index: -1;
}

.portfolio-item {
  color: #fff;
  font-size: 30px;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
}
.portfolio-item:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.portfolio-img {
  margin-top: 80px;
}

.movie-container {
  background-color: #f4f5f7;
}

.movie {
  margin-top: 80px;
  padding: 75px 0;
  background-color: #ffde00;
}

h1 {
  color: #000;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}

.title {
  font-size: 54px;
  text-transform: initial;
  font-weight: 400;
  margin: 30px 0 60px 0;
}

footer {
  margin-top: 150px;
  text-align: center;
  padding-bottom: 100px;
  background-color: #ffde00;
}
footer.subpage {
  margin-top: -150px;
  position: relative;
  margin-bottom: 0px;
  z-index: 9999;
}

@media only screen and (max-width: 640px) {
  .portfolio-item {
    text-align: center;
    font-size: 20px;
  }
  .main-photo {
    top: 0px;
    margin-bottom: 20px;
  }
  .header-triangle {
    display: none;
  }
  .header-triangle--footer {
    display: none;
  }
  .logo-small {
    top: 0px;
  }
  .header-container {
    padding: 30px 0;
  }
  .logo-svg {
    height: 170px;
    margin-bottom: 20px;
  }
  .header-container--subpage {
    padding: 10px 0;
  }
  .title {
    font-size: 32px;
    margin: 20px 0 40px 0;
  }
  .content {
    font-size: 16px;
    line-height: 26px;
  }
  .movie {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 35px 0;
  }
  footer.subpage {
    margin-top: 0;
  }
  footer {
    margin-top: 20px;
    padding: 50px 0;
  }
  footer img {
    width: 30px;
    height: 30px;
  }
}
