a {
  text-decoration: none;
  color: #000;
}

.header {
  background: transparent;
}

.menu-btn {
  color: #000;
}

.main {
  max-width: 100%;
}

.top {
  position: relative;
}
.top-images {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.top-images li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.top .slide {
  position: absolute;
  left: 10%;
  bottom: 35%;
  z-index: 2;
  color: #FFF;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.top .slide-logo {
  max-width: 100px;
  margin-bottom: 40px;
  filter: drop-shadow(0px 0px 5px #333232);
}
.top .slide-content {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0em;
  text-transform: none;
  margin: 20px;
  text-shadow: 0.1em 0.1em 0.3em black;
}
.top .slide-content p {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-family: "futura-pt", sans-serif, "Helvetica", "arial", sans-serif;
}
.top .slide-content .second-title {
  font-size: 0.875rem;
  padding-bottom: 20px;
  color: #d3d3d3;
}
.top .slide-content a {
  padding: 12px 0;
  line-height: 1;
}

.enter {
  color: #FFF;
}
.enter:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 800px) {
  .menu a {
    color: #999;
  }
  .menu a:hover {
    color: #111;
  }

  .top .slide-content p {
    font-size: 1rem;
  }
  .top .slide-content .second-title {
    font-size: 0.75rem;
  }
  .top .slide-content a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 640px) {
  .top-images li {
    background-position: 40% center;
  }
  .top .slide {
    bottom: 10%;
    left: 0%;
  }
  .top .slide-logo {
    max-width: 90px;
  }
  .top .slide-content .second-title {
    font-size: 0.5rem;
  }
  .top .slide-content a {
    font-size: 0.5rem;
  }
}
