body{
    margin: 0px;
    padding: 0px;
    background-color: #E5F1E3;
    color: #35635B;
    font-family: 'Open Sans', sans-serif;
}

#header{
    position: fixed;
    z-index: 500;
    display: block;
    margin-top: -25px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    height: 70px;
    background: #35635B;
    color: #ffffff;
    top: 0px;
    box-shadow: 0px 5px #284A44;
}

#header h1{
    font-family: 'Slabo 27px', serif;
    cursor: pointer;
    width: 170px;
    height: 45px;
}

#header img{
    height: 40px;
    margin-top: 23px;
}

#nav{
    margin-top: 0px;
    height: 100vh;
    width: 120px;
    padding-top: 00px;
    padding-left: 00px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    background: #529471;
    position: fixed;
    top: 55px;
}

#nav ul{
    margin: 0px;
    height: 90px;
    cursor: pointer;
}

a{
    text-decoration: none;
    color: inherit;
}

#nav ul li{
    list-style: none;
    padding-top: 30px;
    margin: 0px;
    width: 120px;
    height: 60px;
    margin-left: -40px;
    text-align: center;
    background: #529471;
    -webkit-transition: background-color 0.2s ease;
            transition: background-color 0.2s ease;
}

#nav ul li:hover{
    background: #35635B;
}

#top{
    margin-top: 0px;
    padding-top: 1px;
}
#contact{
    margin-left: 120px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    text-align: center;
}

#contact table{
    width: 650px;
    margin: auto;
}

#contact p{
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
}

#contact h1{
    font-family: 'Slabo 27px', serif;
    font-size: 40px;
    line-height: 0px;
}

#map{
    margin-left: 120px;
    height: 600px;
    padding-left: 50px;
    padding-top: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

#flight{
    margin-left: 120px;
    height: 400px;
    padding-left: 230px;
    padding-right: 200px;
    padding-top: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

#flight form input[type="text"], form input[type="date"]{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

#flight form input[type="submit"]{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    //background-color: #529471;
    -webkit-transition: background-color 0.2s ease;
            transition: background-color 0.2s ease;
    border-radius: 5px;
    //box-shadow: 0px 5px #35635B;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#returnpage{
    margin-left: 0px;
    margin-right: 0px;
    height: 350px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 55px;
    text-align: center;
}

#returnpage p{
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
}

#returnpage h1{
    font-family: 'Slabo 27px', serif;
    font-size: 40px;
}

.disabled{
    background-color: #95a5a6;
    box-shadow: 0px 5px #7f8c8d;
}

.enabled{
    background-color: #529471;
    box-shadow: 0px 5px #35635B;
}

.enabled:hover{
    background: #35635B;
}

#need{
    color: firebrick;
    font-weight: 800;
    font-size: 12px;
}