#covid img {
  width: 100%;
  height: auto;
}

.covid-modal {
    /* display: none; */
    position: absolute;
    z-index: 100;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.covid-modal-content {
    border: 1px solid #888;
}

.covid-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 15px;
}

.covid-modal-close:hover,
.covid-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.covid-button-left, .covid-button-right {
    margin-bottom: 50px;
    background-color: #ec7c20;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.covid-button-left {
    margin-top: 0px;
    width: 25%;
}

.covid-button-right {
    margin-top: 0px;
    width: 25%;
}

.covid-button-left, .covid-button-right, a {
    text-decoration: none;
    color: white;
}

#covid {
  background-image: url("../images/coronavirus-banner.jpg"); 
  /* background-image: url("../images/covidbanner.png"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}

#covid-banner-text {
    margin: 50px;
    padding: 10px;
    background-color: #060636;
}

#covid-banner-text p {
    color: white;
    padding: 20px;
}