/**********NAVBAR**************/
.navbar {
    font-size: 120%;
    color: #cacaca;
}

.navbar-collapse>ul>li {
    margin-left: 15px;
}
.navbar-brand {
    display: none;
    visibility: hidden;
}

.dropdown-menu {
    background: rgb(230, 230, 230);
}

a.nav-link, .dropdown-menu a {
    transition: 0.1s;
}

a.nav-link:hover {
    color: darkorange !important;
}

.dropdown-menu a:hover{
    background: rgba(255, 140, 0, 0.9) !important;
}

.dropdown-menu .name-label {
    text-decoration: underline;
}

.dropdown-menu .instrument-label {
    font-size: 0.8rem;
}

@media only screen and (max-width: 576px) {
    .navbar-brand {
        font-size: 110%;
        display: block;
        visibility: visible;
        color: #f3f3f3 !important;
    }
}

/*************HOME****************/
#home {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
    #home {
        padding: 10px;
    }
}

/****CONCERTI****/

#concerti {
    background-size: contain;
    height: 100%;
    padding-left: 10%;
    color: white;
    font-size: 1.2em;
    min-height: 400px;
}

#concerti ul {
    list-style-type: none;
    font-size: 1.2em;
    padding-left: 0;
}

#concerti li {
    margin-top: 10px;
}

@media only screen and (max-width: 576px) {

    #concerti {
        background-position: center;
        background-size: contain;
        height: 100%;
        min-height: unset;
        color: white;
    }

    #concerti ul {
        list-style-type: none;
        font-size: 1.15em;
    }
}

/**********SPOTIFY****************/

#spotify-div {
    width: 100%;
    min-height: 400px;
}

#spotify-player {
    height: 100%;
    width: 100%;
    opacity: 0;
}

/**********SPINNER************/
#spinner {
    margin: 25%;
    opacity: 1;
}

/*********BIO********/

#bio {
    background-image: linear-gradient(transparent,rgba(5, 24, 0, 0.7) 20%, rgba(14, 14, 14, 1) 60%);
    font-size: 1.3em;
    text-align: justify;
}

/**********MEMBERS***************/

.image {
    position: relative;
    display: inline-block;
    width: 80%;
    height: 14em;
    overflow: hidden;
    border: 1px solid black;
    background-size: cover;
    background-position: center center;
}

.members {
    background: rgba(14, 14, 14, 1);
    color: #cacaca;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

.members article {
    padding-top: 2em;
    padding-bottom: 2em;
}

div.lbl-instrument {
    display: inline-block;
}


/************FOOTER************/
footer {
    color: white;
}

footer #contatti {
    background-color: #212529;
}

footer #contatti .row {
    padding: 22px;
}

.contact {
    text-align: center;
}

.contact-icon {
    margin-right: 6px;
}

.separator {
    height: 1px;
    background-color: rgb(175, 175, 175);
    width: 100%;
}

.contact-link {
    transition: 0.05s;
}

.contact-link.whatsapp:hover {
    color: #00E676;
}

.contact-link.telephone:hover {
    color: rgb(248, 63, 7);
}

.contact-link.mail:hover {
    color: rgb(253, 160, 47);
}

.contact-link.facebook:hover {
    color: #1877F2;
}

.contact-link.instagram:hover {
    color: #DE00AB;
}

.contact-link.spotify:hover {
    color: #1ED760;
}

.contact-link.youtube:hover {
    color: #FF1600;
}

.contact-link.apple-music:hover {
    color: #fd7282;
}

.contact-link.deezer:hover {
    color: #00D0F4;
}

footer #credits {
    background-color: rgba(14, 14, 14, 1);
    color: #cacaca;
    padding-top: 3px;
    padding-bottom: 3px;
}

@media only screen and (max-width: 576px) {
    .contact {
        margin-bottom: 5px;
    }
}