.main-nav-wrapper {
  /* height: 80px !important; */
  display: flex;
  align-items: center;
}

/* #main-menu {
  height: 80px !important;
} */

.navbar {
  box-shadow: none !important;
}

.navbar-brand {
  padding: 15px;
}

.navbar>.container-fluid {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#global-footer {
  padding: 20px !important;
  background-color: #fff;
  color: #333;
}

.banner {
  font-size: 18px;
}

.banner h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

.banner-teak {
  background: #edbb89;
  color: #000;
}

.banner-walnut {
  background: #71422f;
  color: #fff;
}

.banner-text {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .banner-teak .banner-text {
    padding-left: 80px;
  }
  .banner-walnut .banner-text {
    padding-right: 80px;
  }
}

.banner .button-large {
  height: 60px !important;
  line-height: 60px !important;
  font-size: 18px;
}

.banner-teak .button-outline-light {
  outline: 2px solid #000;
  color: #000 !important;
}

.banner-walnut .button-outline-light {
  outline: 2px solid #fff;
}

p+.button {
  margin-top: 20px;
}

.main-nav li.selected a:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #3c7ec1;
    position: absolute;
    left: 0;
    bottom: -4px;
}