html, body {
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    margin: 0;
}

p, h1, h2, h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.topnav a {
  font-family: 'Barlow Semi Condensed', sans-serif;
}

body {
  background-color: #FFFAE9;
}

h1 {
  color: #004D5E;
  font-size: 100px;
  line-height: .8;
  letter-spacing: -2px;
  text-align: center;
}

p {
  color: #000000;
  line-height: 1.5;
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

img {
  width: 100%;
}

.wrapper {
  margin: auto;
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}


.spacer {
  text-align: center;
  max-width: 394px;
  margin: auto;
  flex-grow: 1;
}

.topnav {
  text-align: left;
  font-size: 14px;
  max-width: 600px;
  word-spacing: 10px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 0px;
}

.topnav a{
  color: #000000;
  text-decoration: none;
  padding: 0px;
}

.topnav a:hover{
  color: #F03737;
}



#home-content {
  max-width: 600px;
  margin: auto;
  text-align: center;
  margin-top: -50px;
}

#home-title {
  position: relative;
  width: 60%;
  z-index:-1;
  margin: auto;
  bottom: -50px;
}

#home-img {
  position: relative;
  z-index:-2;
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 0px;
}




#about-content {
  max-width: 500px;
  margin: auto;
  text-align: center;
  margin-top: -10px;
}

#about {
  max-width: 500px;
  margin: auto;
  text-align: justify;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-grow: 1; 
}

#about-title {
  position: relative;
  width: 40%;
  margin: auto;
  bottom: -10px;
  z-index:-1;
}



#listen-content {
  max-width: 500px;
  margin: auto;
  text-align: center;
  margin-top: -10px;
}

#embed {
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px;
  flex-grow: 1;   
}

#listen-title {
  position: relative;
  width: 40%;
  margin: auto;
  bottom: -10px;
  z-index:-1;
}





#contact-content {
  max-width: 500px;
  margin: auto;
  text-align: center;
  margin-top: -10px;
}

#contact {
  max-width: 500px;
  margin: auto;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-grow: 1;   
}

#contact-title {
  position: relative;
  width: 40%;
  margin: auto;
  bottom: -10px;
  z-index:-1;
}




#contact a {
  color: #000000;
}

#contact a:link {
  color: #000000;
}

#contact a:visited {
  color: #000000;
}

#contact a:hover {
  color: #F03737;
}

#contact a:active {
  color: #F03737;
}


#contact a:link {
  text-decoration: underline;
}

#contact a:visited {
  text-decoration: underline;
}

#contact a:hover {
  text-decoration: underline;
}

#contact a:active {
  text-decoration: underline;
}




#about a {
  color: #000000;
}

#about a:link {
  color: #000000;
}

#about a:visited {
  color: #000000;
}

#about a:hover {
  color: #F03737;
}

#about a:active {
  color: #F03737;
}


#about a:link {
  text-decoration: underline;
}

#about a:visited {
  text-decoration: underline;
}

#about a:hover {
  text-decoration: underline;
}

#about a:active {
  text-decoration: underline;
}






#home-button {
  margin: auto;
  text-align: center;
   
}

#home-button a {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}

#home-button a:hover {
  color: #F03737;
  font-size: 12px;
  text-decoration: none;
}





.footer {
  max-width: 500px;
  margin: auto;
  flex-grow: 0;
   
}

.socials {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 20px;
}

.socials a {
  color: #000000;
  text-decoration: none;
}

.socials a:hover {
  color: #F03737;
  text-decoration: none;
}

.fa {
  padding: 5px;
  font-size: 25px;
  text-decoration: none;
}





@media only screen and (max-width: 600px) {
  #home-content {
    max-width: 85%;
    margin: auto;
    text-align: center;
    margin-top: -50px;
    }

  #home-title {
    position: relative;
    width: 60%;
    margin: auto;
    bottom: -30px;
    }

  #about-content {
    max-width: 85%;
    margin: auto;
    text-align: center;
    margin-top: -10px;
    }

  #about-title {
    position: relative;
    width: 50%;
    margin: auto;
    bottom: 0px;
    }

  #listen-content {
    max-width: 85%;
    margin: auto;
    text-align: center;
    margin-top: -10px;
    }

  #listen-title {
    position: relative;
    width: 50%;
    margin: auto;
    bottom: 0px;
    }

  #contact-content {
    max-width: 85%;
    margin: auto;
    text-align: center;
    margin-top: -10px;
    }

  #contact-title {
    position: relative;
    width: 50%;
    margin: auto;
    bottom: 0px;
    }
} 