html {
  scroll-behavior: smooth;
}

/***Logo and Logo Text***/

.logo, .logoText {
    float: left;
}

.logoText {
    margin-left: 10px;
    font-family: Montserrat;
}

@media only screen and (max-width: 767px) {
    .logoText {
        font-size: 2rem;
    }
  }

/***Anchor Fix***/

.anchorFix {
    display: block;
    height: 82px;
    margin-top: -82px;
    visibility: hidden;
}

/***Twitch Section***/

.twitchSection {
  padding: calc(12vh + 82px) 0;
}

/***OllieBeanz Responsive Twitch Embed***/

.twitch .twitch-video {
    padding-top: 56.25%;
    position: relative;
    height: 0;
  }
  
.twitch .twitch-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.twitch .twitch-chat {
    height: 400px;
}

.twitch .twitch-chat iframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 850px) {
    .twitch {
      position: relative;
    }
    
    .twitch .twitch-video {
      width: 75%;
      padding-top: 42.1875%;
    }
  
    .twitch .twitch-chat {
      width: 25%;
      height: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
    }
  }

  /***Particles JS***/

  #particles-js {
    width: 100%;
    height: 100%;
    background-image: url();
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

  /***Quote Section***/

  .quoteSection {
      background-color: #25aee1;
  }

  /***Parallax Section***/

  .parallaxSection {
      background-image: url("../img/OllieBeanz_Streaming_Setup_OL70.jpg");
      min-height: 80vh;
      background-attachment: fixed;
      background-size: cover;
      background-position: 50% 50%;

  }

  .parallaxSection .row {
      min-height: 80vh;
      padding: 50px 0px;
  }

  .parallaxSection h2, .parallaxSection p {
      text-align: right;
  }

  @media screen and (max-width: 768px) {
      .aboutLogo {
        width: 100%;
      }

      .parallaxSection h2, .parallaxSection p {
        text-align: center;
      }
  }

  /***Schedule Section***/

  #scheduleSection {
    padding: 10vh 0;
  }

  .scheduleOuterRow {
    margin-top: 50px;
  }

  #scheduleSection h2 {
    text-transform: uppercase;
  }

  .img-circle {
    border-radius: 50%;
    width: 100%;
  }

  #scheduleSection h4 {
    font-size: 1.2rem;
  }

  .scheduleInnerRow {
    border: 2px #25aee1 solid;
    padding: 20px 10px;
    margin: 5px;
  }

@media screen and (max-width: 768px) {

  #scheduleSection h2 {
    font-size: 22px;
  }

}

/***Contact Section***/

#contactSection h2 {
  text-transform: uppercase;
}

#contactSection {
  min-height: calc(100vh - 82px);
  padding: 30vh 0px;
}

.discordBtn {
  display: block;
  margin: auto;
  background: #3d3d3d;
  color: #fff;
  transition: all .2s ease-in-out;
  box-shadow: 0px 17px 10px -10px rgb(0 0 0 / 40%);
}

.discordBtn:hover {
  -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  color: #fff;
  box-shadow: 0px 37px 20px -20px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 768px) {

  #contactSection h2 {
    font-size: 22px;
  }

}

/***MUSIC PAGE START***/

/***Hide Menu Until Scroll***/


/***Head Section***/

.musicHead {
  padding: 0 0;
  background: url("../img/Royalty_Free_Metal_Music_Flame_Wings.jpg") no-repeat center bottom;
  background-size: cover;
  min-height: 100vh;
}

