@import url('https://fonts.googleapis.com/css2?family=Sekuya&display=swap');
/* Sekuya font for Headers Option #1 */

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
/* Archivo Black font for Headers Option #2 */


/* Space Grotesk font for paragaph Option #2 */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

/* Cabin font for paragraph Option #2 */
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');


body#indexhome
{background-color:rgb(15, 24, 36);}

#indexhome header nav button{
    color: #0f1824;}


body#indexWH{
    background-color:#d7e6fb;
color:#324971;}


#indexWH header nav button{
    background-color:#324971;
    color:rgb(215, 230, 251);
}

body#indexbelieve{
    background-color:#1D3216;
    color:#F2D1A2;}

#indexbelieve header nav button{
    background-color:#F2D1A2;
    color:#1D3216;
}

body h2#indexbelieve{
    font-size: 20px;
    font-family: 'Sekuya', system-ui;}

body#indexglass{
    background-color:#eceadf;
    color:#0c1215;}

#indexglass header nav button{
    background-color:#01051a;
    color:#eceadf;
}

html {
    overflow-y: scroll;
}

body {
    background-color:rgb(15, 24, 36);
    margin: 0;
    text-align: center;
    color:white;
    font-family: "Space Grotesk", sans-serif;
    
}


header nav {
    position: relative;
    padding: 10px;
}

header nav a{
    position: relative;
    font-size: 20px;
    font-family: 'Sekuya', system-ui;
    text-decoration: none;
    padding: 30px;
    margin: 0;
    color: inherit;
}

header nav a:visited{
    color:white;
    color: inherit;
}

header nav a:hover{
    color:white;
    color: inherit;
}


header nav button {
    background-color: rgb(255, 255, 255);
    color:rgb(15, 24, 36);
    position: relative;
    border: 0;
    border-radius:5px;
    font-size: 20px;
    font-family: 'Sekuya', system-ui;
    text-decoration: none;
    padding: 10px;
    margin-left: 30px; 
    color: inherit;
}



header nav button:hover {
    cursor: pointer;
}

header h1{
    font-family: 'Sekuya', system-ui;
    font-size: 36px;
    text-align: center;
}

main h1 {
    font-size: 30px;
    font-family: 'Sekuya', system-ui;
    text-align: center;
}

h2, h3{ 
    font-size: 20px;
    font-family: 'Sekuya', system-ui;
    line-height: 1.2;
}


body a:link{
    color: white;
    color: inherit;
}


body a:visited{
    color: white;
    color: inherit;
}


/* about*/
.wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0;
}

.container {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  
}

.containerWH {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  padding: 20px;
}

.text {
  max-width: 420px;
  font-size: 20px
}
.textWH {
  max-width: 705px;
  font-size: 26px;
}
.image img {
  width: 420px;
  height: auto;
  display: block;
  margin-top: 0px;
}

.pfp-img{
    width: 35%;
    height: auto;
}

/* about end */

/* album images */
.albums p {
  margin-top: 8px;
  text-align: left;
}

.albums-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.albums {
  display: flex;
  flex-direction: column; 
  align-items: flex-start;
  text-decoration: none;
  margin-top: 8px;
  text-align: left;
  filter: brightness(75%)
}

.albums img {
  width: 300px;
  height: 300px;
  object-fit: cover; 
}


.albums:hover {
    color:rgba(255, 255, 255);
    filter: brightness(100%);
}
/*album images end*/

/* playback  */
.audio-list {
  display: flex;
  flex-direction: column;
  gap:40px;
  text-align: right;
  border-radius:5px;
  flex: 1;
  max-width: 665px;
}

.track {
  display: flex;
  align-items: center;
  margin-top: 0;
  gap: 15px;
  
}

.track h2,
.track h3 {
  width: 310px;
  margin: 0;
}

.track audio {
  flex: none;
  width: 300px
}


.audioWH{
    filter: hue-rotate(0deg) drop-shadow(0px 0px 12px #79a2f9);
}
track#audioWH{
    filter: hue-rotate(0deg);
}

.audioBIM{
    filter: hue-rotate(0deg) drop-shadow(0px 0px 12px #F2D1A2); 
}
track#audioBIM{
    filter:  hue-rotate(180deg);
}

.audioGJ{
    filter: contrast(150%) drop-shadow(0px 0px 12px rgb(100, 100, 100));
}
track#audioGJ{
    filter: contrast(200%); 
}

/* Firefox and Chrome explicit formatting */
@-moz-document url-prefix() {
    .audioWH{
        background-color: #79a2f9;
    }
    .audioBIM{
        background-color: #D8A55D;
    }
    .audioGJ{
        background-color: #01051a;
    }
}

@supports (-webkit-appearance: none) {
    .track {
        background-color: transparent;
    }
}
/*Firefox and Chrome explicit formatting End*/
/* playback  end*/


 /* form */
fieldset {
    width: 400px;
    border-radius: 10px;
    height: auto;
}

fieldset label {
    font-family: "Space Grotesk", sans-serif;
    color: white;

}


fieldset span {
    font-weight: bold;
    font-size: 1.25em;
    color: #ff0000;
}


input[type=text], select, option {
    padding: 8px;
    width: 98%;
    border-radius: 10px;
    border: 1px solid #000000;
    background-color: #ffffff;
}

input[type=text], select, option {
    padding: 8px;
    width: 98%;
    border-radius: 10px;
    border: 1px solid #000000;
    background-color: #d1d1d1;
}

input[type=text]:hover {
    background-color: #ffffff;
}


textarea {
    width: 98%;
    height: 150px;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #000000;
    background-color: #d1d1d1;
}

textarea:hover {
    background-color: #ffffff;
}


.btns {
    width: 50%;
    margin: auto;
    margin-top: 15px;
}

.btns input {
    width: 90px;
    height: 40px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 17px;
    font-weight: bold;
    background-color: #d6dde2;
    color: #0f1824;
    border-radius: 10px;
    opacity: 60%;
    border-color: #0f1824;
}

.btns input:hover {
    background-color: #ffffff;
    opacity: 100;
    text-decoration: underline;
}



/* form end */

/*footer*/
footer {
    position: relative;
    margin:15px;
}

footer p {
    font-family: "Space Grotesk", sans-serif;
}

.inline-blockfoot {
    display:inline-block;
    align-items: center;
    font-family: 'Sekuya', system-ui;
    font-size: 24px;
    font-weight: 400;
    padding:15px;
    color: inherit;
    
}
.inline-blockfoot:visited{
    color:white;
    color: inherit;
}


main {
    margin:auto;
    font-family: "Space Grotesk", sans-serif;
    text-align: center;
}
