
.bd-background {
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.bd-title {
    text-align: center;
    font-weight: bolder;
    color: #444444;
    text-shadow: 2px 2px 0px #eeeeee;
    /*margin-top: 20px;*/

}

.bd-navbar {
    position: fixed;
    top: 80px;
    left: 20px;
    width: 320px;
/*    height: calc(100vh - 40px); */
    background-color: rgba(222, 222, 222, 0.85);
    padding: 10px;
    color: black;
    transform-style: preserve-3d;
    transition: transform 0.3s;
/*    overflow-y: auto; */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    border-radius: 10px;
    margin-right: 20px
}

.bd-controls {
    margin-top: 10px;
    background-color: white;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 10px;
}

.bd-control-buttons {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: right;
}
/* Not used for now */
.bd-navbar-hidden {
    position: fixed;
    top: 20px;
    left: -340px;
    width: 320px;
    height: calc(100vh - 40px);
    background-color: rgba(80, 80, 80, 0.7);
    padding: 20px;
    color: white;
    transform-style: preserve-3d;
    transition: transform 0.3s;
    overflow-y: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    border-radius: 10px;
    margin-right: 20px
}

.bd-content {
    margin-left: 350px;
/*    margin-top: 20px; */
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(80, 80, 80, 0.85);
    color: white;
    transform-style: preserve-3d;
    transition: transform 0.3s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    border-radius: 10px;
    margin-right: 20px
}

.bd-content-full {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(80, 80, 80, 0.85);
    color: white;
    transform-style: preserve-3d;
    transition: transform 0.3s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    border-radius: 10px;
    margin-right: 20px
}


.bd-benthobslogo {
    height: 40px;
    margin-top: -60px;
}

.bd-ilicologo {
    height: 80px;
    margin-left: 15px;
    margin-top: -60px;
}

.bd-header-link {
/*    margin-top: 10px; */
    margin-right: 5px;
    float: right;
    color: lightgrey;
}
.bd-hr {
    border-color: #999;
}

.bd-top-sections {
    margin-top: -50px;
    float: right;
}

.bd-navbar-text-light {
    color: lightgrey;
}