/* BOOTSTRAP OVERRIDES */

.page-header {
    font-size: 45px;
}

p,
p:last-child {
    font-size: 2.3rem;
    line-height: 3.2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.btn-default {
    color: #000000;
    background-color: #ffffff;
    border-color: #222222;
    border-radius: 5px;
}

footer {
    display: none;
}

@media (min-width: 768px) {
    .ten-columns>.col-sm-2 {
        width: 20%;
    }
}