/*

.text-small {
    font-size: 0.9rem !important;
}


.header {
    background-color: #093258; 
    background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 100%); 
}


.section-1 {
    background-color: #093258; 
}

.section-2 {
    background-color: #093258; 
}

.section-3 {
    background-color: #093258; 
}

.section-4 {
    background-color: #093258; 
}

*/



.text-small {
    font-size: 0.9rem !important;
}

.header {
    background-color: #093258;
    background-image: linear-gradient(to right, #00d2ff 0%, #093258 100%);
}

.navbar {
    background-color: #093258;
    background-image: linear-gradient(to right, #0b467c 0%, #093258 100%);
}


.navbar .nav-link {
    color: white !important;
}

.navbar .nav-link:hover {
    color: #00d2ff !important;
}

.navbar-brand {
    color: white !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.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' linecap='round' linejoin='miter' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.section-1 {
    background-color: #093258;
}

.section-2 {
    background-color: #093258;
}

.section-3 {
    background-color: #093258;
}

.section-4 {
    background-color: #093258;
}

