html, body {
    background-color: #616c7a; /*#F1F2F6*/
    height: 100%;
    width: 100%;
    /*margin: 0;*/
    font-family: 'Roboto', sans-serif;
    margin: 0 0 100px; /* bottom = footer height */
}


.mainPanel {
    position: relative;
    width: 50%;
    height: auto;
    margin: 25px auto;
    border-radius: 25px;
    border-width: 10px;
    border-style: groove;
    border-color: darkgrey;
    background-color: #1d1e20;

}

#mainPanelContactBG {
    background-color: #F7F8F9;
}
#locationPanel {

    width: 100%;
    height: 100%;
    display: inline;
}



#mainTextPanel {
    width: 100%;
    height: 100%;

}

#vancLocationImg {
    width: 100%;
    height: 100%;
    margin: 0 auto; display: block;
    border-radius: 10%;
}

#locationFigure {
    width: 90%;
    height: 100%;
    margin: 20px auto 20px auto;

}


figcaption {
    text-align: right;
}
#mainText {
    /*padding: 10px;*/
    font-family: 'Open Sans', sans-serif;
    width: 90%;
    color: whitesmoke;
    margin: 50px auto 50px auto;

}
#locationHeader {
    text-align: center;
    margin: 50px auto 50px auto;

}
#locationCaption {
    text-align: right;
    margin: 0px;
}

#contactHeader {
    text-align: center;
    padding-top: 10%;
}
#contactCaption {
    text-align: center;
}
.contactFormInput {
    height: 25px;
    width: 90%;
    border-radius: 5px;
}

.pFormInput {
    text-align: center;
}
.pLabel {
    margin-left: 5%;
}
#pPostButton {
    text-align: center;
}

footer {
    bottom: -100px;
    width: 100%;
}

#copyrightText {
    text-align: center;
    color: honeydew ;
    font-size: 10px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}