header.topo {
    height: 100px;
}

@media (max-width: 960px) {
    header.topo {
      height: 50px;
    }
}
body,
html {
    width: 100%;
    height: 100%;
}

.brandMargin {
    margin-right: 40%;
}

.nav-item {
    vertical-align: middle !important;
    height: 100px;
    line-height: 100px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1rem;
    font-weight: bold;
}

.dropdown-item {
    vertical-align: middle !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 0.9rem;
}