#navbar {
    background-color: rgba(255, 255, 255, 255)!important;
    height: 5%;
    border-bottom: 1px solid darkgray;
}

.navbar-brand img {
    border-radius: 20px;
}

.nav-item {
    font-size: 1.3rem;
    cursor: pointer;
}

.bg-theme {
    background-color: #54737e;
}

.emphasise {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    color: #54737e;
}

#user_guide .container {
    width: 100%;
}

#user_guide .container iframe {
    margin: 0 10% 0 10%;
    min-height: 450px;
}

.publication-card .card-body .card-title {
    margin-bottom: 1%;
}

.publication-card .card-body .card-text {
    color: #54737e;
}

.img-container.img {
    width: 80%;
}

.info-img {
    margin: 5%;
    width: 90%;
    border-radius: 50px;
}

.vertical-img {
    width: 80%;
}

.hero-img {
    border-radius: 0;
}

#access {
    border-radius: 25px;
    font-size: 1.15rem;
}

.avatar {
    border-radius: 50%;
    width: 155px;
    height: 175px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.avatar-container {
    width: 100%;
    height: auto;
    margin: 5% 0 1% 0;
}

.icon {
    width: 85%;
    margin: auto;
}

.lead {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    font-size: 1.35rem;
}

.descriptive-text {
    font-size: 1.7rem;
}
