body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.hero-section {
  height: 500px;
  border-bottom: 2px solid #000;
  background-color: #000;
  background-image: url('../images/DavidMorgan.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.transdiv {
  height: 500px;
  background-color: rgba(0, 0, 0, .3);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/DavidMorgan.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/DavidMorgan.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.navbar {
  background-color: hsla(0, 0%, 100%, .34);
}

.menu-button {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 300;
}

.menu-button.w--current {
  font-size: 23px;
}

.hero-text {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 160px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 53px;
  font-weight: 300;
  text-align: center;
}

.h2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.h3 {
  margin-top: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 10px;
}

.text {
  margin-top: 38px;
  margin-bottom: 29px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
  text-indent: 0px;
}

.image-section {
  margin-top: 55px;
  margin-bottom: 46px;
  text-align: center;
}

.c2 {
  margin-top: 22px;
}

.footer {
  background-color: #6d6e74;
}

.slider {
  position: relative;
  left: 1px;
  top: 2px;
  right: -1px;
  bottom: -1px;
  display: block;
  width: 700px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  text-align: center;
}

.row {
  height: 300px;
  margin-top: 36px;
  text-align: center;
}

.text-1 {
  margin-top: 16px;
  font-size: 16px;
}

.footer-text {
  margin: 29px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #b0bac7;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.footer-text.footer-links {
  text-align: right;
}

.footer-text.footer-bold {
  font-weight: 700;
}

.footer-text.footer-bold.r-col-footer {
  margin-bottom: 10px;
  text-align: left;
}

.link {
  color: #00a5ff;
  font-weight: 600;
  text-decoration: none;
}

.map {
  margin-top: 14px;
  margin-bottom: 0px;
}

.est {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.footer-links {
  text-decoration: none;
}

.footer-links.w--current {
  text-decoration: none;
}

.h6 {
  margin-top: 58px;
  margin-bottom: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #c9e9ff;
  font-size: 23px;
  text-align: center;
}

.address {
  margin-top: 28px;
  padding-right: 64px;
  padding-left: 64px;
  font-family: 'Open Sans', sans-serif;
  color: #b0bac7;
  font-size: 16px;
  font-weight: 400;
}

.est-section {
  background-color: #deecf5;
}

.paragraph {
  margin-top: 11px;
  padding: 10px;
}

.heading {
  margin-bottom: 10px;
  padding-left: 10px;
}

.link-2 {
  color: #a3bac1;
  text-decoration: none;
}

.link-3 {
  margin-top: 20px;
}

.body {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .mobile-menu {
    color: #000;
    font-size: 40px;
    font-weight: 400;
  }
  .nav-menu-bg {
    background-color: hsla(0, 0%, 78%, .7);
  }
  .h6 {
    color: #c9e9ff;
  }
}

@media (max-width: 767px) {
  .text {
    padding-right: 13px;
    padding-left: 13px;
  }
  .slider {
    width: 350px;
    height: 650px;
  }
  .footer-text.footer-links {
    text-align: center;
  }
  .footer-text.footer-bold.r-col-footer {
    text-align: center;
  }
  .i2 {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .hero-text {
    margin-top: 41px;
    line-height: 60px;
  }
  .text {
    padding-right: 16px;
    padding-left: 16px;
    text-indent: 0px;
  }
  .slider {
    width: 300px;
    height: 600px;
  }
  .nav-menu-bg {
    background-color: hsla(0, 0%, 78%, .8);
  }
  .h6 {
    margin-top: 25px;
  }
}

