#nav {
    min-height: 2rem;
}

div#maintext {
    /*background-image: url('/gallery/images/main/148.jpg');*/
    background-image: url('https://www.stjamessouthelmham.org.uk/images/staticHead/orchard/panorama_.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    vertical-align: middle;
    align-content: center;
}

#quotebox {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    clear: both;
    font-weight: normal;
    background-color: #26713B;
    line-height: 16px;
    padding: 0.5rem;
    border-top: 1px #C3001C solid;
    border-bottom: 1px #C3001C solid;
    max-width: 900px;
    width: 90%;
}

div.msg {
    background-color: rgba(194, 226, 196, 0.6);
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 600px;
}


@media screen and (max-width: 500px) {
    div.msg {
        background-color: rgba(194, 226, 196, 0.75);
        width: 80%;
    }

    #quotebox,
    div#maintext,
    div#nav {
        width:100%;
    }


}
