body {
    /*height: 5500px;*/
    color: black;
}

.mainBody {
    height: 100%;
}

.navbar-brand {
    width: 15%;
    max-width: 250px;
    min-width: 125px;
}

.bg-white {
    background: rgb(247, 247, 247) !important;
}

.nav-btn {
    background-color: #1d589d !important;
    border: none;
    /* dark box-shadow */
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.75);
    margin: 2% 0%;
}

.nav-link {
    color: white !important;
}

.nav-btn:hover {
    /* dark box-shadow */
    background-color: #0e2d50 !important;

    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.75);
}

.nav-btn-area-restrita {
    background-color: #f19933 !important;
}

.nav-btn-area-restrita:hover {
    background-color: #d8801b !important;
}

@font-face {
    font-family: "Berlin Sans";
    src: url("../assets/fonts/BRLNSR.TTF");
}

.brand {
    font-family: "Berlin Sans";
}

.brand h1 {
    font-size: 3em;
}

.brand h3 {
    font-size: 2em;
}

@media (min-width: 769px) {
    .bg-white {
        background: #eaf3fa !important;
        transition: 0.5s ease-in;
    }

    .bg-white.scrolled {
        background: rgba(235, 235, 235, 0) !important;
    }
}
