body {
  min-width: 320px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  position:relative;
  background: url('../img/hero@2x.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow-x: hidden;
}
.responsive-img { width: 100%;height: auto;}
.nopadding { padding: 0px; }
.nomargin {margin: 0px;}
.site-header {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 40px;
}
.site-header .logo {
  width: 422px;
  height: auto;
}
.site-header .header-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  position: absolute;
  right: 30px;
  top: 30px;
}
.site-header .tablet-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
.site-columns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-webkit-transform: translateY(-50%);
  padding-left: 125px;
}
.site-columns .col-img {
  width: 30%;
}
.site-columns .col-overlay {
  width: 40%;
}
.section-overlay {
  display: flex;
  align-items: center;
  padding: 0px 60px;
  background: rgba(15, 66, 118, 0.6);
  text-align: center;
  height: 100%;
}
.section-overlay h1 {
  font-size: 26px;
  color: #ffffff;
  line-height: 32.8px;
}
.site-footer {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 40px;
  bottom: 24px;
}
.show-tablet { display: none; }

@media(max-width: 1200px) {
  .section-overlay h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media(max-width: 991px) {
  .tablet-nav {
    position: absolute;
    right: 0;
    top: 7px;
    text-align: right;
  }
  .tablet-nav .navbar-toggler {
    outline: 0 !important;
    padding: 0px;
  }
  .tablet-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='5' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .hide-tablet { display: none;}
  .show-tablet { display: block;}
  .site-header {
    text-align: left;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .site-header .logo {
    width: 75%;
    max-width: 260px;
    height: auto;
  }
  .site-columns {
    padding-left: 0px;
  }
  .site-columns .col-overlay {
    width: 100%;
  }
  .section-overlay {
    padding: 40px 22px !important;
  }
  .section-overlay h1 {
    font-size: 18.1px;
    line-height: 24.2px;
  }
  .site-columns .col-img {
    width: 50%;
  }
  .site-footer {
    bottom: 0;
    left: 0px;
    color:#000000;
    padding: 9px;
    background:#ffffff;
  }
}
