#stage1 {
    background: center 0 url(../images/stage1/background/experimentalBG.jpg) no-repeat;
    background-size: 100%;
}

/* header */
header.blueBox {
    height: 55.78125vw;
}

h1 strong {
    display: block;
}

#geography {
    width: 68.75vw;
}

#geography h2 {
    margin-bottom: 7.0703125vw;
    margin-top: 7.0703125vw;
}

#geography img {
    margin-left: -5.234375vw;
    width: 79.140625vw;
}

/* events */
#events {
    margin: 0 auto;
    width: 68.75vw;
}

#events h2 {
    margin-bottom: 2.0703125vw;
    margin-top: 2.0703125vw;
}

#events p {
    align-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 2.0703125vw;
}

#events img {
    margin-right: 2.7734375vw;
    width: 31.171875vw;
}

/* mobile */
@media only screen and (max-width: 600px) {
    header.blueBox {
        height: auto;
    }

    #events img {
        display: block;
        margin-bottom: 3vw;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }

    #events p {
        display: block;
        font-size: 100%;
        line-height: 120%;
        margin-bottom: 4vw;
    }
}