*{
    font-family: Arial;
}
* button{
    background-color: #2174a8;
    border: none;
    color: white;
    padding: 9px 15px 9px 15px;
    font-size: 14px;
}
body{
    background-color: lightblue;
}

.wrapper{
     
    background-color:white;
    margin: auto;
    max-width: 80%;
}

.logo{
    background-image: url("../../img/Logos/logo_full.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.nav-split{
    background-color: white;
    position: sticky;
    top: 0;
    padding-top: 15px;
    padding-bottom: 5px; 
}
.navbar ul{
    list-style: none;
}
.navbar li{
    display: inline;
    margin-right: 15px;
}

.splash{
    display: grid;
    max-width: 85%;
    background-color: white;
    margin: auto;
    grid-template-columns: 55% 40%;
    grid-column-gap: 5%;
}
.splash-text{
    margin-top: 7%;
    margin-bottom: 14%
}
.splash-text h1{
    font-weight: 700;
    font-size: 38px;
}
.splash-text p{
    font-size: 14px;
}
.splash-text ul{
    list-style: none;
}
.splash-text li{
    display: inline;
    margin-right: 15px;
}
.splash-image{
    background-image: url("../../img/Logos/logo_heart.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.text{
    max-width: 940px;
    margin: auto;
}
.cards{
    display: grid;
    max-width: 85%;
    background-color: white;
    margin: auto;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 3%;
}
.cards-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}
#cards-image-1{
    background-image: url("../../img/Cards/box1.jpg");
}
#cards-image-2{
    background-image: url("../../img/Cards/box2.jpg");
}
#cards-image-3{
    background-image: url("../../img/Cards/box3.jpg");
}

.split{
    display: grid;
    max-width: 85%;
    background-color: white;
    margin: auto;
    margin-top: 5%;
    grid-template-columns: 40% 55%;
    grid-column-gap: 5%
}
.covid{
    color: darkred;
}
.checked {
  color: orange;
}
#person{
    color: darkblue;
    padding-left: 25px;
}


.footer{
    padding-bottom: 15px;
    max-width: 85%;
    margin: auto;
}
#RC{
    background-image: url("../../img/Organizations/RC.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.credit{
    text-align: right;
    padding-right: 15px;
}

#beth{
    background-image: url("../../img/Team/Beth.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 300px;
}
#jamie{
    background-image: url("../../img/Team/Jamie.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 300px;
}

.contact-image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}
#phone{
    background-image: url("../../img/Contact/phone.png");
}
#email{
    background-image: url("../../img/Contact/email.png");
}
#facebook{
    background-image: url("../../img/Contact/facebook.png");
}

@media screen and (max-width: 1066px) {
    .split{
        grid-template-columns: 100%;  
    }
    .contact-text{
        font-size: 75%;
    }
    .bottom-text{
        font-size: 75%;
    }
}

@media screen and (max-width: 856px) {
    .navbar li{
        display: list-item;
        padding-top: 15px;
    }
}
@media screen and (max-width: 610PX) {
   .logo{
       background: white;   
    }
    .logo-help{
    background-image: url("../../img/Logos/logo_full.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    }
    .navbar button{
        font-size: 10px;
    }
    .nav-split{
        display: grid;
        max-width: 85%;
        background-color: white;
            margin: auto;
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }
    .navbar ul{
        display: grid;
        max-width: 85%;
        background-color: white;
            margin: auto;
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }
    .cards{
    padding-top: 10px;
    display: grid;
    max-width: 85%;
    background-color: white;
    margin: auto;
    grid-template-columns: 100%;
    }
    .splash{
    display: grid;
    max-width: 85%;
    background-color: white;
    margin: auto;
    grid-template-columns: 100%;
    grid-column-gap: 5%
}
    .splash-image{
        background: white;
}
    .RC-small{
    background-image: url("../../img/Organizations/RC.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100px;
    }
    #RC{
        background: white;
    }