
@font-face {
    font-family: "myFont";
    src:url(Inter.ttf) ;
}
body, html{
    font-family: "myFont";
    background-image: url("back.png");
    min-height: 100vh;
}
.gallery{
    padding-top: 60px;
    padding-bottom: 30px;
}

.navbar{
    background-color: #000;
}

a{
    color: #fff;
    text-decoration: underline;
}

a:hover{
color: #00838e;
}
.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
h1 {
    text-shadow:2px 2px 1px #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
h2{
    padding-bottom: 10px;
    text-shadow:2px 2px 1px #000;
}
h3{
    margin-top: 20px;
    text-shadow:2px 2px 1px #000;
}
h4
{
    margin-top: 10px;
    font-size: 20px;
    text-shadow:2px 2px 1px #000;
}
.music-player h3{
    padding-top: 10px;
}
.bg-image{
    padding-top: 56px;
}
.bg-image img{
    max-height: 94.5vh;
    object-fit: cover;
    width: 100%;
}

.about-section{
    display: flex;
    column-gap: 30px; 
    max-width: 100%;   
}
.about{
    filter: drop-shadow(5px 5px 4px #000);
    background-color: #574141;
    padding: 25px 35px;
    width: 500px;
    border-radius: 10px;
    border: solid 3px #bfa5a5;
}
.music{
    filter: drop-shadow(5px 5px 4px #000);
    width: 400px;
}
.concerts{
    filter: drop-shadow(5px 5px 4px #000);
    background-color: #564146;
    padding: 25px 35px;
    border: solid 3px #bfa5a5;
    width: 500px;
    border-radius: 10px;
}
@media (max-width: 700px) {
    .about-section {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      row-gap: 30px;
    }
    .about{
        filter: drop-shadow(5px 5px 4px #000);
        background-color: #574141;
        padding: 25px 35px;
        width: 100%;
        border-radius: 10px;
        border: solid 3px #bfa5a5;
    }
    .music{
        filter: drop-shadow(5px 5px 4px #000);
        width: 100%;
    }
    .concerts{
        filter: drop-shadow(5px 5px 4px #000);
        background-color: #564146;
        padding: 25px 35px;
        border: solid 3px #bfa5a5;
        width: 100%;
        border-radius: 10px;
    }
  }

.about p
{
    text-align: left;

}

.contact{
    margin-bottom: 5vh;
    margin-top: 10vh;
}
.galleryIMG img{
    filter: drop-shadow(5px 5px 4px #000);
    height: 225px;                  
    margin: 7px;
    margin-bottom:14px;
    max-width:300px;
    object-fit: cover;
    border-radius: 5px;
    outline: solid 3px #bfa5a5;

}
.galleryIMG img:hover{
    transform: scale(1.05);
  }
.footer{
    background-color: #000000;
    height: 200px;
}
.footer a{
  text-decoration: none;
}
.footer p{
  padding-top: 30px;
}
.footerIcons img{
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 60px;
  width: auto;
}
.footerLogo img{
  margin-top: 20px;
  width: 250px; 
}

@media (max-width : 700px) {
    .music-player{
        background: #00515c;
        width: 100%;
        padding: 25px 35px;
        text-align: center;
        border-radius: 10px;
        border: solid 3px #00838e;

    }
}
@media (min-width : 700px) {
    .music-player{
        background: #00515c;
        width: 400px;
        padding: 25px 35px;
        text-align: center;
        border-radius: 10px;
        border: solid 3px #00838e;
    }
}
nav{
    display: flex;
    justify-content:space-between;
    margin-bottom: 30px;
}
nav .circle{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: white;
}
.song-img{
    width: 100%;
    border-radius: 10px;
    border: solid 3px #00838e;
    filter: drop-shadow(3px 3px 2px #000);
}

input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    width: 100%;
    height: 6px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin: 40px 0; 
    filter: drop-shadow(2px 2px 1px #000);
}
  
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
  }
  
  input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
  }
  
  input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
  
    /* Hides the slider so custom styles can be added */
    background: transparent; 
    border-color: transparent;
    color: transparent;
  }

  input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: solid 3px #00838e;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 3px #00838e;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #00515c;
}
.controls {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width : 700px) {
.controls div{
    filter: drop-shadow(2px 2px 1px #000);
    width: 60px;
    height: 60px;
    margin: 20px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #00515c;
    cursor: pointer;
}
}
@media (max-width : 700px) {
    .controls div{
        filter: drop-shadow(2px 2px 1px #000);
        width: 35px;
        height: 35px;
        margin: 10px;
        background: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #00515c;
        cursor: pointer;
    }
    }
.controls div:nth-child(2){
    transform: scale(1.2);
}
