html {
    scroll-behavior: smooth;
}

body {
    margin-top: 2%;
    padding: 0%;
    margin: 0%;
    background-color: black;
    color: white;
    font-size: 12pt;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: white;
  }

  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 0px 10px;
    font-size: 21pt;
    text-decoration: none;
  }

  li a:hover {
    opacity: 0.7;
  }

.nav-bar{
  padding-top: 1%;
  padding-right: 10px;
}

.sec1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 4%;
}

.sec2 {
    color: white;
    padding: 1%;
    padding-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20pt;
}

.sec3 {
    color: white;
    padding: 1%;
    padding-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20pt;
}

.logo {
  width:300px;
}

.sec4 {
    color: white;
    padding: 1%;
    padding-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20pt;
}


.btn{
    background-color: transparent;
    color: white;
    border: white solid;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 15pt;
    width: 120px;
    margin: 2%;
    font-family: 'Times New Roman', Times, serif;
  }

.btn:hover {
    opacity: 0.5;
  }

.music {
    width: 70%;
    margin: auto;
    display: flex;
    gap: 2%;
    justify-content: center;
}

.container {
    position: relative;
    width: 50%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }

.box {
    min-width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
} 

.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: black;
  }
  
  .container:hover .overlay {
    opacity: 0.8;
  }

.logo:hover {
  opacity: 0.8;
}  

hr {
    width: 80%;
}

p {
    font-size: 18pt;
    font-style: bold;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 21pt;
}

footer{
    background-color: white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
    padding: 0% 2%;
}

.social-media {
    float: right;
    padding-right: 3%;
}

.copyright {
  padding-left: 3%;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 2px;
    text-align: center;
    text-decoration: none;
}

.fa-facebook {
    color: black;
  }
  
  .fa-twitter {
    color: black;
  }

  .fa-youtube {
    color: black;
  }
  
  .fa-instagram {
    color: black;
  }

  .fa-envelope {
    color: black;
  }

  .fa:hover {
    opacity: 0.5;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  transform: rotate(-90deg);
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-color: transparent;
}

#myBtn:hover {
  opacity: 0.5;
}

@media (max-width: 600px) {

.music{
  display: block;
  margin: auto;
}

.container {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.footer{
  padding-top: 1%;
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.social-media{
  float:none;
}

.sec1 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.logo{
  display: block;
  margin: auto;
  width: 100%;
}

li {
  float: none;
}

li a {
  display: list-item;
}

.copyright{
  padding: 0%;
  margin: auto;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  transform: rotate(-90deg);
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-color: transparent;
}

p{
  font-size: 15pt;
}

.btn{
  background-color: transparent;
  color: white;
  border: white solid;
  border-radius: 15px;
  padding: 10px 15px;
  font-size: 12pt;
  width: 100px;
  margin: 2%;
  font-family: 'Times New Roman', Times, serif;

}

}