.header {
    background-color: #880000;
    min-height: 200px;
    padding: 5%;
    margin-bottom: 3%;
    border-bottom: 2px solid #F5F5F5;
    h1, h2, h3, h4, h5, h6 {
        color: $F5F5F5 !important;
        text-align: center;
        margin-bottom: 3%;
    }
    h1 {
        font-size: 4rem;
        color: #f5f5f5;
    }
    h3 {
        font-size: 2rem;
        color: #f5f5f5;
    }

}

.content a, footer a {
    color: #880000;
    text-decoration: none !important;
}

.content a:hover, footer a:hover {
    color: #880000;
    text-decoration: none !important;
}

a.btn {
    display:inline-block;
    border: 1px solid #F5F5F5;
    background-color: transparent;
    border-radius: 0.3rem;
    padding: 15px;
    margin-top: 1% !important;
    text-decoration: none !important;
    color: #F5F5F5;
}

a.btn:hover {
    display:inline-block;
    border: 1px solid #F5F5F5;
    background-color: #252525;
    color: #F5F5F5 !important;
    border-radius: 0.3rem;
    padding: 15px;
    text-decoration: none !important;
}
