/*header and navigation*/

main h3:first-of-type{}

main h3 {
    top: 6em;
    width: 14%;
    text-align: left;
    }

article{top: 7em;}

header{height:7em;}

header h3{
    display: inline;
    font-size: 1.7em;}
header h3 span{display: none;}
h3:first-of-type{left:2%}
h3:nth-of-type(2){left:15%;}
h3:nth-of-type(3){left:29%;}
h3:nth-of-type(4){left:43%;}
h3:nth-of-type(5){left:56%;}
h3:nth-of-type(6){left:67%;}
h3:nth-of-type(7){left: 84%;}

/*general*/

html{background-image:url('../images/bg/bgMed.jpg');}

/*music section*/

#music section{
    width: 100%;
}
.inactiveControls{
    display: none;
}

.inactiveCover {
    display: none;
}

.activeControls{display: block;}

/*musicians*/

#musicians figure.card{
    width: 49%;
    margin-left: 1%;}

/*gallery*/

#gallery img {
    display: inline;
    width: 49%;
}

#gallery figure{
    height: 200vh;
    z-index:99;
}

#gallery figure img{
    width:80%;
    left:10%;
    top:10%;
}


#gallery .fa-times-circle{
    right:2%;
    top:10%;
}

#gallery .fa-arrow-circle-left{
    top:15%;
    right:2%;
}

#gallery .fa-arrow-circle-right{
    top: 20%;
    right:2%;
}

iframe:first-of-type{
    /*height: 15%;*/
    /*width: 99%;*/}
iframe{
    position: relative;
    width: 60%;
    left: 20%;}
