/*Agency.min.js*/
.bg-gray {
    background-color: #f1f1f1;
}
.bg-yellow {
    background-color: #e0aa00;
}
.border-box {
    background-color: #fff;
    border: 2px solid #CCCCCC;
    margin: 16px;
    padding: 32px;
    border-radius: 7px;
}
.navbar-brand img {
    height: 58px !important;
}
.row .navbar-brand img {
    height: 50px;
    margin-bottom: 5px;
}
.address {
    margin-bottom: 20px;
}
/*.color-overlay {
  width: 100%;
  height: 100%;
  background-color: red;
  opacity: .7;
  position: absolute;
}*/
/* .row {
    justify-content: center;
} */
.testimonial {
    margin-bottom: 7%;
}
.align-left {
    text-align: left;
}
.link-white {
    color: white;
}
.link-white a:hover {
    color: white;
}
.modal-body .text-uppercase {
    background-color: #e0aa00;
}
header.masthead .intro-text .intro-heading {
    font-size: 64px;
}

@media only screen and (max-width: 768px) {
    header.masthead .intro-text .intro-heading {
        font-size: 48px;
    }
    /* section h2.section-heading {
        font-size: 24px;
    } */
    .contactVisible {
        display: none
    }
    .text-send{
        text-align: center!important
    }
    .mediaInput{
        width: 92%;
    }
    .contactForm{
        text-align: -webkit-center
    }
    .navbar-brand img {
        height: 35px !important;
    }
}
.service-heading {
    font-size: 2rem;
}
.subheading {
    font-size: 2rem;
}
.team-member h4 {
    font-size: 2rem;
}
.text-white {
    color: #fff;
}
.alt-nav {
    display: flex;
    align-items: center;
    height: 57px;
    background-color: #092640;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media only screen and (min-width: 768px) {
    section {
        padding-top: 100px;
    }
}