.container {
    max-width: 768px!important;
}

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

.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);
}

footer a { color: white!important; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

@media (max-width:576px) {
    .adslot_1 { text-align: center; margin-bottom: 20px; }
    .adslot_2 { text-align: center; }
}
@media (min-width:577px) {
    .adslot_1 { float: right; width: 336px; height: 280px; margin-left: 20px; }
    .adslot_2 { width: 336px; height: 280px; }
}