:root {
    --primary-color: #8cdce3;
    --primary-color-hover: rgb(2, 92, 99);
    --tertiary-color : #BFBFBF;
    --tertiary-color-hover : rgb(134, 134, 134);
    --secondary-color: #002d41;
    --secondary-color-hover: #014563;
}

.navbar-custom {
    background-color: white;
}

@media only screen and (min-width: 768px) {
    .navbar-brand {
        background-size: 211px 67px;
        height: 74px !important;
    }
}

.navbar-brand {
    background-size: contain;
}
