* {
    color: #1f1f1f;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
html, div, input{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background: #efefef;
}
body {
    margin: 0;
}
nav{
    padding-left: 2vw;
    padding-right: 2vw;
}
h3 {
    text-align: center;
}
.header-logo {
    width: 60px;
    margin-right: 1vw;
}
.nav-header {
    background: #052014;
    color: #CBFCE1;
    flex-wrap: wrap;
    justify-content: center;
}
nav li a {
    font-size: smaller;
    color: #CBFCE1;
}
a:hover {
    text-decoration: none;
    font-weight: bold;
}
main * {
    color: #1f1f1f !important;
}
#home, #courses, #contact {
    padding-left: 4vw;
    padding-right: 4vw;
}
h4 {
    background: unset;
}
.fb-container {
    text-align: center;
}
table, tr, th, td {
    background: #efefef;
}
.table-header th {
    font-weight: bold;
}
.pres-message {
    margin-bottom: 10px
}
summary {
    color: #efefef !important;
}
.nav-footer {
    background: #18211d;
    color: #CBFCE1;
    font-size: smaller;
    padding-top: 15px;
    padding-bottom: 15px;
}
#news, #officials, #others {
    flex-direction: column;
    align-items: center;
    color: #1f1f1f;
    background: #042C1B;
    padding: 25px 10vw;
}
#officials th, #officials td {
    background: #042C1B;
    border-bottom: var(--pico-border-width) solid #CBFCE1;
}
#others {
    flex-direction: row;
    padding: 25px 20px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
}
#others div {
    color :#CBFCE1;
    background: #042C1B;
    max-width: 500px;
}
#others b {
    color: #CBFCE1;
}
.bottom-ul {
    flex-direction: column;
    align-items: start;
}
.bottom-ul li {
    padding: 0;
    margin-left: 15px;
}
.bottom-ul li:hover {
    border-bottom: var(--pico-border-width) solid #CBFCE1;
}
.bottom-ul li a:hover{
    font-weight: normal;
}
.bottom-logo {
    max-width: 100px;
}
.bottom-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 20px;
}
#news div {
    background: unset;
}
.news-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.news-report {
    text-align: center;
}

@media (width < 435px) { 
    .header-logo {
        margin-top: 10px;
        margin-bottom: -15px;
    }
 }