/* RESET CSS ////////////////////////////////////////// */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* FONTS /////////////////////////////////////////////// */


/* GENRAL APP STYLES /////////////////////////////////// */

body {
    font-size: 14px;
    overflow: hidden;
    background-color: burlywood
}

header {
    width: auto;
    height: auto;
    top: 0;
    padding: 15px;
    background-color: saddlebrown;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

section {
    top: 100px;
    width: 800px;
    height: 1080px;
    overflow: auto;
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer {
    width: 1920px;
    height: 60px;
    position: absolute;
    bottom: 0;
}

header h2 {
    color: white;
    font-family: sans-serif;
    padding-top: 15px;
    font-size: 30px;
}

/* contact section */
.reservations  {
    border-top: none;
    text-align: left;
    padding: 10px;
    padding-top: 0;
    margin: auto;
}

.reservations h2 {
    margin-top: 10px;
}
.sectionContainer {
    text-align: 
}

label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}

input, select, textarea {
    padding: 5px;
    border: solid 1px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    color: #666;
    background: #FFF;
}

.submitEmail {
    border-color: #38d430 !important;
    background-color: saddlebrown;
    color: #38d430;
    font-size: 26px;
    margin-top: 15px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}






