/*
Contains overrides to theme or template .css files to avoid editing those directly.
*/
#banner
{
    background-image: url("../../css/images/overlay.png"), url("../../static/img/flickr-cc-by-sa/colink_7722577066.jpg");
}

/*
Override flatty... note we are also using local fonts.css
via google-font-downloader
*/
.navbar-default, #headerwrap, #formwrap, .footerwrap {
    background-color: #2c3e50;
}
#headerwrap {
    min-height: 65px;
    padding-bottom: 20px;
    padding-top: 20px;
}
#formwrap {
    min-height: 125px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.footerwrap p,
#headerwrap p,
#formwrap p,
#formwrap h1 {
    color: #fff;
}
body {
    background-color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #3498db;
}
.mt {
    margin-top: 80px;
}
body, p, h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
}
.form-control {
    height: 42px;
    font-size: 18px;
    width: 100%;
}
span.a {
    color: white;
    display: block;
    line-height: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
}
img.border {
    border: 1px solid #000;
}
