html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.bg-pillar {
    background-image: url("/images/pillar.png");
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 120px;
}
.bg-xblue, .bg-pillar {
        background-color: #001b40;
    }
.bg-xlightblue {
    background-color: rgba(94,115,158,0.3);
}
.text-xblue {
    color: #001b40;
}

.btn {
    
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    
}

html {
  position: relative;
  min-height: 100%;
}

body {
  
}
.hero-image {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media (max-width: 575.98px) {
    .hero-image {
        height: 230px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-image {
        height: 230px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-image {
        height: 305px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-image {
        height: 375px;
    }
}
@media (min-width: 1200px) {
    .hero-image {
        height: 450px;
    }
}

.hero-text {
    text-align: center;
    position: absolute;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    top: 50%;
    left: 40%;
    transform: translate(-40%, -50%);
    color: white;
}