html,
body,
header,
.view {
    height: 100%;
    color: #3d6eb6;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 740px) {

    html,
    body,
    header,
    .view {
        height: 1000px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {

    html,
    body,
    header,
    .view {
        height: 650px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: rgb(254, 255, 255) !important;
    }
}

.navbar-brand {
    color: #3d6eb6 !important;
    font-weight: bold;
    font-size: 1.5rem;
}

.nav-link {
    color: #3d6eb6 !important;
    width: 110px;
    text-align: center;
}

.footer-copyright{
    background-color: #fff !important;
    color: #3d6eb6 !important;
}

.oidesk_link{
    margin-left:0px;
    width:120px;
}