html {
    font-size: 16px;
}

#banner {
    height: 8rem;
    background-color: rgba(17, 19, 19, 0.3);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: Center;
    color: rgb(0,255,153);
    font-size: 54px;
    font-family: 'Pacifico', cursive;
    width: 100%;
}

.topnav {
    background-color: rgba(17, 19, 19, 0.3);
    overflow: hidden;
}

.topnav a {
    float: left;
    display: block;
    color: rgb(0,255,153);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Pacifico', cursive;
}

.topnav a:hover {
    background-color: rgba(255,255,255,0.4);
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(first-child){display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }}
    
@media screen and (max-width: 600px) {
    .topnav.responsive {
    position: relative;}
    .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
}

.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}}

body {
    margin: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(poppy.jpg);
    padding: 0;
    font-family: 'Pacifico', cursive;
    font-size: 1.6rem;
    color: antiquewhite;
    width: 100%;
    height: auto;
}

a {
    color:rgba(255, 255, 255, 0.8);
}
 
#home {
    margin-left: 15%;
    margin-right: 15%;
    height: auto;
    text-align: left;
}

#mission {
    margin-left: 15%;
    margin-right: 15%;
    height: auto;
    text-align: left;
}

#news {
    margin-left: 15%;
    margin-right: 15%;
    height: auto;
    text-align: left; 
}

#about {
    margin-left: 15%;
    margin-right: 15%;
    height: auto;
    text-align: left;
}

#map {
    height: 30rem;
    width: auto;
    margin-right: 20%;
    margin-left: 20%;  
}

#contact {
    margin-left: 15%;
    margin-right: 15%;
    text-align: left;
}

#mc_embed_signup {
    width: auto;
    clear: left;
    font-family: 'Pacifico', cursive;
    font-size: 16px;
}

.instagram-media {
    
}

.image-container {
    overflow: hidden;

}

.image-container img {
  max-width: 100%; 
  height: auto;
  display: block;
}

.images {
margin-bottom: 20%;  
}

.images .image-container {
  display: inline-block;
  width: 48%;
  margin: 1%

}

form {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-auto-flow: row;
  grid-auto-flow: row;
grid-gap: 10px;
}

label {
    grid-column: 1;
    color: antiquewhite;
}

input {
    grid-column: 2;
    background-color: rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 3px; 
     box-sizing: border-box;
    border: 1.5px solid rgba(0,0,0,0.5);
    color:antiquewhite;
    
}

input[type=text]:focus {
    border: 2px solid rgb(0,0,0);
}

textarea:focus {
    border: 2px solid rgb(0,0,0);
}

textarea {
    grid-column: 2;
    width: auto;
    background-color: rgba(255,255,255,0.2);
    color: antiquewhite;
    border-radius: 10px;
    padding: 3px;
    width: auto;
    box-sizing: border-box;
    border: 1.5px solid rgba(0,0,0,0.5);
}

#controls:hover {
    border: 2px solid rgb(0,0,0);
}

#controls {
    grid-column: 2;
    box-sizing: border-box;
    border:1.5px solid rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.1);
    font-size: 1.4rem;
    color: antiquewhite;
    font-family: 'Pacifico', cursive;
    width: 8rem;

    
    
}





@media only screen and (max-width: 600px){
    #map {
        width: auto;
        margin-left: 1%;
        margin-right: 1%;
    }
    
    #about {
        margin-left: 1%;
        margin-right: 1%;
    }
    
    #contact {
        margin-left: 1%;
        margin-right: 1%;
    }
    
    #banner {
        max-width: 100%;
        font-size: 2rem;
    }
    
    #news {
        margin-left: 1%;
        margin-right: 1%;
    }
    
    #home {
        margin-left: 1%;
        margin-right: 1%;
    }
    
    #mc_embed_signup {
        margin-left: 5%;
        margin-right: 5%;
        width: auto;
    }
    
    #mission {
        margin-left: 1%;
        margin-right: 1%;
    }
    
   
    body {
        font-size: 1rem;
    
    
    }
}

footer {
    left: 0;
    bottom: 0;
    right: 0;
    height: 8rem;
    width: 100%;
    font-family: 'Pacifico', cursive;
    font-size: 1.125rem;
    text-align: center;
    background-color: rgba(17, 19, 19, 0.3);
  
}