.musicHead h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 4rem;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.musicHead h2 {
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.musicContainer {
  padding: 7vh 0;
}

@media (min-width: 2559px) { 
  .musicContainer {
    padding: 23vh 0;
  }
}

@media (max-width: 577px) {
  .musicHead {
    padding: 0 0;
    background: url("../img/Royalty_Free_Metal_Music_Flame_Wings.jpg") no-repeat center top;
    background-size: contain;
    min-height: 100vh;
  }
}

/***Button Section***/

.buttonSection {
  /*background-color: #25aee1;*/
  background-color: #b10e05;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.buttonSection p {
  font-family: 'Open Sans', sans-serif;
}

.ctaBtn {
  display: block;
  margin: auto;
  width: 90%;
  background: #3d3d3d;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 3rem;
  box-shadow: 0px 17px 10px -10px rgb(0 0 0 / 40%);
  transition: all .2s ease-in-out;
}

.ctaBtn:hover {
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  color: #fff;
  box-shadow: 0px 37px 20px -20px rgb(0 0 0 / 20%);
}

@media (max-width: 577px) { 
  .buttonSection {
    position: relative;
  }

  .ctaBtn {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

  /***Music Parallax Section***/

  .musicParallaxSection {
    background-image: url("../img/Royalty_Free_Metal_And_Hardcore_Concert.jpg");
    min-height: 80vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    padding: 10vh 0;
}

  .musicParallaxSection .row {
    min-height: 80vh;
}

  .musicParallaxSection h3, .musicParallaxSection p {
    text-align: center;
}

  .musicParallaxSection h3{
  text-transform: uppercase;
}

.textDiv {
    background: #353535;
    padding: 25px;
}

@media screen and (max-width: 768px) {
    .aboutLogo {
      width: 100%;
    }

    .musicParallaxSection h2, .musicParallaxSection p {
      text-align: center;
    }
}

@media screen and (min-width: 1200px) {
    .musicParallaxSection .container {
      max-width: 1400px;
    }
}

  /***LISTEN SECTION***/
  
  .icon3Row {
    margin: 10vh 10px;
  }

  .iconDiv {
    text-align: center;
    margin-top: 10px;
  }

  .iconDiv a {
    padding: 10px;
    margin: 5px;
    background: #b10e05;
    width: 50px;
    display: inline-block;
    transition: all .2s ease-in-out;
    box-shadow: 0px 17px 10px -10px rgb(0 0 0 / 40%);
  }

  .iconDiv a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0px 37px 20px -20px rgb(0 0 0 / 20%);
  }

  .iconDiv .fa {
    font-size: 20px;
    color: #ffffff;
    vertical-align: middle;
  }


#listenSection h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 4rem;
  text-align: center;
}

#listenSection h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
  margin-top: 5vh;
}

 /***FAQ Section***/

 #faqSection {
  padding: 10vh 0;
}

.text3Div {
  padding: 25px;
  text-align: center;
  height: 80%;
  margin-bottom: 20px;
}

.text3Div i {
  font-size: 120px;
  margin-bottom: 20px;
  color: #b10e05;
}



#faqSection h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 4rem;
}

#faqSection .btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-size: 2rem;
  color: #b10e05;
}

#faqSection .card {
  margin-bottom: 20px;
}
@media (max-width: 577px) { 
  #faqSection .btn {
    font-size: 1.5rem;
  }
}

#underFAQ {
  background: #3d3d3d;
  padding: 10vh 10px;
  color: #ffffff;
}

#underFAQ h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 3rem;
}

#underFAQ p {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 2vh;
}

/***MUSIC TERMS SECTION***/

#termsSection h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 4rem;
  text-align: center;
}

#termsSection .fa-check {
  color: #009900;
}

#termsSection .fa-times {
  color: #ff0000;
}

