body {
    font-size: 1.6em !important;
}

.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.container-fluid{
    margin-left: 5%;
    margin-right: 5%;
}

h1, h2, h3, h4, h5, h6, label{
    font-family: 'Allerta', serif;
}
body, p {
    font-family: 'Crimson Text', serif;
}
div, html, form, input, textarea{
    font-family: 'Crimson Text', serif;
}
.jumbotron{
    margin-left: 15%;
    margin-right: 15%;
    padding: 43px 0 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#videoControls{
    position: relative;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    opacity: 0.25;
    filter: alpha(opacity=25); /* For IE8 and earlier */
}
#logo{
    height: 43px;
    margin-top: -10px;
}
@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
    }
}

h4 {
    color: #004f81;
    font-weight: bold;
    font-size: 19px;
}

#thumbnails {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
}

img.thumbnails {
    height: 50px;
    width: 50px;
    display: inline;
    margin: 3px;

}
.center-block{
    font-size: 20px;
}
.centered{
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
form {
    margin-left:auto;
    margin-right:auto;
    background-color: #F9F9F9;
    width: 50%;
}
form a img{
    padding-bottom: 20px;
}
form label{
    margin-left: 20px;
}
input{
    display:block;
    width: 80%;
    margin-left:auto;
    margin-right: 20px;
    background-color: #CCCCCC;
    color: #000000;
}
input.submit{
    margin-left: auto;
    margin-right:auto;
    width: 50%;
    font-family: 'Allerta', serif;
}
textarea{
    display:block;
    width: 80%;
    margin-left:auto;
    margin-right: 20px;
    min-height: 100px;
    background-color: #CCCCCC;
    color: #000000;
}
div.bottomSpacer{
    margin-top: 40px;
    margin-bottom: 5px;
    clear:both;
}
div.footer{
    position: fixed;
    background-color: #dddddd;
    text-align:center;
    font-weight: bold;
    color: #3399f3;
    bottom:0;
    width: 100%;
    letter-spacing: 4px;
    text-transform: capitalize;
    font-size: 16px;
}
.carousel-control.right {
    background-image: none!important;
}
.carousel-control.left {
    background-image: none!important;
}

@media (max-width: 920px) {
    div.footer{
        font-size: 14px;
        letter-spacing:2px;
    }
    .hideOnMobile{
        display: none !important;
    }
    .showOnMobile{
        display:block;
    }
}