body {
    background-color: #000;
    color: #fff;
    font-size: 18px;
}
.masthead {
    padding: 60px 0;
    border-bottom: 1px solid #ed1c24;
}
.content-container {
    padding-top: 60px;
    background: url('../img/content-bg.jpg') top center no-repeat;
    background-size: cover;
}
a {
    color: #88acce;
    text-decoration: none;
}
a:hover {
    color: #88acce;
    text-decoration: underline;
}
.img-border {
    border: 1px solid #89adce;
}
.btn-default {
    background-color: #ed1c24;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 20px;
}

/*@media (max-width: 767px) {*/
/*    .content-container {*/
/*        background: none;*/
/*    }*/
/*}*/