.h1-main {
    font-size: 1.7rem;
}

.h1-sub {
    font-size: 1.2rem;
}

.navbar-brand {
    font-family: 'Oswald', sans-serif;
}

footer {
    background-color: #F1F2F1;
    font-family: 'Oswald', sans-serif;
    color: rgba(0,0,0,.54);
}

a.deco-none {
    color:#000000 !important;
    text-decoration:none;
}

.text-overflow-hidden {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}