﻿.text-blue-logo {
    --bs-text-opacity: 1;
    color: #0a71b9 !important;
}
.text-yellow-logo {
    --bs-text-opacity: 1;
    color: #d78028 !important;
}

.bg-blue-logo {
    background-color: #0a71b9 !important;
}

#header a, header.main-nav a {
    text-decoration: none;
    color: #0a71b9;
}

.vh-25 {
    height: 25vh !important;
}

.vh-35 {
    height: 35vh !important;
}

.vh-40 {
    height: 40vh !important;
}

.border-blue-logo {
    border-color: #0a71b9 !important;
}

.text-justify {
    text-align: justify !important;
}
