body {
    font-family: 'Source Sans Pro', sans-serif;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.navgb-aaa {
    background: rgb(31,57,79);
    background: linear-gradient(90deg, rgba(31,57,79,1) 0%, rgba(207,207,207,1) 50%, rgba(31,57,79,1) 100%);
}
.navbar-brand-aaa {
    width: 305px;
}


.footer-box01 {
    text-align: left;
}
.footer-box02 {
    text-align:right;
}

@media (max-width: 992px) {
    .footer-box01 {
        text-align: center !important;
    }
    .footer-box02 {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .navbar-brand-aaa {
        width: 160px !important;
    }
}
.nav-link {
    font-size: 1.25em;
}
header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.01;
  z-index: 1;
}

.headline01 {
    background-color: #ffffff;
    background-image: url('/images/headline01-bg.png');
    background-size: cover;
    background-repeat: no-repeat;   
    text-transform:uppercase;
}

.contact01 {
    background-color: #ffffff;
    background-image: url('/images/contact-bg.png');
    background-size: cover;
    background-repeat: no-repeat;   
    font-size:2.4em;
    color: #1b3a4e;
}
.contact02 {
  font-size:2em;
}

.container2 {
    width: 100%;
    overflow: hidden;  
}

.offer-btn {
    background-color:#1b3a4e;
    color:#ffffff !important;
    font-size:1.35em;
    cursor: pointer;
    text-decoration: none;
}
.offer-btn:hover {
    background-color: #714B67;
}
.text-muted {
   color: #714B67 !important;
}
.img-border01 {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
} 
.img-border02 {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

footer {
  background-color:#1b3a4e;
  color:#ffffff;
}
.footer {
  background-color:#92a9bc;
  color:#1b3a4e;
}

.video-text {
  background-color:rgba(0, 0, 0, 0.40);
  max-width:650px;
  border-radius:10px;
}

.contact-btn {
    background-color:#1b3a4e;
    color:#ffffff !important;
    font-size:1.50em;
    cursor: pointer;
    text-decoration: none;
    border: 0px solid white;
}
.contact-btn:hover {
    background-color: #714B67;
}