h1, h2, h3, h4, h5, h6, li {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}

.banner {
  background-image: url('../img/banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner h1 {
  color: #fff;
  text-align: center;
  font-size: 7.6rem;
  text-transform: uppercase;
  vertical-align: middle;
  text-shadow: 0 5px 10px #000;
  letter-spacing: 6px;
}

.banner h2 {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 0 5px 10px #000;
  letter-spacing: 3px;
}

.contact {
  position: relative;
}

.contact .copyright {
  position: absolute;
  bottom: 0rem;
  left: 1.6rem;
  font-size: 1.3rem;
}

.contact h3 {
  color: #fff;
  text-transform: uppercase;
}

.contact ul {
  margin: 0;
  padding: 0;
}

.contact li {
  list-style: none;
  color: #fff;
  font-weight: 300;
  font-size: 1.8rem;
  padding: .6rem;
  line-height: 3rem;
}

.contact .contact-header {
  background-color: #000;
  padding: 2rem 2rem 1rem;
  margin: 0 -15px 2rem;
}

.logo {
  position: absolute;
  top: 3rem;
  right: 5rem;
  width: 180px;
}

.contact {
  height: 100vh;
  background-color: #191919;
}

@media screen and (max-width: 1024px) and (min-width: 991px) {
  .contact li {
    float: left;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 990px) and (min-width: 769px) {
  .contact .contact-header {
    padding-top: 1rem;
  }
  .banner h2 {
    margin-top: -8rem;
  }
  .contact {
    position: fixed;
    bottom: 0;
    height: auto;
    z-index: 1;
  }
  .contact ul {
    position: absolute;
    bottom: 2.8rem;
    right: 2rem;
  }
  .contact li {
    float: left;
    font-size: 1.4rem;
  }
  .contact .copyright {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .contact .contact-header {
    padding-top: 1rem;
  }
  .banner h2 {
    margin-top: -16rem;
    padding: 0 1rem;
    font-size: 2.4rem;
  }
  .banner h1 {
    font-size: 4rem;
    padding: 0 3rem;
  }
  .contact {
    position: fixed;
    bottom: 0;
    height: auto;
    z-index: 1;
  }
  .contact li:first-child {
    display: none;
  }
  .contact ul {}
  .contact li {
    float: left;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    padding: 0 .6rem;
    line-height: 2rem;
  }
  .contact .copyright {
    display: none;
  }
  .logo {
    position: absolute;
    top: 2rem;
    right: 3rem;
    width: 160px;
  }
}
