h1, h2, h3, h4, h5, h6 {
    font-family: 'proxima_nova_softregular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.topic-title {
    font-family: 'proxima_nova_softregular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.navbar-brand>img {
    display: inline;
    margin-top: -15px;
    margin-right: 5px;
    width: 110px;
}

.navbar-brand {
}

.img-thumbnzrs {
    max-width: 200px;
}

@media (min-width:768px) and (max-width: 994px) {
    .container {
     width:902px;
    }
}