﻿.navbar-brand-text {
    font-size: 2rem;
    color: #ffffff;
}

#nav-secondary{
    display:none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

header .bg-white{
    background-color:#0e5a3a !important;
}

header .navbar-nav .nav-link {
    font-size: 1rem;
    color: #ffffff !important;
    text-transform: uppercase;
}

.links {
    position: relative;
    /*height: 100vh;
    min-height: 700px;*/
    background: url(../../Content/img/cbm2021back.jpg) no-repeat center center fixed;
    background-size: auto auto;
    background-size: cover;
}

    .links::before {
        position: absolute;
        z-index: 0;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*opacity: .95;*/
        background: linear-gradient(to bottom, rgba(255,255,255,.95), rgba(255,255,255,1));
    }

.footer {
    min-height: 200px;
    color: #000000;
    background-color: #ffffff;
}

    .footer h6 {
        color: #000000;
    }


@media only screen and (max-width: 600px) {
    .navbar-brand-text {
        font-size: 1.2rem;
        color: #ffffff;
    }
}
