body{
    background-color: rgb(248,242,231);
    padding: 0;
    margin: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

div{
    padding: 0;
    margin: 0;
}

img{
    border-radius: 10px;
}

.description {
    padding: 5px;
}

.image-viewer{
    display: none;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;

    text-align: center;
    padding: 5%;
}

.checklist{
    width: 100%;
    margin: 0 auto;
    display: inline;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}

.checklist >  div{
    display: inline;
    text-align: left;
}

.image-viewer >img{
    height: 90%;
}

.header{
    position: relative;
    height: 50vw;
    background-color: green;
    overflow: hidden;
}

.wide{
    width: 100%;
}

.narrow{
    width: 75%;
    margin: 0 auto;
}

.header-image{
    position: absolute;
    top: -1000;
    left: 0;
    width: 100%;
}

.eyecatcher{
    font-size: 2.5em;
    text-align: center;
    padding: 2%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    color: white;
    background-color: darkgreen;
}

.images{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 10px;
    align-items: center;
}

.images > img{
    width: 100%;
}

.left-button{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    width: 12%;
    height: 20%;
}

.right-button{
    position: absolute;
    right:0;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    width: 12%;
    height: 20%;
}

.footer{
    color: white;
    background-color: black;
    padding: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.map-images{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.map-images > img{
    width: 100%;
    border-radius: 0;
}