/******************************
Base Custom Styles
******************************/

html,
body {
  height: 100%;
}

body {
  background-color: #fdfdfd;
  color: #050505;
  font-family: "Spectral", "Constantia", sans-serif;
  text-align: center;
}

h1 {
  font-weight: 600;
  padding-bottom: 1rem;
}

h2,
.display-1 {
  font-weight: 500;
}

a {
  color: rgba(0,0,0,.5);
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgba(0,0,0,.7);
  text-decoration: none;
}

figcaption {
  font-size: 1.25rem;
}

.page {
  min-height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.audioland:hover,
.audioland:focus,
.audiofoot:hover,
.audiofoot:focus {
  opacity: 0.5;
}

/******************************
Landing
******************************/

#landing {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.jumbotron {
  background-color: #fdfdfd;
  margin: 0;
  padding: 1rem;
}

.audioland {
  width: 65px;
  height: 65px;
  opacity: 1;
}

h3 {
  padding-bottom: 1rem;
}

h3:last-child {
  padding-bottom: 0;
}

.landlink {
  color: #050505;
}

/******************************
Navigation
******************************/

#navi {
  position: fixed;
  top: 0;
  min-width: 100%;
  height: 46px;
  z-index: 500;
  background-color: #eff1f2;
  padding: 0;
}

#return {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 0.5rem;
}

.navbar-toggler {
  height: 36px;
  margin-right: 0.5rem;
}

.navbar-toggler-icon {
  height: 27px;
}

.navbar-collapse ul {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0 0 0 1%;
}

.navbar-nav {
  padding-right: 0;
  margin-right: 0;
  background-color: #eff1f2;
}

#foot {
  position: fixed;
  bottom: 0;
  min-width: 100%;
  height: 70px;
  z-index: 500;
  background-color: #eff1f2;
  align-items: center;
}

#sociallinks {
  height: 46px;
}

.footlink {
  color: #050505;
}

.audiofoot {
  width: 30px;
  height: 30px;
  opacity: 0.7;
}

#copyrights {
  min-height: 24px;
  font-size: 0.75rem;
  opacity: 0.6;
}

#copyrights div a {
  color: rgba(0,0,0,1);
}

#copyrights div a:hover,
#copyrights div a:focus {
  color: rgba(0,0,0,0.7);
}

/******************************
Band
******************************/

.member {
  max-width: 230px;
  max-height: 470px;
  border-radius: 1%;
}

/******************************
Contact
******************************/

textarea {
  width: 250px;
  height: 125px;
}

.btn:focus,
.btn:hover {
  box-shadow: 0 0 0 1px rgba(0,0,0,.5);
}

/******************************
Discography
******************************/

.cover {
  width: 250px;
  height: 250px;
  border-radius: 1%;
}

.albumtitle {
  font-weight: 500;
  font-style: italic;
}

/******************************
Events
******************************/

.card {
  width: 16rem;
  margin-bottom: 1rem;
}

/******************************
Media
******************************/

.videoWrapper {
	position: relative;
  width: 256px;
  height: 156px;
  margin-left: auto;
  margin-right: auto;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/******************************
Merch
******************************/

.merch {
  width: 80px;
  height: 160px;
  border-radius: 1%;
}

/******************************
Media Queries
******************************/

/*This "style patch" query overwrites Reboot defaults that need to be kept above the medium breakpoint.*/
@media all and (max-width: 767px) {

  .display-1 {
    font-size: 5rem;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

}

/*This "style patch" query overwrites Reboot defaults that need to be kept above the small breakpoint.*/
@media all and (max-width: 575px) {

  h1 {
    font-size: 2rem;
  }

  .display-1 {
    font-size: 4rem;
  }

  .display-4 {
    font-size: 2rem;
  }

  h3 {
    font-weight: 400;
  }

}

@media all and (min-width: 400px) {

  .videoWrapper {
  	width: 320px;
  	height: 195px;
  }

}

@media all and (min-width: 576px) {

  textarea {
    width: 400px;
    height: 175px;
  }

  .videoWrapper {
  	width: 448px;
  	height: 273px;
  }

  .card {
    width: 22rem;
  }

  .merch {
    width: 120px;
    height: 240px;
  }

}

@media all and (min-width: 768px) {

  /* #audioland {
    width: 100px;
    height: 100px;
  } */

  .audioland {
    width: 100px;
    height: 100px;
  }

  h3 {
    padding-bottom: 2rem;
  }

  textarea {
    width: 500px;
    height: 225px;
  }

  .cover {
    width: 325px;
    height: 325px;
  }

  .videoWrapper {
  	width: 640px;
  	height: 390px;
  }

  .merch {
    width: 160px;
    height: 320px;
  }

}

@media all and (min-width: 992px) {

  textarea {
    width: 600px;
    height: 300px;
  }

  .cover {
    width: 400px;
    height: 400px;
  }

  .videoWrapper {
  	width: 832px;
  	height: 507px;
  }

  .merch {
    width: 240px;
    height: 480px;
  }

}

@media all and (min-width: 1200px) {

  textarea {
    width: 800px;
    height: 400px;
  }

  .cover {
    width: 475px;
    height: 475px;
  }

}
