
/* ---------- Nav Bar Styling ---------- */

#navTitle{
  text-decoration: none;
  color: #5C472A;
  text-align: center;
  padding: 10px 10px;
  margin: 0 auto;
  width: 85%;
  font-family: Didot;
  background-color: #EDE6D8;
  position: fixed;
  top: 0;
  z-index: 2;
}

#scale {
  position: fixed;
  z-index: 3;
  opacity: 1;
  height: auto;
  width: 25.5%;
  top: 14px;
}

#scale-end {
  position: fixed;
  z-index: 3;
  opacity: 1;
  height: auto;
  width: 24%;
  top: 20px;
  left: 888px;
}

ul {
  /* Nav bar inspired by: https://www.w3schools.com/css/css_navbar.asp */
  text-align: center;
  padding: 10px 10px;
  margin: 0 auto;
  background-color: #EDE6D8;
  position: fixed;
  overflow: hidden;
  top: 50px;
  width: 85%;
  height: 25px;
  z-index: 2;
}

li {
  display: inline-block;
  text-align: center;
}

li a {
    font-weight: normal;
    padding: 12px 14px;
    text-decoration: none;
    color: #5C472A;
    text-decoration: underline;
    transition: .35s ease-in-out;
}

li a:hover {
  background-color: #BBA788;
  transition: .35s ease-in-out;
}

.active {
  background-image: url("../images/music-note.png");
  background-repeat: no-repeat;
  background-position: bottom;
}

/*anything smaller than this width*/
@media (max-width: 1023px) {
  #scale {
    position: fixed;
    z-index: 3;
    opacity: 0.6;
    height: auto;
    width: 22%;
    top: 27px;
  }

  #scale-end {
    position: fixed;
    z-index: 3;
    opacity: 0.6;
    height: auto;
    width: 20%;
    top: 30px;
    left: 768px;
  }
}

@media (min-width: 1024px) {
  #scale {
    position: fixed;
    z-index: 3;
    opacity: 1;
    height: auto;
    width: 22%;
    top: 27px;
  }

  #scale-end {
    position: fixed;
    z-index: 3;
    opacity: 1;
    height: auto;
    width: 20%;
    top: 30px;
    left: 768px;
  }

  #current_img {
    width: 800px;
  }
}

@media (min-width: 1280px) {
  #scale {
    position: fixed;
    z-index: 3;
    opacity: 1;
    height: auto;
    width: 25.5%;
    top: 14px;
  }

  #scale-end {
    position: fixed;
    z-index: 3;
    opacity: 1;
    height: auto;
    width: 24%;
    top: 20px;
    left: 891px;
  }
}

@media (min-width: 1440px) {
  #scale {
    position: fixed;
    z-index: 3;
    opacity: 1;
    height: auto;
    width: 25.5%;
    top: 14px;
  }

  #scale-end {
    position: fixed;
    z-index: 3;
    opacity: 1;
    height: auto;
    width: 24%;
    top: 20px;
    left: 991px;
  }
}

/* ---------- Body Styling ----------*/

body {
  margin: 0 auto;
  padding: 100px;
  color: #5C472A;
  font-family: "Didot";
  padding-bottom: 20px;
  padding-top: 80px;
  background-color: #EDE6D8;
  /*background-image: url("../images/recording-studio.png");*/
}

/* ---------- Home Page Styling ----------*/

#welcome {
  font-size: 22px;
  text-align: left;
}

#band-desc {
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  width: 730px;
  font-size: 22px;
}

.home-box {
  width: 400px;
  height: 250px;
  padding: 0 15px 0 15px;
  border: 3px solid #5C472A;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #D4C3A7;
}

#p {
  padding-top: 5px;
}

#thanks {
  font-size: 20px;
  text-align: left;
  order: 0;
  margin-right: 15px;
}

#social-media {
  padding-left: 10px;
  padding-right: 10px;
}

