h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;

}

p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
}

li {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
}


h1 {
    font-size: 28px;
    font-weight: 600;
}
h2 {
    font-size: 24px;
    font-weight: 400;
    color: #88A33F;
}


button {
    background-color: #ff9902;
    color: #fff;
    padding: 18px 36px;
    font-weight: 600;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}



body {
    width: 1100px;
    margin: auto;
    background-color: #f5f5f5;
}

.content-wrapper {
    background-color: #fff;
}

header {
    padding: 20px 20px;
}

.hero-section {
    height: 300px;
    background-image: url('images/nsra_hero.jpg');
    background-position: center center;
    background-size: cover;
}

.hero-section-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #88A33F;
    color: #fff;
    padding: 20px 40px;
}
.hero-section-content h1 {
    margin-bottom: -10px;
}
.main-content {
    padding: 80px 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
}
.main-content .left-column .column-heading {
    border-bottom: 1px solid #88A33F;
}
.main-content .right-column .column-heading {
    border-bottom: 1px solid #88A33F;
}
.national-coverage-section {
       padding: 20px 40px;
       
}
.national-coverage-section .column-heading {
    border-bottom: 1px solid #88A33F;
    margin-bottom: 25px;
}
.national-coverage-section .coverage {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.national-coverage-section .coverage .coverage-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15%;
}
.national-coverage-section .coverage .coverage-icons p {
    text-align: center;
    font-weight: bold;
}

.national-coverage-section .coverage .coverage-icons img {
    width: 70px;
    height: 70px;
}

footer {
    background-color: #333333;
    color: #fff;
    padding: 20px 40px;
}

.footer-content h2 {
    width: 29%;
    padding-bottom: 15px;;
    border-bottom: 1px solid #88A33F;
}
.footer-content li {
    margin-bottom: 10px;
    color: #fff;
    list-style-type: none;
    margin-left: -38px;
}
.footer-content li a {
    color: #fff;
    text-decoration: none;
}
.footer-content li a:hover {
    color: #ff9902;
}
.attribution-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #88A33F;
    margin-top: 40px;
}
.attribution-section p {
    font-size: 14px;
}
.attribution-section p a {
    color: #fff;
    text-decoration: none;
}
.attribution-section p a:hover {
    color: #ff9902;
}
.contact-mobile {
    display: none;
}

@media only screen and (max-width: 500px) {

    body {
        width: 100%;
        margin: auto;
        background-color: #f5f5f5;;
    }
    .hero-section {
        height: 250px;
        background-image: url('images/nsra_hero.jpg');
        background-position: center center;
        background-size: cover;
    }
    .hero-section-content {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-top: 30px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 0px;
    }
    .main-content {
        flex-direction: column;
        gap: 40px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 40px;
        padding-bottom: 0px;
    
    }
    .national-coverage-section {
        padding: 20px 20px;
    }
    .national-coverage-section .coverage {
        margin-top: 45px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    .national-coverage-section .coverage .coverage-icons {
        width: 45% !important;
    }
    footer {
        padding: 40px 20px;
    }

    .footer-content h2 {
        width: 100%;
    }
    .attribution-section {
        padding-top: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: left;
        gap: 10px;
    }
    .attribution-section #jezweb {
        margin-top: -15px
    }
}

@media only screen and (max-width: 1024px) {
    body {
        width: 100%;
    }
    .hero-section-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; 
    }
    .footer-content h2 {
        width: 100% !important;
}
    .national-coverage-section .coverage .coverage-icons {
        width: 30%;
    }
    .national-coverage-section .coverage {
        margin-top: 45px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    .main-content {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .hero-section-content {
        padding-bottom: 40px;
    }
    .contact-desktop {
        display: none;
    }
    .contact-mobile {
        display: block;
    }
}
