﻿.container {
    background-color:#eee;
}
.jumbotron {
    background-color:#eee;
    padding-top:unset!important;
    margin-top:70px;
}
.jumbotron p {
    font-size:15px;
}
body, p {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5 {
    font-family: 'Dosis', sans-serif;
}
h1 {
    font-size:28px!important;
}
.text-red {
    color:#9c0d0d;
}
.header-title {
    font-family: 'Dosis', sans-serif;
    font-size:48px;
}
.banner {
    position: relative;
    z-index: 5;
    color: #000;
    padding: 20px;
}
.banner .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image:url('images/hat.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    opacity:0.2;
}
.card {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    background-color:#FFF;
    margin-bottom:10px;
}
.card:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.card img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.card-body {
    padding: 2px 16px;
}
.card-caption {
    font-family: 'Dosis', sans-serif;
    font-size:22px;
    padding:10px 15px 10px 15px;
    color: #9c0d0d;
    position: absolute;
    top:10px;
    margin-left:0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    opacity:0.7;
    background: #EEE; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(left, #004F9F, #831F82); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(right, #004F9F, #831F82); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(right, #004F9F, #831F82); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to right, #004F9F, #831F82); /* Standard syntax */
}
.footer-title {
    font-family: 'Dosis', sans-serif;
    font-size:28px;
}
.footer-banner {
    position: relative;
    z-index: 5;
    color: #000;
    padding: 20px;
}
.footer-banner .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image:url('images/hat.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    opacity:0.2;
}