html,body {
  margin: 0 auto;
  padding: 0 auto;
  background-color: #FEF6E9;
  font-family: Verdana, Geneva, Tahoma, sans-serif;

}
p {
  padding:10px;
  font-size: larger;
  font-family: 'Verdana', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  line-height: 1.5;
}
img{
border: 0;
}


header {
  background-color: #982447;
  padding:10px;
  flex-wrap: wrap; 
  align-items: center;
  justify-content: space-between; 
}

footer {
  background-color: #982447;
  padding:0px;
  margin: 0px;
  max-height: auto;
  max-width: 100%;
  display: block;
  flex-wrap: wrap; 
  align-items: center;
  justify-content:center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #f5dfbc;
}
footer p{
  padding: 1px;
  display: block;
  flex-wrap: wrap; 
  align-items: center;
  text-align: center;
  justify-content:center;
  font-family: 'Verdana', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #f5dfbc;
}
footer h2{
 padding: 10px;
  display: block;
  flex-wrap: wrap; 
  align-items: center;
  justify-content:center;
  font-family: 'Verdana', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #f5dfbc;

}
.socialmedia{
  text-align: center;
  overflow: hidden;

}
.socialmedia a img{
  width:30px;
  height:30px;
  align-items: center;
}
.wrapper{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 20px;

  
  
}
content{
padding: 0 20px;
}
.headerrow1{
display: flex; 
width: 100%; 

}
.logo img {
  margin: 0;
  padding: 10px;
  width: 270px;
 display: flex;
 float: left;

}

.titlentagline h1{
  font-family:'cursive', 'Tangerine', 'sarcamento', 'cookie';
  font-size: 100px;
  margin:0px;
  padding: 0px;
  /*display:inline-flex;
  display: flex;
   float: left;
  flex: 1; */
  text-align: center;
  color: #FEF6E9;
 flex-grow: 1;
  padding: 0 20px;
  



}
.oneliner{
 font-size: 25px; 
 font-family:'cursive', 'Tangerine', 'sarcamento', 'cookie';
/* display: inline-block;*/
 color: #FEF6E9;
 float: right;
 display: flex;

}

.tagline{
  font-family: Verdana, Geneva, Tahoma, sans-serif; 
  font-size: 15px; 
  margin: 0px; 
  padding: 0px; 
  /* float:left; */
  display: flex;
  color: #FEF6E9;
 

}

.navigation {
display: flex;
flex-flow: row;
flex-flow: wrap;
list-style-type: none;
padding: 0px 10px 5px;



}
.options a
{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: medium;
  color: antiquewhite;
  vertical-align: bottom;
  background-color: transparent;
  text-decoration: none;
 /* padding-top: 220px; */

}
.navigation li{
display: flex;
flex-flow: row;
list-style-type: none;
padding: 0px 10px 5px;
border-right: 1px solid #fff;


}

.Ourimage {
width: 100%;
height: 300px;
overflow: hidden;
position: relative;
}

.Ourimage img {
width: 100%;
height: 100%;
object-fit: contain;
position: absolute;
top: 0;
left: 0;
opacity: 0;
}

.Ourimage img:nth-child(1) {
animation: slideAnimation 12s infinite 0s;
}

.Ourimage img:nth-child(2) {
animation: slideAnimation 12s infinite 4s;
}

.Ourimage img:nth-child(3) {
animation: slideAnimation 12s infinite 8s;
}

.Ourimage img:nth-child(4) {
animation: slideAnimation 12s infinite 12s;
}

@keyframes slideAnimation {
0%, 100% {
  opacity: 0;
  transform: translateX(100%);
}
8.33%, 25% {
  opacity: 1;
  transform: translateX(0%);
}
33.33%, 50% {
  opacity: 0;
  transform: translateX(-100%);
}
58.33% {
  opacity: 0;
  transform: translateX(100%);
}
}



.AboutDhwani {
  background-color: #f5dfbc;
  box-shadow: 0 10px 34px rgba(0,0,0,.15);
  border-radius: 15px;
  height: 400px;
}
.AboutUsTitle img{
  width: 200px;
  height:115px;
  
}
.handcommunique img{
  float:left;
  width:100px;
  padding:30px;
}
.handcommuniquedes h4{
  padding: 20px;
  float:left;
}
.bandimage img{
  float:left; 
  width:250px; 
  margin:0px; 
  padding:10px; 
  height:150px;
  padding-bottom: 10px;
  object-fit: contain;
  }

  .bandimage iframe{
      float:left; 
      width:250px; 
      margin:0px; 
      padding:10px; 
      /*object-fit: cover;*/
      object-fit: contain;
      border: 0px;
      }

  .aboutUsdescription p{
      height: auto;
  }
.OurMusic{
  background-color: #f5dfbc;
  border: 5px solid #f488a9dd;
  border-radius: 15px;
  height:350px;

}  
.ourmusictitle img{
  
  width: 200px;
  height:auto;
}

