body {
    background-color: #f7f7f9;
    color: #333;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
footer {
    background-color: #2c3e50;
    color: #fff;
    height: 39px;
    line-height: 39px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
header {
    background-color: #ccc;
    background-image:url("banner3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #154C85;
    color: #2c3e50;
    height: 120px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
hr.light {
    border-bottom: 1px solid #888;
    border-top: none;
}
main {
    margin: auto;
    max-width: 770px;
    min-height: calc(100vh - 240px);
    min-height: calc(100svh - 220px);
    overflow: hidden;
    padding: 0 20px;
}
main a {
    color: #3399FF;
    text-decoration: none;
}
.bottom-info a {
    font-weight: bold;  
}
.button_text {
    background: none;
    border: none;
    color: #3399FF;
    cursor: pointer;
    font-size: 100%;
    margin: 0;
    padding :0;
    text-decoration: none;
}
.disclaimer-box {
    display: block;
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    font-size: 8pt;
    text-align: justify; 
    width: 100%;
}
.general-list {
    line-height: 150%;
    padding-left: 35px;
}
.general-list p {
    font-size: 100%;
    text-align: justify;
    padding-left: 25px;
    padding-right: 31px;
}
.header-text {
    color: #154C85;
    font: normal 200% 'century gothic', arial, sans-serif;
    text-shadow: 1px 1px 0 rgba(120,120,120,1);
    line-height: 120px;
    margin: auto;
    max-width: 770px;
}
.header-text p {
  display: inline-block;
  line-height: 1.25;
  margin: 0;
  vertical-align: middle;
}
.section-header {
    border-bottom: 1px solid #aaa;
    color: #255994;
    font-size: 28px;
    margin: 20px 0;
    padding: 3px 0;
}
.section-header p {
    font-size: 20px;
    margin-top: 2px;
}
.update {
    font-size: 14px;
    margin: 16px 0 0 5px;
}  
.warn-box {
    background-color: #1c97e2;
    border-radius: 15px;
    color: #ffffff;
    display: block;
    padding: 10px;
    text-align: justify;
}
.warn-box-red {
    background-color: #e55f71;
    border-radius: 15px;
    color: #ffffff;
    display: block;
    padding: 10px;
    text-align: justify;
}  

/* Responsive CSS */
@media screen and (max-width: 770px) {
    nav ul {
        flex-wrap: wrap;
    }
    nav ul li {
        margin: 10px 0;
    }
}

@media (max-width: 600px) {
    .contact {
        zoom: 0.75;
        -moz-transform: scale(0.75);
    }
    .general-list {
        padding-left: 15px;
    }
    .general-list p {
        padding-left: 0;
        padding-right: 0;
    }
    .info-about {
        grid-template-columns: 1fr;
        padding: 0;
        row-gap: 15px;
    }    
    .logo-adj {
        text-align: center;
    }
    .logo-adj img {
        margin: 0;
    }
    .two-col-main {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }
}
