.footer-basic {
    padding: 40px 0;
    background-color: #ffffff;
    color: #4b4c4d;
}

    .footer-basic ul {
        padding: 0;
        list-style: none;
        text-align: center;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .footer-basic li {
        padding: 0 10px;
    }

    .footer-basic ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.8;
    }

        .footer-basic ul a:hover {
            opacity: 1;
        }

    .footer-basic .social {
        text-align: center;
        padding-bottom: 25px;
    }

        .footer-basic .social > a {
            font-size: 24px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #ccc;
            margin: 0 8px;
            color: inherit;
            opacity: 0.75;
        }

            .footer-basic .social > a:hover {
                opacity: 0.9;
            }

    .footer-basic .copyright {
        margin-top: 15px;
        text-align: center;
        font-size: 13px;
        color: #aaa;
        margin-bottom: 0;
    }

.blue-stone-background {
    background-color: #00566A;
}

.orient-blue-background {
    background-color:  #00667E;
}

.blue-chill-background {
    background-color:  #088AA8;
}

.oyster-bay-background {
    background-color:  #DDF9FF;
}

a, a:hover {
    color: #0088A8;
}

.btn-primary {
    color: #fff;
    background-color: #088aa8;
    border-color: #088aa8;
    min-width: 100px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00667E;
    border-color: #00667E;
    min-width: 100px;
}

.btn-primary:focus {
    color: #fff;
    background-color: #00667E;
    border-color: #00667E;
    min-width: 100px;
    box-shadow: 0 0 0 0.2rem rgba(8,138,168,.25);
}

.btn-primary:active {
    color: #fff;
    background-color: #00566A !important;
    border-color: #00566A !important;
    min-width: 100px;
    box-shadow: 0 0 0 0.2rem rgba(8,138,168,.25) !important;
}


.btn-primary:disabled, .btn-primary:disabled:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
    min-width: 100px;
}

.btn-secondary {
        color: #088aa8;
        background-color: #fff;
        border-color: #088aa8;
        min-width: 100px;
}
    
.btn-secondary:hover {
        color: #088aa8;
        background-color: #DDF9FF;
        border-color: #088aa8;
        min-width: 100px;
}

.btn-secondary:focus {
    color: #088aa8;
    background-color: #DDF9FF;
    border-color: #088aa8;
    min-width: 100px;
    box-shadow: 0 0 0 0.2rem rgba(8,138,168,.25) !important;
}

.btn-secondary:active {
    color: #088aa8 !important;
    background-color: #fff !important;
    border-color: #088aa8 !important;
    min-width: 100px;
    box-shadow: 0 0 0 0.2rem rgba(8,138,168,.25) !important;
}

.btn-secondary:disabled, .btn-secondary:disabled:hover {
    color: #ccc;
    background-color: #fff;
    border-color: #ccc;
    min-width: 100px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #088aa8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(8,138,168,.25);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: #088aa8 !important;
    border-color: #088aa8 !important;
    box-shadow: 0 0 0 0.2rem rgba(8,138,168,.25);
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before{
    border-color: #088aa8 !important;
    box-shadow: 0 0 0 0.2rem rgba(8,138,168,.25);
}

.row-center-adjustment {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 70px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 10px 0;
    font-weight: 100;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.7;
    color: #333;
}

.expand-fully {
    height: 100%;
    opacity: 0.8;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
}