#news {
  padding-top: 0;
  order: 1;
  margin-left: 15px;
  font-size: 15px;
}

.fa {
    padding: 20px;
    font-size: 50px;
    width: 20px;
    text-align: center;
    text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-spotify {
  background: #81B71A;
  color: white;
}

.fa-bandcamp {
  background: #629AA9;
  color: white;
}
/*Source: https://www.w3schools.com/howto/howto_css_social_media_buttons.asp*/

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* ---------- Music Page Styling ----------*/

.iframe {
  border: 0;
}

#releases{
  display: inline-block;
  column-count: 2;
  column-gap: 0;
  width:97%;
}

#music_container{
  display: inline-block;
}

#albumcover{
  float: left;
  width: 500px;
  height: 500px;
  border: solid;
  border-radius: 10px;
  border-width: 3px;
  padding: 10px;
  background-color: #D4C3A7;
  margin-left: 30px;
}

#album_play{
  float:left;
}

#spotify {
  width: 500px;
  height: 500px;
  border: solid;
  border-radius: 10px;
  border-width: 3px;
  padding: 10px;
  background-color: #D4C3A7;
}

#album_des {
  font-size: 20px;
  text-align: center;
  width: 1030px;
  display: inline-block;
  border: solid;
  background-color: #D4C3A7;
  border-radius: 10px;
  border-width: 3px;
  margin-top: 25px;
  margin-left: 25px;
  margin-bottom: 20px;
}

#our_vids {
  column-count: 2;
  max-width: 100%;
}
/* ---------- About Page Styling ----------*/


#tiles{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#moretiles{
  display: inline;
  flex-direction: row;
  justify-content: flex-start;
}

.tile{
  background-color: #D4C3A7;
  align-self: center;
  height: 40px;
  width: 110px;
  margin: 14px;
  padding: 5px;
  border: solid;
  border-color: #5C472A;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
}
.button {
  text-decoration: none;
  color: black;
  vertical-align: middle;
  width: 133px;
}

.tile:hover {
  background-color: #5C472A;
  color: #D4C3A7;
  /*border-color: #D4C3A7;*/
}

.profile {
  width: 225px;
  height: 300px;
  padding-right: 20px;
}

.instrument{
  width: 200px;
  height: 150px;
  padding-right: 15px;
  padding-left: 8px;
  align-self: center;
}

.about{
  background-color: #D4C3A7;
  display: flex;
  flex-direction: row;
  border: solid;
  border-color: #5C472A;
  border-radius: 5px;
  justify-content: space-between;
  font-size: 21px;
}

#rishi_header{
  padding-top: 75px;
}

#amit_header{
  padding-top: 75px;
}

#nikki_header{
  padding-top: 75px;
}

#colin_header{
  padding-top: 75px;
}

#troy_header{
  padding-top: 75px;
}

#robbert_header{
  padding-top: 75px;
}

#hannah_header{
  padding-top: 75px;
}

#noah_header{
  padding-top: 75px;
}

#sarah_header{
  padding-top: 75px;
}

#noah {
  width: 225px;
  height: 300px;
}

.blurb {
  position: relative;
}

.paragraph {
  width: 775px;
}

/* ---------- Booking Page Styling ----------*/

#all-content-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#state {
  width: 0px;
  height: 0px;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

#calendar-div {
  order: 1;
  background-color: #EDE6D8;
  border: 3px solid #5C472A;
  width: 600px;
  height: 400px;
}

#cal {
  width: 600px;
  height: 400px;
  border: none;
}

#switch-button-div {
  width: 90px;
  height: 30px;
  order: 3;
}

#switch-button {
  background-color: #D4C3A7;
  border: 3px solid #5C472A;
  border-radius: 10px;
  outline: none;
  padding: 10px;
  font-size: 18px;
  color: #5C472A;
  font-family: 'Didot';
}

#switch-button:active {
  background-color: #5C472A;
  color: #D4C3A7;
}
