@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Yesteryear");




.content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 90%;
  max-width: 1100px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 5px 8px 20px 2px #607d8b;
  z-index: 2;
}

.inner-content-container {
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0px;
  overflow-x: hidden;
  color: #444;
  font-family: "Raleway";
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 24px;
  font-weight: 300;
}


.custom_blocks_re {
  padding-top: 30px;
  font-family: "Raleway";
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 24px;
  font-weight: 300;
  background-color: #445760;
  height: 630px;
  width: 100%;
  display: inline-grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 100%;
  vertical-align: middle;
}
.left_description {
  grid-column: 1;
  padding: 12px;
  text-align: center;
  display: inline;
  position : relative;
  width : 100%;
  height: auto;
  top : 0%;
  background-color:none;
  align-self: center;
}

.right_description {
  grid-column: 2;
  padding: 12px;
  text-align: center;
  display: inline;
  position : relative;
  width : 100%;
  height: auto;
  top : 0%;
  align-self: center;
}


.first_image {
  grid-column: 2;
  background: url("Pictures/Wwise2.png") center no-repeat;
  background-size: cover;

}

.second_image {
  grid-column: 1;
  background: url("Pictures/Wwise4.webp") center no-repeat;
  background-size: cover;
}

.third_image {
  grid-column: 2;
  background: url("Pictures/Wwise5.png") center no-repeat;
  background-size: cover;
}




*{
  margin: 0;
  padding: ;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body{
  display: none
  }

header{
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #000;
}

header input{
    display: none;
  }

  .body-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }
  .body-text div{
    font-size: 45px;
    font-weight: 600;
  }

header .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background: #3A3B3C;
}
.nav-links .mobile-item{
    display: none;
  }
  .nav-links li:hover .Music-box{
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
  }
  .Music-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
  }
  .Music-box .content{
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .Music-box .content .row{
    width: calc(25% - 30px);
    line-height: 45px;
  }
  .content .row .Music-links{
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
  }
  .row .Music-links li{
    padding: 0 20px;
  }
  .row .Music-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
  }
  .row .Music-links li a:hover{
    color: #000000;
  }
  .wrapper .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }
  .wrapper .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
  }

  /* Override UGG site */
#main {width: 100%; padding:0;}
.content-asset p {margin:0 auto;}
.breadcrumb {display:none;}

/* Helpers */
/**************************/
.margin-top-10 {padding-top:10px;}
.margin-bot-10 {padding-bottom:10px;}

