body {
    background-color: #00aef0!important;
}

h2 {
    color: inherit;
    font-weight: normal;
}

.form {
    display: inline-block;
    width: 200px;
}

.input-group {
    margin-bottom: 5px;
}

.picker-menu > h2 {
    margin: 0;
}
.picker-menu > h2 > a{
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
}

.picker-menu > h2:hover > a{
    background-color: #00aef0;
    color: white;
    border-radius: 10px;
}

.divider {
    height: 1px;
    margin: 0 10px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.footer {
    width: 100%;
    height: auto !important;
    padding:5px 0px 15px 0px !important;
    position:fixed;
    z-index: 999;
    bottom:0;
    background-color: black;
}

.footerContent {
    margin: 0 auto;
    display: table;
}

.footerContent h4, .footerContent a {
    display: table-cell;
    padding-top: 3%;
    vertical-align: top;
}

.footerContent h4 {
    vertical-align: middle;
}

.footerContent a {
    padding-left: 5%;
}

@media (max-device-width: 768px){
    .jumbotron {
        padding: 5vh 10px 80px 10px;
    }
    .footer h4 {
        font-size: 8pt;
    }
    .footer img {
        height: 30px;
        padding-bottom: 3px;
    }
}