/*--------------OVERRIDES--------------*/
html {
  overflow-x: hidden;
}
body {
  background-color: #FFAFDF;
  color: #1D1D1D;
  overflow-x: hidden;
}

article {
  background-color: #FFAFDF;
}

article img {
  mix-blend-mode: multiply;
}

a, a:visited {
  color: #1D1D1D;
}

  a:hover {
    color: #1D1D1D;
  }

.menuiconbg {
  width: 56px;
  left: -10px;
  top: -5px;
}

@media only screen and (max-width: 480px) {
  .menuiconbg {
    width: 48px;
    left: -2px;
    top: -2px;
  }
}

.nav {
  background-color: #1D1D1D;
}

  .nav a, .selected {
    color: #FFAFDF;
  }

.scrollTop {
  background-color: #FFAFDF;
}

footer {
  background: #FFAFDF;
}

  .footerimg {
    width: 80px;
    height: 100px;
    mix-blend-mode: multiply;
    margin: 20px 0 30px 0;
  }

/*--------------HEADER--------------*/

header {
  width: 100%;
  height: 800px;
  background-image: url(../images/oaklandish/headerbg.jpg);
  background-size: 400px;
  background-repeat: repeat;
  background-position: center;
}

.headergraphics {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

  #titlebg {
    width: 90%;
    max-width: 1050px;
    height: auto;
  }

  #logo {
    width: 60%;
    max-width: 525px;
    height: auto;
  }

.headertitle {
  width: 52%;
  max-width: 1000px;
  height: 200px;
  line-height: 200px;
  color: #FFAFDF;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .headertitle h1 {
    font-size: 4vw;
    margin-top: -5px;
  }

  .headertitle h4 {
    font-size: 13px;
  }

@media only screen and (max-width: 768px) {
  #titlebg {
    width: 95%;
    height: 150px;
  }
  #logo {
    width: 80%;
    top: 0%;
  }
  .headertitle {
    width: 70%;
  }
  .headertitle h1 {
    font-size: 30px;
  }
  .headertitle h4 {
    font-size: 11px;
  }
}

@media only screen and (max-width: 480px) {
  header {
    background-size: 350px;
    height: 100vh;
  }
  #titlebg {
    width: 95%;
    height: 180px;
  }
  #logo {
    width: 120%;
    top: 0%;
    left: -10%;
  }
  .headertitle {
    width: 80%!important;
  }
  .headertitle h1 {
    font-size: 30px!important;
  }
  .headertitle h4 {
    font-size: 11px;
  }
}

@media screen and (min-width: 1440px) {
  .headertitle h1 {
    font-size: 45px;
  }
  .headertitle h4 {
    font-size: 16px;
  }
}

/*--------------INTRO--------------*/

#stairs {
  width: 500px;
  height: auto;
  max-width: 100%;
  margin: auto;
}

#science {
  width: 800px;
  height: auto;
  max-width: 100%;
  margin: auto;
}

/*--------------DRIVE IN--------------*/

.driveinphotos {
  position: relative;
  width: 80%;
  max-width: 1000px;
  height: 500px;
  margin: auto;
}

  .driveinphotos img {
    position:absolute;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #drive1 {
    max-width: 342px;
    width: 40%;
    left: -115%;
  }

  #drive2 {
    max-width: 480px;
    width: 45%;
    top: 50%;
    left: -30%;
  }

  #drive3 {
    max-width: 411px;
    width: 40%;
    top: -50%;
    left: 30%;
  }

  #drive4 {
    max-width: 300px;
    width: 35%;
    top:20%;
    left: 90%;
  }

@media only screen and (max-width: 480px) {
  #drive1 {
    width: 70%;
    top: 10%;
    left: -70%;
  }
  #drive2 {
    width: 80%;
    top: 75%;
    left: -20%;
  }
  #drive3 {
    width: 80%;
    top: -70%;
  }
  #drive4 {
    width: 50%;
    left: 85%;
  }
}

/*--------------QUOTE--------------*/

.quote {
  padding: 70px 50px;
  border: 10px solid #1D1D1D;
  box-sizing: border-box;
  width: 80%;
  max-width: 1500px;
  margin: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .quote {
    padding: 60px 20px;
    border: 5px solid #1D1D1D;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
  .quote h2 {
    text-align: center;
    line-height: 150%;
    font-size: 5vw;
  }
  .quote h4 {
    text-align: center;
    line-height: 150%;
  }
}

/*--------------POSTERS--------------*/

#postercontainer {
  border: 10px solid #1D1D1D;
  box-sizing: border-box;
  width: 80%;
  margin-top: 10%;
}

  #posterimg {
    max-width: 1200px;
    width: 90%;
    height: auto;
    margin: -10% auto -15% auto;
  }

  #posterproject .text {
    margin-top: 10%;
    text-align: center;
  }

@media only screen and (max-width: 480px) {
  #postercontainer {
    border: 5px solid #1D1D1D;
    box-sizing: border-box;
    width: 90%;
    margin: 50px auto 0px auto;
  }
  #posterimg {
    width: 200%;
    margin: -10% 0% -10% -20%;
  }
  #posterproject .text {
    margin-top: 20px;
  }
}

/*--------------PROJECTS--------------*/

#projects {
  width: 85%;
  max-width: 1200px;
  margin: 5% auto 20% auto;
  mix-blend-mode: multiply;
}

  .projectpad {
    padding: 20px 0;
  }