/* Typography */
/**************************/
#parallax-world-of-ugg h1 {font-family:'Oswald', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
#parallax-world-of-ugg h2 {font-family:'Oswald', sans-serif; font-size:70px; letter-spacing:10px; text-align:center; color:white; font-weight:400; text-transform:uppercase; z-index:10; opacity:.9;}
#parallax-world-of-ugg p {font-family:'Source Sans Pro', sans-serif; font-weight:400; font-size:14px; line-height:23px;color: white;}
.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.sc {color: #3b8595;}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {background: white; padding: 60px; margin:0 auto; text-align:center;}
#parallax-world-of-ugg .title h1 {font-size:35px; letter-spacing:8px;}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: white; padding: 60px; width:820px; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}
#parallax-world-of-ugg .section-overlay-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(Pictures/Wwise1.png); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}
/* === GENERAL === */

.rela-block {
  display: block;
  position: relative;
  overflow: hidden;
}
.abs-cent-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.bold {
  font-weight: 600;
  text-transform: uppercase;
}
.big {
  font-size: larger;
}


.content-section {
  height: 100%;
}
.section-half {
  position: absolute;
  top: 0;
  bottom: 0;
}
.section-half.left-half {
  left: 0;
  right: 50%;
}
.section-half.right-half {
  right: 0;
  left: 50%;
}
.section-half.long-left-half {
  left: 0;
  right: 45%;
}
.section-half.long-right-half {
  right: 0;
  left: 45%;
}
.section-half.short-left-half {
  left: 0;
  right: 55%;
}
.section-half.short-right-half {
  right: 0;
  left: 55%;
}
.section-half.top-left-half {
  background: url("https://rightsideofthebrian.files.wordpress.com/2014/01/tycho_lpghostly_600.jpg?w=600&h=600") no-repeat center;
  background-size: cover;
}
.section-half.top-right-half {
  background-color: #cfded9;
}
.square-text {
  position: absolute;
  height: 75%;
  width: 90%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fdfdfd;
  box-shadow: 4px 4px 14px -1px rgba(0,0,0,0.35);
}
.square-text::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  right: 40px;
  height: 54%;
  max-width: 430px;
  box-sizing: border-box;
  border: 10px solid rgba(180,150,20,0.45);
}
.square-text .square-header {
  display: block;
  position: relative;
  margin: 50px 50px;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
}
.square-text .square-header span {
  color: #c92;
}
.square-text .square-words {
  position: absolute;
  bottom: 30px;
  left: 30px;
  height: 200px;
  width: 90%;
  margin: auto;
}
.second-section {
  text-align: center;
  background-color: #f4f4f4;
  padding: 40px 0 20px;
}
.mat-tile {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 260px;
  margin: 0px 20px 40px;
  box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.4);
}
.mat-tile-image {
  height: 250px;
  box-shadow: 0px 3px 13px -1px rgba(0,0,0,0.4);
  background-size: cover !important;
  z-index: 5;
}
.mat-tile-image.madeon-art {
  background: url("http://soundisstyle.com/wp-content/uploads/2014/02/madeon-cut-the-kid.jpg") no-repeat center;
}
.mat-tile-image.else-art {
  background: url("https://i1.sndcdn.com/artworks-000112103645-ykjdtr-t500x500.jpg") no-repeat center;
}
.mat-tile-image.trey-frey-art {
  background: url("https://f1.bcbits.com/img/a3951860714_10.jpg") no-repeat center;
}
.mat-tile-text {
  height: 300px;
  background-color: #fff;
}
.third-section {
  z-index: 7;
  overflow: visible;
  height: 92%;
}
.fourth-section {
  z-index: 6;
  overflow: visible;
  height: 92%;
}
.fifth-section {
  z-index: 5;
  overflow: visible;
  height: 92%;
}
.third-right-half,
.fourth-left-half,
.fifth-right-half {
  background-size: cover !important;
  filter: grayscale(1);
  overflow: visible;
}
.third-right-half {
  background: url("https://static.tumblr.com/9d89c1de6fd27d2fe1f1988bb4261267/2icx37z/eXemsx67l/tumblr_static_aas.jpg") no-repeat center;
  box-shadow: -2px 5px 15px 2px rgba(0,0,0,0.45);
  z-index: 4;
}
.fourth-left-half {
  background: url("https://glitteringafterthoughts.files.wordpress.com/2015/02/vintage_by_tinec.jpg") no-repeat top;
  box-shadow: 2px 5px 15px 2px rgba(0,0,0,0.45);
  z-index: 4;
}
.fifth-right-half {
  background: url("https://s-media-cache-ak0.pinimg.com/564x/32/19/d3/3219d3ab0358bf1696ea1aa1cba37f48.jpg") no-repeat center;
  box-shadow: -2px 5px 15px 2px rgba(0,0,0,0.45);
  z-index: 4;
}
.third-left-half,
.fourth-right-half,
.fifth-left-half {
  background-color: #607d8b;
  overflow: visible;
}
.image-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 75%;
  background-color: rgba(255,255,255,0.8);
}
.image-info.right {
  right: 0;
  text-align: right;
  box-shadow: -2px 5px 10px 1px rgba(0,0,0,0.35);
}
.image-info.left {
  left: 0;
  text-align: left;
  box-shadow: 2px 5px 10px 1px rgba(0,0,0,0.35);
}

@media screen and (max-width: 965px) {
  .square-text .square-header {
    margin: 25px 50px;
  }
}
@media screen and (max-width: 800px) {
  .square-text .square-header {
    margin: 25px 35px;
  }
  .square-text .square-words {
    left: 15px;
  }
}
/*footer*/


footer{
    width: 100%;
    padding: 10px 0;
    background: #000;
    color: #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer p:first-of-type {
    margin-top: 5px;
  }

footer div{
    text-align: center;
    margin: auto;
    width: 50%;
}

.col-1{
    float: left;
    width: 50%;
    margin: 20px 0;
}
/*.col-1 .border{
    width: 100px;
    height: 4px;
    background: #fc5c65;  
}
*/
.col-2 img {
    width : 150px;
    height : 150px;
    border-radius: 50%;
}

footer div h3{
    font-weight: 300;
    letter-spacing: 1px;
}

.col-3{
    float: left;
    width: 50%;
    margin: 20px 0;
}

