﻿h2 {
    text-align: center;
}

.btns {
    text-align: center;
}

.blue-bg {
    background-image: url(../images/istockphoto-671800510-2048x2048_2@2x.png);
    background-size: cover;
    background-attachment: fixed;
}

.contact-card {
    background-color: #fff;
    box-shadow: 0px 0px 20px #68777E26;
    border-radius: 20px;
    margin-bottom: 30px;
}

    .contact-card .col-8 {
        padding-left: 30px;
        padding-top: 10px;
    }

    .contact-image {
        background-size: cover;
        background-position: center;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-repeat: no-repeat;
    }

.contact-name {
    color: #06274E;
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 1rem;
}

.contact-title {
    color: #68777E;
    font-family: 'Ubuntu';
    font-weight: 300;
}

.contact-phone {
    color: #06274E;
    font-family: 'Montserrat';
    font-weight: 800;
    margin-bottom: 0;
}

.contact-email {
    color: #06274E;
    font-family: 'Montserrat';
    font-weight: 800;
}

.align-bottom {
    position: absolute;
    bottom: 10px;
}

@media (min-width: 576px) {
    .blue-bg h2 {
        padding-top: 100px;
        margin: auto;
        max-width: 900px;
        margin-bottom: 40px;
    }
    
    .wave-magic {
        margin-top: 70px;
        margin-bottom: -1px;
    }

    .floating-header {
        margin-top: -50px;
    }

    .contact-name {
        font-size: 32px;
    }

    .contact-phone, .contact-email {
        font-size: 24px;
    }

    .contact-title {
        font-size: 20px;
    }

    .contact-card .row {
        height: 280px;
    }
}

@media (max-width: 576px) {

    .contact-card .row {
        height: 150px;
    }

    .btn-block-xs {
        width: 100%;
        margin-bottom: 10px;
    }

    .find-us-here {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .contact-card {
        margin-bottom: 15px;
    }
}

@media (min-width: 2000px) {
    .find-us-here {
        margin-top: -150px;
        margin-bottom: 100px;
    }
}
