﻿nav.navbar.navbar-light.bg-light {
    background-color: white !important;
}

.blue-bar {
    background-color: rgba(1,10,53,1);
    height: 9rem;
}

.bar-main-text {
    color: white;
    font-size: 5rem;
    font-weight: bold;
    text-align: center
}

.disclaimer {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    font-size: 14px;
}

.footer img {
    width: 354px;
    height: 45px;
}

@media only screen and (max-width: 600px) {
    .blue-bar {
        height: 6rem;
    }

    .bar-main-text {
        font-size: 3rem;
        padding-top: 2%;
    }

    .navbar {
        display: none;
    }

}