.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, .8);
}

.navlink {
  margin-top: 8px;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.navlink:hover {
  border-bottom: 1px solid #fff;
}

.navlink.on {
  border-bottom: 1px solid #fff;
}

.herosection {
  height: 550px;
  padding-top: 240px;
  background-image: url('../images/Skyscraper-SMAL-BW.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.whitesection {
  padding: 35px 15px 70px;
}

.contentcontainer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.headline {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.headline.white {
  width: 90%;
  color: #fff;
}

.bannertext {
  width: 60%;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
}

.bannercontainer {
  padding: 0px 15px 25px 25px;
  background-color: #00585c;
}

.bodytext {
  margin-top: 18px;
  font-family: Raleway, sans-serif;
}

.bodytext.white {
  color: #fff;
}

.greensection {
  padding: 35px 15px 70px;
  background-color: #00585c;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/Skyscraper-SMAL-BW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/Skyscraper-SMAL-BW.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column {
  text-align: right;
}

@media (max-width: 991px) {
  .navlink {
    font-size: 18px;
    line-height: 26px;
  }
  .bannertext {
    width: 80%;
  }
  .icon {
    color: #fff;
  }
  .menu-button {
    border: 1px solid #fff;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .nav-menu {
    background-color: #000;
    color: #000;
  }
}

@media (max-width: 767px) {
  .bannertext {
    width: 70%;
  }
  .menu-button {
    margin-right: 10px;
  }
}

@media (max-width: 479px) {
  .herosection {
    padding-top: 200px;
    background-position: 100% 0px;
    background-size: cover;
  }
}

