div.logobar {
    padding: 10px 15px;
    background-color: rgb(248, 248, 248);
    color: #777777;
}

.logobar a {
    color: #4e5e6b;
}

.navbar {
    border-top: none !important;
}

.navbar-brand {
    background-image: url("https://raw.githubusercontent.com/icsme2023/icsme2023.github.io/main/Images/39th%20IEEE%20International%20Conference%20on%20Software%20Maintenance%20and%20Evolution.png?raw=true");
    background-repeat: no-repeat;
    background-size: cover;
    height: 13vw;
    width: 100%;
}

@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;
    }

    .carousel-inner {
        max-width: 1140px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.brand-text {
    visibility: hidden;
}

.navbar {
    border-radius: 0px !important;
}

.place {
    float: left;
    padding: 23px 0 0 40px;
    display: none;
}

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