body{padding-left:0px;padding-right:0px;padding-bottom:0px;}
.jumbotron{background-size:cover;color:white;background:black;}
.bg-footer{color:white;background-color:black;}
.well-form{background:rgba(100,100,100,0.7);}
.vcenter{display:inline-block;vertical-align:middle;float:none;}
body{font-family:'Raleway', sans-serif;}
h1, h2, h3, h4, h5, h6{font-family:'Raleway', sans-serif;}
p, div{font-family:'Raleway', sans-serif;}
html{position:relative;min-height:100%;}
body{margin-bottom:60px;}
.footer{position:absolute;bottom:0;width:100%;height:0px;}

/* These two are added to force mobile ui to render date/time inputs as regular text */
input[type='date'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    vertical-align: center !important;
}
input[type='time'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    vertical-align: center !important;
}

/* flatpickr disables input but we don't want to gray it out*/
.flatpickr-input {
    background-color: white !important;
}
