body, html {
    min-height: 100%;
    height: 100%;
}

.main-logo {
    width: 60px;
}

.bg-blue {
    background-color: #000080;
}

.color-blue {
    color: #000080;
}

.bg-main {
    background-image: url(/img/bb_2.png);
    background-size: 275px;
}

.bg-page {
    background-color: #FFFFFF;
    background-image: url(/img/axes_bottom.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.main-container {
    min-height: 100%;
}

.carousel-img {
    width: 100%;
}

.carouse-inner {
    width: 100%;
}

/* Default smaller container */
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}


.form-above-text {
    font-weight: 700;
    font-size: 0.95rem;
    text-align: center;
    border-bottom: solid 2px #000080;
}

.form-textarea {
    height: 300px;
}

.form-label {
    font-size: 0.9rem;
}


.form-heading {
    color: #000080;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-copyright {
    font-size: 0.8rem;
    font-weight: 500;
}

@keyframes fade-in {
    0% {
        position: relative;
        top: -10px;
        opacity: 0.2;
    }

    100% {
        position: relative;
        top: 0px;
        opacity: 1;
    }
}

.form-fade-in {
    animation-name: fade-in;
    animation-duration: 1s;
}

@keyframes submit-animation {
    0% {
        content: "";
        display: inline-block;
        background-color: #0000b9;
        width: 0%;
    }

    100% {
        content: "";
        display: inline-block;
        background-color: #0000b9;
        width: 100%;
    }
}

.icon {
    transition: color .40s;
}

.icon:hover {
    color: #0000d5;
}

.form-submit {
    max-width: 150px;
    background-color: #000080;
    color: white;
    font-weight: 700 !important;
    border: none;
    text-align: center;
    transition: background-color .40s;
}

.form-submit:hover {
    background-color: #0000d5;
}

.footer-email {
    text-decoration: none;
    color: black;
}

.form-legal-text {
    font-size: 0.9rem;
}

.form-submit-message {
    text-align: center;
    font-weight: 700 !important;
    padding-top: 25px;
}

/* Footer */
@media screen and (max-width: 768px) {
    footer {
        padding-bottom: 125px;
    }
}

/* Footer */
@media screen and (max-width: 576px) {
    footer {
        padding-bottom: 200px;
    }
}
