:root {
    --primary-color: #1D8FE1;
    --primary-color-hover: #0C7ED0;
    --tertiary-color : #BFBFBF;
    --tertiary-color-hover : rgb(134, 134, 134);
    --secondary-color: #0C4884;
    --secondary-color-hover: #0B3773;
}

.navbar-custom {
    background-color: white;
}

.navbar-brand {
    background-size: auto;
}

@media only screen and (min-width: 768px){
    .navbar-brand {
        background-size: auto;
    }
}
