body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    text-align: justify;
}

.footer {
    background-color: #f0f0f0;
    border-top: 1px solid #f0f0f0;
    width: 100%;
    display: table-row;
    height: 1px;
    color: #000000;
    font-size: 13px;
}

.navbar-brand {
    background-image: url(https://conf.researchr.org/getImage/msr-2026/orig/MSR2026_Banner.png);
    background-size: contain;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
}

.navbar-default {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}

.logobar {
    background-color: #f0f0f0;
}

.logobar a {
    height: 20vh;
    width: 100%;
}

.brand-text {
    visibility: hidden;
}

.place {
    visibility: hidden;
    height: 0px;
}

.place2 {
    float: right;
    padding: 23px 0 0 0px;
}

/* Ensure that the banner logo is not too high for small screens */

@media (min-width:480px) {
    .navbar-brand {
        height: 13.5vw;
    }
}

@media (min-width:768px) {
    .navbar-brand {
        height: 108px;
    }
}

@media (min-width:992px) {
    .navbar-brand {
        height: 142px;
    }
}

@media (min-width:1200px) {
    .navbar-brand {
        height: 172px;
    }
}
