@import "navbar.css";
@import "video-background.css";
@import "AudioPlayer.css";
@import "fonts.css";

body, html {
    margin:0;
    padding:0;
}

.header {
    width: 100%

}

h2 {
    color: black;
    text-align: center;
    font-family: metafora;
    letter-spacing: 6px;
    font-size: 42pt;
    padding: 42px;
    margin: 0%;
}

h3 {
    color: black;
    text-align: center;
    font-family:  metropolis-regular;
    
    font-size: 20pt;
    padding: 42px;
    margin: 0%;
}

a {
    text-decoration: none;
}

.section h2 {
    color: white;
}

.section {
    background-image: url(../images/wavey-fingerprint.svg);
    background-repeat: repeat;
}

#video-section {
    padding-bottom: 42px;
}

#concert-list {
    border: 0;
    width: 90%;
    height: 1320px;
    margin-left: 5%;
    margin-right: 5%;
}

#band-image {
    width: 100%;
}

.text {
    color: black;
    width:90%;
    max-width: 1180px;
    text-align: justify;
    margin:0 auto;
    padding-bottom: 40px;
    font-family:  metropolis-regular;
    font-size: larger;
    line-height: 1.6;
}

.text a {
    color: black;
    text-decoration: underline;
}

.text a:hover {
    color:#d68685;
}

.ul-text {
    color: black;
    width:90%;
    max-width: 1080px;
    text-align: justify;
    margin:0 auto;
    padding-bottom: 40px;
    font-family:  metropolis-regular;
    font-size: larger;
    line-height: 1.6;
    list-style-type: none;
    padding-left: 0; 
}


.contact {
    color: black;
    text-align: center;
    font-family:  metropolis-regular;
    font-size: larger;
    line-height: 1.6;
    padding-bottom: 40px;
}


#booking-email {
    color: black;
}

#booking-email:hover {
    color:#d68685;
}

#social-media-section {
    height: 150px;
    text-align: center;
}

#social-media-section a {
    text-decoration: none;
    color: white;
}

#video-frame {
    border: 0;
    overflow: hidden;
	width: 60%;
	/* Keep it the right aspect-ratio */
	aspect-ratio: 16/9;
    margin-left: 20%;
    margin-bottom: 60px;
}

.icon-stack {
 padding-top: 20px;
 padding-bottom: 32px;
}

@media only screen and (max-width: 600px) {
    .social-media-icon {
        height: 12pt;
        width: 12pt;
        margin: 8px;
    }
}

@media screen and (min-width: 600px) {
    .social-media-icon {
        height: 24pt;
        width: 24pt;
        margin:16px;
    }
}





