* {
box-sizing: border-box;
}

body {
  font-family: Verdana, sans-serif;
}

.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {

  position: absolute;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  opacity: 0;
  display: none;
  border-radius: 50%;
  display: inline-block;
  /* transition: background-color 0.6s ease; */
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
#grid1{
  display: grid;
  grid-template-columns: 2fr 3fr;
}

#grid2{
  display: grid;
  grid-template-columns: 3fr 2fr;
}
@media(max-width: 1020px) {
    #grid1{
      display: block;
    }
    #grid2{
      display: block;
    }
    #image{
      width: 100%;
      height: 450px;
      
    }
    #bottom{
      height: 3300px;
    }
    #font1{
      font-size: 45px !important;
    }
    #font2{
      font-size: 40px !important;
    }
    #font3{
      font-size: 35px !important;
    }
    #font4{
      font-size: 30px !important;
    }
}
@media(max-width: 767px) {
  #grid1{
    display: block;
  }
  #grid2{
    display: block;
  }
  #image{
    width: 100%;
    height: 300px;
   
  }
  #bottom{
    height: 2900px;
  }
  #font1{
    font-size: 40px !important;
  }
  #font2{
    font-size: 35px !important;
  }
  #font3{
    font-size: 30px !important;
  }
  #font4{
    font-size: 25px !important;
  }
}

@media(max-width: 368px) {
  #grid1{
    display: block;
  }
  #grid2{
    display: block;
  }
  #image{
    width: 100%;
    height: 200px;
   
  }
  #bottom{
    height: 2300px;
  }
  #font1{
    font-size: 35px !important;
  }
  #font2{
    font-size: 30px !important;
  }
  #font3{
    font-size: 25px !important;
  }
  #font4{
    font-size: 20px !important;
  }
}

@media(max-width: 319px) {
  #grid1{
    display: block;
  }
  #grid2{
    display: block;
  }
  #image{
    width: 100%;
    height: 200px;
   
  }
  #bottom{
    height: 2300px;
  }
  #font1{
    font-size: 35px !important;
  }
  #font2{
    font-size: 30px !important;
  }
  #font3{
    font-size: 25px !important;
  }
  #font4{
    font-size: 20px !important;
  }
}

.about_music { 
    /* position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 959px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%; */
  position: relative;
  text-align: center;
  }

div .about_description {
    /* background-color: white;
    float: left;
    width: 40%;
    top: 0px;
    left: 0;    */
    position: absolute;
    display: inline;
    bottom: 100px;
    left: 0px;
    background-color: rgb(218, 247, 92);
    width: 460px;
    height: 690px;
    margin-left: 120px;
    top: 40px;

}

div .description_container {
  width: 350px;
  margin-left: 55px;
  margin-top: 50px;
  color: black;
  line-height: 26px
}

div .about_image {   
    /* position: absolute;
    width: 40%;
    height: 500px;
    top: ;
    right: 0; */
    position: relative;
    width: 560px;
    height: 760px;
    margin-top: 100px;
    margin-left: 510px;
}

/* #comp-jx85vqpq6label {
  width: 200px;
  height: 50px;
  border-radius: 15px;
  background-color: yellowgreen;
}

#comp-jx85vqpq6label:hover {
  background-color: green;
} */
.contact-button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}
.welcom{
  display:block;
  text-align: center;
  /* z-index: 1; */   
}

.welcome {
  display:block;
  text-align: center;
  /* z-index: 1; */
}

.contact-button:hover {
  background-color: #3e8e41
}

.contact-button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

div .service_content {
  display: block;
  margin-top: 40px;  
  background-color: white;
  align-content: center;
}

div .service_table {
 position: relative;
 display: flex;
 align-items: center;
 padding-left: 70px;
}

div .table_cell {
  float: left;
  width: 301px;
  margin-left: 30px;
  font-size: 30px;
}

div .title {
  margin: auto;
  width: 100%;
  height: 150px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;   
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 80px;
  right: 30px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
