body {
    background-color: #fee633;
}

.rascallogo {
    width: 20%;
}

.projectinfo {
    max-width: 700px
}

.gallery {
    max-width: 75%;
    height: 10%;
    display: grid;
    grid-gap: 20px;
    grid: auto / auto auto;
    margin-top: 2%;
}

.galleryCaption {
    color: #928b3d;
}

#panelCaption {
    display: none;
}

#panelCaption.show {
    display: block;
}

div.galleryfeature img {
    max-width: 55%;
}
div.galleryfeature-landscape {
    display: block;
    left: 100%;
}
div.galleryfeature-landscape img {
    max-width: 80%;
}

div.gallerychild img {
    width: 100%;
    height: auto;
}

a.gallerychild:hover {
    opacity: 0.9;
}

@media screen and (max-width: 1000px) {
    .rascallogo {
        width: 50%;
        margin: auto auto;
        display: block;
    }
    div.gallery {
        grid: auto auto / auto;
        margin: auto;
        max-width: 100%
    }
    div.galleryfeature img {
        max-width: 100%;
    }
    div.strata {
        visibility: hidden;
    }
    div.strata2 {
        visibility: visible;
    }
}

div.strata {
    background-image: url(img/stratig.png);
    background-size: cover;
    height: 1080px;
    width: 1000px;
    z-index: 0;
}
.navoverlay {
    position: absolute;
    z-index: 1;
}

.stratabutton {
    font-size: 25pt;
    color: aliceblue;
    outline: thick;
}
.stratabutton:hover {
    font-size: 25pt;
    color: yellow;
    outline: dashed;
}

#btn1 {
    position: absolute;
    left: 100px;
    top:700px;
}

#btn2 {
    position: absolute;
    left: 500px;
    top:450px;
}

#btn3 {
    position: absolute;
    left: 760px;
    top:840px;
}