.col-3 a{
    display: block;
    text-decoration: none;
    color: #efefef;
    margin-bottom: 10px;
}


form input{
    width: 200px;
    height: 45px;
    border-radius: 30px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 12px;
    outline: none;
    border: none;
    display: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

form button{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 15px;
    cursor: pointer;
}

.socials
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.socials li
{
  list-style: none;
}

footer .socials li a
{
  font-size: 2em;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}

footer .socials li a:hover
{
  transform: translateY(-10px);
}

.copyright {
    background: #000;
    text-align: center;
    padding: 10px 0;
    color: white;
    font-size: 16px;
  }

  @media screen and (max-width: 970px) {
    .wrapper .btn{
      display: block;
    }
    .wrapper .nav-links{
      position: fixed;
      height: 100vh;
      width: 100%;
      max-width: 350px;
      top: 0;
      left: -100%;
      background: #242526;
      display: block;
      padding: 50px 10px;
      line-height: 50px;
      overflow-y: auto;
      box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
      transition: all 0.3s ease;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
      width: 10px;
    }
    ::-webkit-scrollbar-track {
      background: #242526;
    }
    ::-webkit-scrollbar-thumb {
      background: #3A3B3C;
    }
    #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }
    .nav-links li{
      margin: 15px 10px;
    }
    .nav-links li a{
      padding: 0 20px;
      display: block;
      font-size: 20px;
    }
    #showMusic:checked ~ .Music-box{
      max-height: 100%;
    }
    .nav-links .desktop-item{
      display: none;
    }
    .nav-links .mobile-item{
      display: block;
      color: #f2f2f2;
      font-size: 20px;
      font-weight: 500;
      padding-left: 20px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover{
      background: #3A3B3C;
    }
    .Music-box{
      position: static;
      top: 65px;
      opacity: 1;
      visibility: visible;
      padding: 0 20px;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .Music-box .content{
      box-shadow: none;
      flex-direction: column;
      padding: 20px 20px 0 20px;
    }
    .Music-box .content .row{
      width: 100%;
      margin-bottom: 15px;
      border-top: 1px solid rgba(255,255,255,0.08);
    }
    .Music-box .content .row:nth-child(1),
    .Music-box .content .row:nth-child(2){
      border-top: 0px;
    }
    .content .row .Music-links{
      border-left: 0px;
      padding-left: 15px;
    }
    .row .Music-links li{
      margin: 0;
    }

    footer .col-3{
        display: none;
    }
  }


  @media (max-width: 1024px) {
    .main-nav {
      max-height: 800px;
    }
  
    .main-nav h1 {
      font-size: 5rem; /* 80px/16px */
      margin-top: 120px;
    }
  
    .arrow {
      margin-top: 120px;
    }
  
    #bio-section {
      width: 85%;
    }
    
  }
  
  @media (max-width: 768px) {
    .main-nav {
      max-height: 620px;
    }
  
    .main-nav h1 {
      margin-top: 70px;
      font-size: 4.0625rem; /* 65px/16px */
    }
  
    .title,
    .date {
      font-size: 1.125rem; /* 18px/16px */
    }
  
    .arrow {
      display: none;
    }
  
    .intro {
      font-size: 1.25rem; /* 20px/16px */
    }
  
    #bio-section {
      width: 95%;
    }
  
    .biography {
      flex-direction: column;
    }
  
    .bio-image {
      width: 100%;
    }
  
    .quote- {
      padding-bottom: 20px;
    }
  
    .bio-text {
      width: 100%;
    }
  }
  
  @media (max-width: 675px) {
    .main-nav {
      background-position: 60%;
    }
  
    .title {
      flex-direction: column;
    }
  }
  
  @media (max-width: 500px) {
    .main-nav {
      background-position: 70%;
    }
  
    .main-nav h1 {
      font-size: 3.125rem; /* 50px/16px */
    }
  
    .title,
    .date {
      font-size: 0.75rem; /* 12px/16px */
    }
  }
  

  @media (max-width: 400px) {
    footer {
      display: table;
      table-layout: fixed;
      width: 100%;
    }
    footer > * {
      display: table-cell;
      table-layout: fixed;
    }
    footer > :first-child {
      width: 70%;
    }
    footer .col-1{

        width: 100%;
    }
    footer .col-2{
        float: left;
    }
  }

  ul {
    padding-inline-start: 0px;
}