.image-slider-wrapper .banner-title {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 0 1px 2px #333;
    display: none;
}
.image-slider-wrapper .slider-content .btn-primary {
    margin: 10px 0;
    display: none;
}
.navbar {
    background: border-box;
    margin: 0;
    padding: 15px 0;
    transition: all 0.2s ease-out 0s;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 10px 4px -10px rgba(238,238,238,0.9);
    -moz-box-shadow: 0px 10px 4px -10px rgba(238,238,238,0.9);
    box-shadow: 0px 10px 4px -10px rgba(238,238,238,0.9);
}


.site-title, .site-title a {
    color: #003a6a;
    font-family: arial;
    font-size: 40px;
    margin: 0;
}
.site-description, .site-description a {
    color: red;
    font-family: "Lucida Grande";
    font-size: 20px;
    padding-top: 5px;
}