:root {
  --dark-grey: #333;
  --white: white;
  --black: black;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--dark-grey);
  text-decoration: underline;
}

li {
  margin-top: 3px;
}

.leasing {
  background-image: url('../images/stairs-1500x1000.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.section {
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section.header {
  z-index: 1;
  background-image: linear-gradient(#ffffffb3, #ffffffb3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 9px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 3px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.logo {
  color: #202020;
  background-color: #fff;
  margin: 0 3px;
  padding-top: 7px;
  font-size: 28px;
  font-weight: 400;
}

.logo.menuitem {
  border-radius: 9px;
  font-size: 24px;
}

.logo.menuitem.w--current {
  font-weight: 600;
}

.hero {
  background-image: linear-gradient(#00000078, #00000078), url('../images/lobby-1500x1000.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.body {
  height: 100%;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  padding-left: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-2.lease {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-2.aboutheading {
  color: #000;
  padding-left: 0;
}

.heading-2.led {
  color: #fff;
  padding-left: 0;
}

.footer {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
}

.contact {
  background-image: linear-gradient(#303030, #303030);
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.row {
  width: 100%;
  display: flex;
}

.column {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ledbillboard {
  background-image: url('../images/Artboard-1-100.jpg');
  background-position: 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/history-1500x1000edit.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding-top: 10px;
}

.row-2 {
  align-items: center;
  width: 100%;
  display: flex;
}

.row-3 {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-2 {
  color: #ddd;
  background-image: linear-gradient(#000, #000);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: block;
}

.wrap-lease-heading {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

.wrap-leasing {
  width: 100%;
  display: block;
}

.wrap-lease-content {
  background-image: linear-gradient(#fff9, #fff9);
  margin-top: 25px;
  margin-left: 80px;
  margin-right: 80px;
  padding: 15px 20px;
}

.paragraph {
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
}

.column-3 {
  padding: 10px 10px 10px 15px;
}

.column-4 {
  padding: 10px 15px 10px 10px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

.hellolink {
  color: #fff;
}

.link {
  color: #000;
}

.link-2 {
  color: var(--dark-grey);
}

.nav-link, .nav-link-2 {
  font-size: 16px;
}

.heading-4 {
  font-size: 24px;
  font-weight: 400;
}

.navbar {
  color: #fff;
  background-color: #fff;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  clear: none;
  background-color: #000;
  width: 45%;
  padding: 60px 30px;
  position: static;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-4 {
  width: auto;
  overflow: visible;
}

.column-6 {
  padding-right: 20px;
}

.column-7 {
  padding-left: 20px;
}

.list-item {
  padding-top: 0;
}

.list-item-2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.div-block-2 {
  clear: none;
  flex: 1;
  height: 300px;
}

.div-block-3 {
  background-image: url('../images/Artboard-1-100.jpg');
  background-position: 100%;
  background-size: cover;
  height: 400px;
}

.led-phone-graphic {
  display: none;
}

.columns {
  padding-left: 15px;
  padding-right: 15px;
}

.link-3 {
  color: #fff;
}

.heading-5 {
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .button {
    font-size: 12px;
  }

  .logo.menuitem.w--current {
    font-size: 18px;
    font-weight: 600;
  }

  .body {
    padding-top: 0;
  }

  .icon {
    color: #030303;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    padding-left: 56px;
    padding-right: 56px;
  }

  .wrap-lease-content {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2.lease {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about {
    background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/history-1500x1000edit.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
  }

  .wrap-lease-heading {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-4 {
    order: 0;
  }

  .paragraph-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hellolink {
    font-size: 20px;
  }

  .div-block {
    width: 100%;
    margin-top: 0;
  }

  .div-block-3 {
    height: 230px;
  }

  .led-phone-graphic {
    display: block;
  }

  .column-8 {
    text-align: center;
  }

  .column-9 {
    display: none;
    overflow: visible;
  }
}