#capturetheflag {
  text-align: right;
}

  #capturetheflag img {
    max-width: 100%;
    width: 324px;
    height: auto;
  }

#oakslander {
  text-align: left;
}

  #oakslander img {
    max-width: 100%;
    width: 600px;
    height: auto;
  }

#locallove {
  text-align: right;
  position: relative;
  padding-top: 56.26%;
}

  #locallove iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 480px;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    -webkit-filter: grayscale(1);
     filter: grayscale(1);
  }

  .localtext {
    text-align: center;
  }

#regatta {
  text-align: left;
}

  #regatta img {
    max-width: 100%;
    width: 510px;
    height: auto;
  }

@media only screen and (max-width: 480px) {
  #projects {
    width: 90%;
    margin: 100px auto 160px auto;
  }
  .projectpad {
    padding: 40px 0;
  }
}

@media screen and (min-width: 1024px) {
  #projects {
    margin: 50px auto 250px auto;
  }
  #locallove {
    padding-top: 480px;
  }
  #locallove iframe {
    width: 640px;
    height: 480px;
  }
  .localtext {
    text-align: right;
  }
}

/*--------------PODCAST--------------*/

.podcast {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  border: 10px #1D1D1D solid;
}

  .podcast h1 {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    margin: 40px auto;
  }

  .podcast h4 {
    padding: 10px 0 20px 0;
  }

  .podcast img {
    max-width: 400px;
    width: 40%;
    height: auto;
    margin-top: -20%;
  }

@media only screen and (max-width: 480px) {
  .podcast {
    border: 5px solid #1D1D1D;
    width: 85%;
  }
  .podcast img {
    max-width: 400px;
    width: 80%;
    height: auto;
    margin-top: -35%;
  }
  .podcast h1 {
    margin: 30px auto 40px auto;
    font-size: 8vw;
  }
}

/*--------------MUSIC PLAYER OVERRIDES--------------*/
#myProgress {
  border: 3px #1d1d1d solid;
}

#myBar {
  background-color: #1D1D1D;
}

.player-ctn{
  background-color: none;
}

.playlist-info-track,.playlist-duration{
  color: #1D1D1D;
}

.active-track{
  background: #1D1D1D;
  color: #FFAFDF !important;
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: #FFAFDF !important;
}

.fas{
  color: #1D1D1D;
  font-size: 20px;
}


/*--------------Gallery--------------*/

#galleryimg {
  width: 100%;
  max-width: 1820px;
}

.mobilephotos {
  position: relative;
  height: 650px;
}

.mobilephotos img {
  position:absolute;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

  #mobile1 {
    max-width: 600px;
    width: 50%;
    top: -45%;
    left: -10%;
  }

  #mobile2 {
    max-width: 600px;
    width: 50%;
    top: 45%;
    left: 10%;
  }

  #banner {
    max-width: 250px;
    width: 40%;
  }

@media only screen and (max-width: 768px) {
  .mobilephotos {
    height: 600px;
  }
  #mobile1 {
    width: 60%;
    top: -220px;
    left: -5%;
  }
  #mobile2 {
    width: 60%;
    top: 220px;
    left: 5%;
  }
}

@media only screen and (max-width: 480px) {
  #galleryimg {
    width: 800px;
    margin-left: -200px;
  }
  .mobilephotos {
    height: 450px;
  }
  #mobile1 {
    width: 85%;
    top: -175px;
    left: -5%;
  }
  #mobile2 {
    width: 85%;
    top: 175px;
    left: 5%;
  }
  #banner {
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .mobilephotos {
    height: 750px;
  }
  #mobile1 {
    width: 50%;
  }
  #mobile2 {
    width: 50%;
  }
}

/*--------------TAKEAWAYS--------------*/

.takeaways {
  padding: 20px 50px;
  border: 10px solid #1D1D1D;
  box-sizing: border-box;
  width: 80%;
  max-width: 1500px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
}

  .takeaways h1 {
    text-align: center;
    padding: 20px 0 0px 0;
  }

  .takeaways img {
    position:absolute;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #zine1 {
    width: 30%;
    max-width: 373px;
    top: -40%;
    left: 92%;
  }

  #zine2 {
    width: 30%;
    max-width:460px;
    left: -110%;
  }

  #zine3 {
    width: 30%;
    max-width:360px;
    top: 45%;
    left: 90%;
  }

@media only screen and (max-width: 480px) {
  .takeaways {
    padding: -0px;
    border: 5px solid #1D1D1D;
    width: 90%;
    text-align: center;
    margin-bottom: 0px;
  }
  .takeaways .text {
    width: 100%;
  }
  .takeaways h1 {
    font-size: 6.5vw;
    width: 100%;
  }
  .takeaways p {
    padding: 20px 0!important;
  }
  #zine1 {
    position: relative;
    width: 50%;
    top: 0%;
    left: 0%;
  }
  #zine2 {
    position: relative;
    width: 50%;
    top: 0%;
    left: 0%;
  }
  #zine3 {
    position: relative;
    width: 50%;
    top: 0%;
    left: 0%;
  }
}


@media screen and (min-width: 1024px) {
  #zine1 {
    width: 20%;
    top: -50%;
    left: 90%;
  }
  #zine2 {
    width: 30%;
    left: -110%;
  }
  #zine3 {
    width: 30%;
    top: 50%;
    left: 85%;
  }
}