.ourmusicimage iframe{
  float:left; 
  width:250px; 
  margin:0px; 
  padding:10px; 
  object-fit: cover;
  
  }
  
.ourmusicdescription p{
padding: 10px;
}

.copywright p{
  background-color: black;
  color: #f3ede3;
  padding: 0px;
  margin: 0px;
  text-align: center;

}

.AboutUsPage{
  box-shadow: 0 10px 34px rgba(0,0,0,.15);
  background-color: #f5dfbc;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 10px;
  align-items: center;
}

.AboutUsPage img{
align-items: center;
display: flex;
width: 250px;
height: auto;
justify-content: center;
}

.ourTeamImagegroup img{
align-items: center;
display: flex;
width: 70%;
height: auto;
padding-left:15%;
padding-right:15%;

}


.TeamMember{
   width: 90%;
  padding: 48px 50px;  
  
  height:auto; 
  box-shadow: 0 10px 34px rgba(0,0,0,.15);
  background-color: #f1d09b;
  border-radius: 10px;
 overflow: hidden;
 
  }

  .TeamMember img{
       float:left;
     width:25%;
      padding:15px;
      margin:0;
      height: 150px;

      display: flex;
     

  } 
  .copywrightmessage{
    width: 70%;
    box-shadow: 0 10px 34px rgba(0,0,0,.15);
    background-color: #f5dfbc;
    margin: -85px auto 0;
    padding: 48px 50px;
    border-radius: 10px;
    align-items: center;}
  
   .gallery {
    justify-content: center;
    align-items: center;
    padding-left: 75px;
    
   } 
   .gallery img{
    width: 300px;
    height: 300px;
    border: 5px solid;
   } 

@media only screen and (max-width: 768px) {
.headerrow1{
  flex-flow: column;
  text-align: center;
}

.logo {
  
  align-items: center;
  justify-content: center;

}
.logo img{
  padding-left: 80px;
  
  margin: 0;
  

}
  .header {
    flex-direction: column;
    align-items: center;
  }
  .titlentagline h1{
    display: flex;
    width: 100%;
    text-align: center;
    flex-flow: column;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0;
  }
  .options{
      vertical-align: auto;
      padding-top: -220;
  }
  .AboutDhwani{
      height: fit-content;
  }
  .OurMusic{
      height: fit-content;
  }
 
  .bandimage img{
    height: fit-content;
      }
  
   .handcommunique img{
      height: 30px;
      width: 30px;
      float: left;}
  
  #Communique{
    height:300px;  
  }
  .TeamMember{
      /* width: 74%; */
      height:fit-content;
      box-shadow: 0 10px 34px rgba(0,0,0,.15);
      background-color: #f1d09b;
      /* padding: 48px 50px;
      border-radius: 10px; */
   }

   footer p{
    font-size: 14px;
    
  }
  }
  

@media only screen and (max-width: 992px) {
  .logo {
    padding-right: 10px;
  align-items: center;
  justify-content: center;
  }


.logo img{
  padding-left: 80px;
  margin: 0;
  align-items: center;
  justify-content: center;

}

  header {
    flex-direction: column;
    align-items: center;
  }
  .options{
      vertical-align: auto;
      padding-top: -220;
  }
  .AboutDhwani{
      height: fit-content;
      overflow: hidden;
  }
  .OurMusic{
      height: fit-content;
  }
 
  .bandimage img{
    height: fit-content;
      }

  .TeamMember{
   /* width: 74%; */
   height:fit-content;
   box-shadow: 0 10px 34px rgba(0,0,0,.15);
   background-color: #f1d09b;
   /* padding: 48px 50px;
   border-radius: 10px; */
   }
}
@media only screen and (max-width: 697px) {
.headerrow1{
  flex-flow: column;
  text-align: center;
}

.logo{
  
  align-items: center;
  justify-content: center;

}
.logo img{
 
  margin: 0;
  align-items: center;
  justify-content: center;
  padding-left: 30px;

}

.titlentagline{
  align-items: center;
  justify-content: center;
}

.titlentagline h1{
  display: flex;
  width: 100%;
  text-align: center;
  flex-flow: column;
  padding-right: 10px;
  margin: 0;
  font-size: 60px;
  font-family: cursive, ;
}
.options{
  vertical-align: auto;
  padding-top: -220;
  flex-flow: wrap;
  justify-content: center;
}

.titlentagline h1{
font-size: 70px;
justify-content: center;

}
.TeamMember{
/* width: 74%; */
height:fit-content;
box-shadow: 0 10px 34px rgba(0,0,0,.15);
background-color: #f1d09b;
border-radius: 10px;
flex-flow: column;
padding: 0;

}
.TeamMember img{
  display: flex;
  flex-flow: column;
  width: 100%;
  height: auto;
}
.TeamMember p{
  font-size: 12px;
}
.TeamMember h3{
  font-size: 14px;
  
  }
footer p{
  font-size: 14px;

}

}