.rg-container {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em;
  color: #222;
 }
 .rg-header {
  margin-bottom: 1em;
  text-align: left;
 }
 
 .rg-header > * {
  display: block;
 }
 .rg-hed {
  font-weight: bold;
  font-size: 1.4em;
 }
 .rg-dek {
  font-size: 1em;
 }
 
 .rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
 }
 .rg-source .pre-colon {
  text-transform: uppercase;
 }
 
 .rg-source .post-colon {
  font-weight: bold;
 }
 
 /* table */
 table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
 }
 table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  text-align: left;
  color: #333;
 }
 table.rg-table thead {
  border-bottom: 3px solid #b10e05;
 }
 table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #222;
 }
 table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
 }
 table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
 }
 table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
 }
 table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
 }
 table.rg-table .highlight td {
  font-weight: bold;
 }
 table.rg-table th.number, td.number {
  /*text-align: right;*/
  text-align: left;
 }

 tr td.font-weight-bold {
   font-size: 1.5rem;
 }

 td .fa {
   font-size: 2rem;
 }

 tr {
   vertical-align: middle;
 }
 
 /* media queries */
 @media screen and (max-width: 600px) {
 .rg-container {
  max-width: 600px;
  margin: 0 auto;
 }
 table.rg-table {
  width: 100%;
 }
 table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
  display: none;
 }
 table.rg-table thead {
  display: none;
 }
 table.rg-table tbody {
  width: 100%;
 }
 table.rg-table tr, table.rg-table th, table.rg-table td {
  display: block;
  padding: 0;
 }
 table.rg-table tr {
  border-bottom: none;
  margin: 0 0 1em 0;
  padding: 0.5em;
 }
 table.rg-table tr.highlight {
  background-color: inherit !important;
 }
 table.rg-table.zebra tr:nth-child(even) {
  background-color: #ffffff;
 }
 table.rg-table.zebra td:nth-child(even) {
  background-color: #f6f6f6;
 }
 table.rg-table tr:nth-child(even) {
  background-color: none;
 }
 table.rg-table td {
  padding: 0.5em 0 0.25em 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
 }
 table.rg-table td[data-title]:before {
  content: attr(data-title);
  font-weight: bold;
  display: inline-block;
  content: attr(data-title);
  float: left;
  margin-right: 0.5em;
  font-size: 0.95em;
 }
 table.rg-table td:last-child {
  padding-right: 0;
  border-bottom: 5px solid #b10e05;
 }
 table.rg-table td:empty {
  display: none;
 }
 table.rg-table .highlight td {
  background-color: inherit;
  font-weight: normal;
 }
 }

 table.rg-table td[data-title] {
  font-size: 1.5rem;
 }
 table.rg-table td.text[data-title] span {
  font-size: 1rem;
 }
 
/***Music Contact Section***/

#musicContact h2 {
  text-transform: uppercase;
}

#musicContact {
  min-height: calc(100vh - 82px);
  padding: 30vh 0px;
}

#musicContact .discordBtn {
  display: block;
  margin: auto;
  background: #3d3d3d;
  color: #fff;
  transition: all .2s ease-in-out;
  box-shadow: 0px 17px 10px -10px rgb(0 0 0 / 40%);
}

#musicContact .discordBtn:hover {
  -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  color: #fff;
  box-shadow: 0px 37px 20px -20px rgb(0 0 0 / 20%);
}

#musicContact .iconDiv a {
  background: #000;
}

@media screen and (max-width: 768px) {

  #musicContact h2 {
    font-size: 22px;
  }

}

.musicFooter .musicCredits a {
  color: #b10e05;
}
/***MUSIC PAGE END***/

/***PRIVACY POLICY PAGE START***/

  #privacySection {
    padding: 10vh 0;
  }

  .privacyOuterRow {
    margin-top: 50px;
  }

  #privacySection h1 {
    text-transform: uppercase;
    font-size: 4rem;
  }

  .img-circle {
    border-radius: 50%;
    width: 100%;
  }

  #privacySection h4 {
    font-size: 1.2rem;
  }

  .privacyInnerCol {
    border: 2px #25aee1 solid;
    padding: 20px 10px;
    margin: 5px;
  }

@media screen and (max-width: 768px) {

  #privacySection h1 {
    font-size: 22px;
  }

}

/***PRIVACY POLICY PAGE END***/

/***TERMS PAGE START***/

#termsSection {
  padding: 10vh 0;
}

.termsOuterRow {
  margin-top: 50px;
}

#termsSection h1 {
  text-transform: uppercase;
  font-size: 3rem;
}

.img-circle {
  border-radius: 50%;
  width: 100%;
}

#termsSection h4 {
  font-size: 1.2rem;
}

.termsInnerCol {
  border: 2px #25aee1 solid;
  padding: 20px 10px;
  margin: 5px;
}

@media screen and (max-width: 768px) {

#termsSection h1 {
  font-size: 22px;
}

}

/***TERMS PAGE END***/