body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #fed;
}
h2 {
    font-family: Ceviche One, sans-serif;
    font-size: 32px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
h4 {
    font-family: Ceviche One, sans-serif;
    font-size: 24px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}
.navbar {
    margin-bottom: 10px;
    background-color: #bb0000;
    z-index: 9999;
    border: 0;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 2px;
    border-radius: 0;
    font-weight: 600;
}
    .navbar li a, .navbar .navbar-brand {
        color: #fff !important;
    }
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #bb0000 !important;
    background-color: #fff !important;
}
.jumbotron {
    background-color: #bb0000;
    color: #fff;
    padding: 30px 15px px;
    font-family: Ceviche One, sans-serif;
}

.container-fluid {
    /*padding: 30px 30px;*/
}

/*.container img {
    width: 100%;
    height: auto;
}

.container .btn {
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0);
    color: rgba(0,0,0,0);
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    height: 100%;
}

    .container .btn:hover {
        background-color: rgba(0,0,0,0);
    }*/