@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&family=Work+Sans&display=swap");

body {
    font-family: "Work Sans", sans-serif
}

h1,
h2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700
}

header.masthead {
    padding-bottom: 6rem;
    padding-top: calc(6rem + 72px)
}

header.masthead h1 {
    font-size: 3rem;
    line-height: 3rem
}

header.masthead h2 {
    font-family: "Work Sans", sans-serif;
    font-size: 1.3rem
}

hr {
    background-color: #0066CC;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 1
}

hr.star-light {
    border: none;
    border-top: solid 0.25rem;
    max-width: 15rem;
    margin-top: 2.5rem;
    padding: 0;
    text-align: center
}

hr.star-light {
    border-color: #fff
}

section {
    padding: 6rem 0
}

section h2 {
    font-size: 2.25rem;
    line-height: 2rem
}

#footer-link-email,
#footer-link-list {
    font-family: "Ubuntu", sans-serif !important;
    font-size: calc(1.275rem + 0.3vw) !important;
    font-weight: 700;
    line-height: 1.2 !important;
    margin-top: 0
}

.active {
    background-color: #0066CC !important;
    color: #f5f5f5 !important
}

.bg-primary {
    background-color: #0066CC !important
}

.bg-secondary {
    background-color: #0066CC !important
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}

.contact-wrap {
    background: #0066CC;
}

.contact-wrap h3 {
    color: #fff;
}

.copyright-link {
    text-decoration: none;
    color: #fff !important
}

.ftco-section {
    padding: 7em 0;
}

.form-group {
    margin-bottom: 1rem;
}

.footer {
    background-color:  #0066CC!important;
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem
}

#message {
    resize: vertical;
}

#form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 500;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: 500;
}

.form-control {
    height: 52px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5) !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5) !important;
}

.form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(255, 255, 255, 0.5) !important;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5) !important;
}

.form-control:focus,
.form-control:active {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.info-wrap {
    background: #0066CC;
}

.info-wrap h3 {
    color: white;
    font-size: 18px;
    position: relative;
}

.info-wrap .dbox {
    width: 100%;
    margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.info-wrap .dbox p {
    margin-bottom: 0;
}

.info-wrap .dbox p span {
    font-weight: 400;
    color: #fff;
}

.info-wrap .dbox p a {
    color: rgba(255, 255, 255, 0.3);
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
}

.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

textarea.form-control {
    height: inherit !important;
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem
}

.scroll-to-top a {
    background-color: #0066CC;
    height: 3.5rem;
    line-height: 3.1rem;
    width: 3.5rem
}

#about,
#social {
    background-color: #0066CC !important
}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    color: red;
}

#form-message-success {
    color: #0066CC;
    font-size: 18px;
    font-weight: 500;
}

#services {
    background-color: #0066CC !important
}

#mainNav {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    padding-bottom: 1rem;
    padding-top: 1rem
}

#mainNav .navbar-brand {
    color: #fff
}

#mainNav .navbar-nav {
    letter-spacing: 0.0625rem;
    margin-top: 1rem
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #fff
}

#contactForm .error {
    color: #0066CC;
    font-size: 12px;
}

#contactForm .form-control {
    font-size: 16px;
}

@media (min-width: 992px) {
    header.masthead {
        padding-bottom: 6rem;
        padding-top: calc(6rem + 106px)
    }

    header.masthead h1 {
        font-size: 4.75em;
        line-height: 4rem
    }

    header.masthead h2 {
        font-size: 1.75em
    }

    section h2 {
        font-size: 3rem;
        line-height: 2.5rem
    }

    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        transition: padding-top 0.3s, padding-bottom 0.3s
    }

    #mainNav .navbar-brand {
        font-size: 2em;
        transition: font-size 0.3s
    }

    #mainNav .navbar-nav {
        margin-top: 0
    }

    #mainNav.navbar-shrink {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}

@media (min-width: 1200px) {
    span {
        font-size: 1.5rem !important
    }
}