#main-container {
    max-width: 80%;
    height: 100%;
    padding-top: 66px;
}

.banner {
    max-width: 100%;
}

#bg {
    position: fixed; 
    top: 0; 
    left: 0; 
    height: 100%;
    /* Preserve aspect ratio */
    min-width: 100%;
    min-height: 100%;
    opacity: 10%;
    z-index: -1;
  }

.logo {
    padding: 2rem;
    height: 200px;
    max-width: 100%;
    /* min-width: 50%;
    max-width: 100px; */
    margin: auto;
}

.logo-mini {
    height: 25px;
    width: 25px;
    /*margin-bottom: 1em;*/
}

.main-link {
    color: #000000;
    text-decoration: none;
}

.main-link:hover {
    color: #000000;
    text-decoration: none; 
}

.text-content {
    max-width: 50%;
}

.img-profile {
    max-width: 80%;
}

.fig-width-limit {
    max-width: 55%;
}

#plots {
    margin-bottom: 1em;
}

.bg-dark {
    background-color: #385c7f !important;
}

.param-info {
    margin-top: 1em;
}

.brand-logo {
    height:40px;
    padding-top: 5px;
}