@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html,body{
    max-width: 100%;
    overflow-x: hidden;
}

body{
    margin: 0px;
    font-family: "Lato", sans-serif;
    background-color: black;
    color: white;
    text-align: center;
    height: auto;
    overflow-x: hidden;
    height: 100vh;
}
.container{
    height: auto;
}
/*Used https://www.w3schools.com/howto/howto_js_mobile_navbar.asp to make a burger menu*/
.nav-bar{
    overflow: hidden;
    background-color: black;
    position: relative;
    color: white;
    box-shadow: 0 8px 16px 0 rgba(118, 117, 117, 0.19), 0 6px 20px 0 rgba(118, 117, 117, 0.19);
}
.nav-bar #page-links{
    display: none;
}
.burger{
    color: white;
    padding: 6%;
    text-decoration: none;
    font-size: 25px;
    display: block;
}
.nav-bar a.burger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
#page-links a{
    text-decoration: none;
    font-size: 17px;
    display: block;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: white;
    font-weight: 550;
    text-align: center;
}
.logo{
    width: 20%;
    height: auto;
    max-width: 100px;
}
.logo img{
    height: 100%;
    width: 100%;
}
.logo a{
    padding: 0px;
}
.centre{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    flex-direction: column;
}
.centre a.burger{
    width:50%;
}
.banner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 320px;
}
.banner img{
    width:100%;
    height: auto;
}
.info,.info-index{
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 400px;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.info-index{
    margin-top: -50px;
}
footer{
    margin-top: 50px;
    font-size: 12px;
    box-shadow: 8px 8px 16px 16px rgba(118, 117, 117, 0.19), 0 6px 20px 0 rgba(118, 117, 117, 0.19);
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gig-link{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
}
.gig-display{

    display: flex;
    flex-direction: row;
    border-radius: 10px;
    margin-bottom: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 8px 16px 0 rgba(167, 163, 163, 0.19), 0 6px 20px 0 rgba(167, 163, 163, 0.19);
}

.gig-image{
    display: flex;
    flex: 25%;
    justify-content: center;
    align-items: center;
    padding:3px ;
}
.gig-image .img-container{
    width:80%;
}
.gig-image img{
    width: 100%;
    height: auto;
    border-radius: 20%;
}
.gig-info{
    display: flex;
    flex-direction: column;
    flex: 75%;
}
.gig-info h2{
    margin: 0px;
}
.gig-info-cont{
    flex:80%;
    text-align: center;
    padding: 0px 5px 0px 20px;
}
.music{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 149px;
    width: 300px;
}
.music iframe{
    border-radius: 12px;
    width: 100%;
    height: 100%;
    resize: both;
    overflow: auto;
}
#contact-frm{
    display: flex;
    flex-direction: column;
}
.form-items{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.form-items input{
    padding: 8.5px;
    border-radius: 15px;
    margin-bottom: 25px;
}
#msgBox{
    padding: 0px;
    min-height: 193px;
    border-radius: 12px;
    border: 2px solid black;
    resize: none;
}
.dark-back {
    background-color: #DED8CD;
}
form{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%
}
input[type=submit]{
    width: 50%;
    padding: 5px;
    border-radius: 12px;
}
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:rgba(167, 163, 163, 0.19) ;
}
.footer-1{
    display: flex;
    flex-direction: row;
    width:100%;
    justify-content: center;
    align-content: center;
    padding-left: 0px;
}
.foot-inf{
    display: flex;
    flex-direction: column;
    width:100%;
    justify-content: center;
    align-content: center;
    min-height: 65px;
    margin-bottom: 20px;
}
.foot-left{
    display: flex;
    flex-direction: column;
    flex: 50%;

}
.foot-left a{
    text-decoration: none;
    color: rgb(188, 184, 184);
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}
.foot-left-1, .foot-left-2{
    display: flex;
    flex:50%;
    flex-direction: column;

}
.foot-right{
    display: flex;
    flex-direction: row;
    flex: 50%;
    align-items: center;
    justify-content: space-evenly;
}
.foot-right a{
    text-decoration: none;
    color:white;
}

.member{
    height: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    transition: background-color 1s;
    box-shadow: none;
    align-items: center;
    padding: 25px 0px 25px 0px;
}
.member div{
    flex: 50%;
}
.member .img-cont{
    height: 200px;
    width: 200px;
    max-width: 200px;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(167, 163, 163, 0.19), 0 6px 20px 0 rgba(167, 163, 163, 0.19);
}
.member .img-cont img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.member-inf{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fade-in{
    opacity: 0;
    transition: opacity 200ms ease-in;
  }
.fade-in.appear{
    opacity:1;
}
.from-left{
    transform:translateX(-50%)
}
.from-right{
    transform:translateX(50%)
}
.from-left,.from-right{
    transition: transform 550ms ease-in,opacity 650ms ease-in;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.from-left.appear,.from-right.appear{
    transform: translateX(0);
    opacity: 1;
}
.ban-cent{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}