@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&display=swap');
/*
Slight #FFE6DB
light #A7978E #907691
Mid #412C41  other #BA4622
Dark 
Darker #26211E

*/

:root {
/* CSS HEX */
--champagne-pink: #ffe6dbff;
--cinereous: #a7978eff;
--mountbatten-pink: #907691ff;
--dark-purple: #412c41ff;
--eerie-black: #26211eff;
--sienna: #703420ff;
--rust: #ba4622ff;
--snow: #fff9fbff;
}


*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#phone{
    display:none;
}


body {
  background: var(--dark-purple);
  color:#1D172B;
  font-family: "Gideon Roman", cursive;
}


.skw-pages {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.skw-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.skw-page__half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  transition: transform 1s;
}
.skw-page__half--left {
  left: 0;
  transform: translate3d(-32.4vh, 100%, 0);
}
.skw-page__half--right {
  left: 50%;
  transform: translate3d(32.4vh, -100%, 0);
}
.skw-page.active .skw-page__half {
  transform: translate3d(0, 0, 0);
}
.skw-page__skewed {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 140%;
  height: 100%;
  transform: skewX(-18deg);
  background: var(--mountbatten-pink);
}
.skw-page__half--left .skw-page__skewed {
  left: -40%;
}
.skw-page__half--right .skw-page__skewed {
  right: -40%;
}
.skw-page__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 30%;
  color:var(--eerie-black);
  transform: skewX(18deg);
  transition: transform 1s, opacity 1s;
  background-size: cover;
}
.skw-page__half--left .skw-page__content {
  padding-left: 30%;
  padding-right: 30%;
  transform-origin: 100% 0;
}
.skw-page__half--right .skw-page__content {
  padding-left: 30%;
  padding-right: 30%;
  transform-origin: 0 100%;
}
.skw-page.inactive .skw-page__content {
  opacity: 0.5;
  transform: skewX(18deg) scale(0.95);
}
.skw-page__heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
}
.skw-page__description {
  font-size: 18px;
  text-align: center;
}
.skw-page__link {
  color: var(--rust);
}
.skw-page-1 .skw-page__half--left .skw-page__content {
  background-image: url("images/idtay.png");
}
   


.skw-page-1 .skw-page__half--right .skw-page__content {
  background: var(--dark-purple);
}
.skw-page-2 .skw-page__half--left .skw-page__content {
  background: var(--mountbatten-pink);
}
.skw-page-2 .skw-page__half--right .skw-page__content {
    padding:0;
  margin:0 auto;
  align-items: right;
  justify-content: right;
  background-image: url("images/recordswall.jpg") ;
  background-position: right top;
   background-size:  auto;
  background-repeat: no-repeat;

  

}
.skw-page-3 .skw-page__half--left .skw-page__content {
  background-image: url("images/portraitsepia.png");
  background-position: center top;
 background-repeat: no-repeat;
}
.skw-page-3 .skw-page__half--right .skw-page__content {
  background:var(--cinereous);
}
.skw-page-4 .skw-page__half--left .skw-page__content {
  background:var(--champagne-pink);
}
.skw-page-4 .skw-page__half--right .skw-page__content {
  background-image: url("images/jemilyrime_gig.jpeg");
  background-position: top;
  background-repeat: no-repeat;
}

.skw-page-5 .skw-page__half--left .skw-page__content {
  background-image: url("images/soft\ sepia.png");
  background-position: left;
  background-repeat: no-repeat;
}
.skw-page-5 .skw-page__half--right .skw-page__content {
  background:var(--eerie-black);
}


#hero-section{
    text-transform: uppercase;
    font-size:1.5em;
    font-weight: 500;
    text-align: center;
    color:var(--champagne-pink);
}

#shoo{
   
}

a{
 color: var(--rust);
}
/*hamburger socials*/



.menulow-item, .menulow-open-button {
    background: #B798B8;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    position: absolute;
    top: 20px;
    color:var(--champagne-pink);
    text-align: center;
    border:var(--mountbatten-pink) solid 1px;
    line-height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
  }
  
  .menulow-open {
    display: none;
  }
  
  .hamburger {
    width: 25px;
    height: 3px;
    background: var(--champagne-pink);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  
  .hamburger-1 {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  
  .hamburger-2 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  
  .hamburger-3 {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
  
  .menulow-open:checked + .menulow-open-button .hamburger-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  .menulow-open:checked + .menulow-open-button .hamburger-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
            transform: translate3d(0, 0, 0) scale(0.1, 1);
  }
  .menulow-open:checked + .menulow-open-button .hamburger-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
            transform: translate3d(0, 0, 0) rotate(-45deg);
  }
  
  .menulow {
    position: fixed;
    top: 80%;
    left: 3%;
    padding-top: 20px;
    padding-left: 80px;
    width: 650px;
    height: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 20px;
    text-align: left;
    -webkit-filter: url("#shadowed-goo");
            filter: url("#shadowed-goo");
  background-color: none;
  z-index:100;
  }
  
  .menulow-item:hover {
    background: var(--champagne-pink);
    color:var(--rust);
  }
  .menulow-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
            transition-duration: 180ms;
  }
  .menulow-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
            transition-duration: 180ms;
  }
  .menulow-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
            transition-duration: 180ms;
  }
  .menulow-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
            transition-duration: 180ms;
  }
  
  .menulow-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
            transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
  }
  
  .menulow-open-button:hover {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
            transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  }
  
  .menulow-open:checked + .menulow-open-button {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
            transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  }
  
  .menulow-open:checked ~ .menulow-item {
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menulow-open:checked ~ .menulow-item:nth-child(3) {
    -webkit-transition-duration: 190ms;
            transition-duration: 190ms;
    -webkit-transform: translate3d(110px, 0, 0);
            transform: translate3d(110px, 0, 0);
  }
  .menulow-open:checked ~ .menulow-item:nth-child(4) {
    -webkit-transition-duration: 290ms;
            transition-duration: 290ms;
    -webkit-transform: translate3d(220px, 0, 0);
            transform: translate3d(220px, 0, 0);
  }
  .menulow-open:checked ~ .menulow-item:nth-child(5) {
    -webkit-transition-duration: 390ms;
            transition-duration: 390ms;
    -webkit-transform: translate3d(330px, 0, 0);
            transform: translate3d(330px, 0, 0);
  }
  .menulow-open:checked ~ .menulow-item:nth-child(6) {
    -webkit-transition-duration: 490ms;
            transition-duration: 490ms;
    -webkit-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0);
  }

  .socials{
      width:80px;
  }
  
  #biography_description{
      color:var(--snow);
      overflow-y: auto;
      max-height:90vh;
      width:100%;
    margin-left:100px;
  }
  
#wrapper{
    position:relative;
    width:1000px;
    height:1000px;
   
    margin: 0px auto;
   
  }

  
  .popup{
    width:380px;
    height:180px;

    bottom: 20px;
    left: -380px;
    position:fixed;
    border-radius:5px;
    box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.05);
    transition: 0.5s;
  }
  
  .close{
    position:absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor:pointer;
    z-index:500;
  }
  
  .ns-close {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 4px;
      top: 4px;
      overflow: hidden;
      text-indent: 100%;
      cursor: pointer;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  
  .ns-close:hover, 
  .ns-close:focus {
      outline: none;
  }
  
  .ns-close::before,
  .ns-close::after {
      content: '';
      position: absolute;
      width: 3px;
      height: 60%;
      top: 50%;
      left: 50%;
  }
  
  .ns-close:hover::before,
  .ns-close:hover::after {
      background: snow;
  }
  
  .ns-close::before {
      -webkit-transform: translate(-50%,-50%) rotate(45deg);
      transform: translate(-50%,-50%) rotate(45deg);
  }
  
  .ns-close::after {
      -webkit-transform: translate(-50%,-50%) rotate(-45deg);
      transform: translate(-50%,-50%) rotate(-45deg);
  }
  
  @-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -moz-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  
  .arrow {
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: -20px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
  }
  
  .bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  

@media only screen and (max-width: 1080px){
    .skw-page-1 .skw-page__half--left .skw-page__content {
        background-size:70%;
      }
      #name{
          width:40vw;
          text-align: right;
          margin-top:35vh;

      }


#player{
    margin-top:-30vh;
    margin-left:-10vw;
}

.skw-page-2  .skw-page__half--left{
width:80vw;

  }

  .skw-page-2 .skw-page__half--right  {
  
z-index:0;
margin-left:20vw;
      }


      .skw-page-3 h2{
       display: none;
    }
      
.skw-page-3  .skw-page__half--left{

    
z-index:0;
    
      }
    
      .skw-page-3 .skw-page__half--right  {
width:90vw;
margin-left:-20vw;
          }
    
        #biography_description{
            height:70vw;
            width:83%;
            margin-left:0px;
            margin-top:40%;
        }
    }


    
@media only screen and (max-width: 920px){
    #other{display: none;}

    #phone{
        display:block;
    }

    #bm{
        background-color: var(--snow);
        height:60vh;
         background-image: url("images/idtay.png");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: var(--dark-purple) ;
    }
    
    #titre{
        text-transform: uppercase;
        font-size:1.5em;
        font-weight: 500;
        text-align: center;
        height:50vh;
        padding:10vh;
    }

    #play{
        background-color: var(--mountbatten-pink);
        height:100vh;
        background-image: url('images/recordswall.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #er{
        background-color: var(--mountbatten-pink);
        height:60vh;
        text-align: center;
        
    }

    #bio{
        background-color: var(--cinereous);
        height:60vh;
        background-image: url('images/portraitsepia.png');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #graphy{
        background-color: var(--cinereous);
        height:60vh;
        text-align: center;
        color: #FDF0DF;  
    }

    #graphy p{
        margin: 0 auto;
        background-color: var(--cinereous);
        overflow: auto;
        width:80%;
        text-align: justify;
        padding:10px;
       max-height:50vh;
    }


    #sh{
        background-color: var(--champagne-pink);
        height:100vh;
        background-image: url('images/jemilyrime_gig.jpeg');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #ow{
        margin:auto;
        padding-top:10vh;
        background-color: var(--champagne-pink);
        height:60vh;
        text-align: center;
        
    }

    #cont{
        background-color: var(--eerie-black);
        height:40vh;
        background-image: url('images/soft\ sepia.png');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #act{
        margin:auto;
        padding-top:10vh;
        background-color: var(--eerie-black);
        height:60vh;
        text-align: center;
        
    }
    
    /* #name{
          width:35vw;
          text-align: right;
          margin-top:30vh;
          margin-left:10vw;

      } */
      .socials{
        width:40px;
    }


.menulow-item, .menulow-open-button {
    width: 40px;
    height: 40px;
    line-height: 40px;

  }

  .menulow-open:nth-child(){
      width:40px;
      
  }

  .hamburger {
    width: 17.5px;
    height: 1.5px;
    margin-left: -6.75px;
    margin-top: -0.75px;
 
  }
  

  
  .menulow {
    width: 3250px;
    height: 750px;
    font-size: 10px;

    
  }

   
  .menulow-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
            transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
  }
  
  .menulow-open-button:hover {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
            transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  }
  
  .menulow-open:checked + .menulow-open-button {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
            transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  }
  
  .menulow-open:checked ~ .menulow-item {
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menulow-open:checked ~ .menulow-item:nth-child(3) {
    -webkit-transition-duration: 190ms;
            transition-duration: 190ms;
    -webkit-transform: translate3d(55px, 0, 0);
            transform: translate3d(55px, 0, 0);
  }
  .menulow-open:checked ~ .menulow-item:nth-child(4) {
    -webkit-transition-duration: 290ms;
            transition-duration: 290ms;
    -webkit-transform: translate3d(110px, 0, 0);
            transform: translate3d(110px, 0, 0);
  }
  .menulow-open:checked ~ .menulow-item:nth-child(5) {
    -webkit-transition-duration: 390ms;
            transition-duration: 390ms;
    -webkit-transform: translate3d(165px, 0, 0);
            transform: translate3d(165px, 0, 0);
  }
  .menulow-open:checked ~ .menulow-item:nth-child(6) {
    -webkit-transition-duration: 490ms;
            transition-duration: 490ms;
    -webkit-transform: translate3d(220px, 0, 0);
            transform: translate3d(220px, 0, 0);
  }

/* 
  #player{
    margin-top:-40vh;
    margin-left:-15vw;
}

.skw-page-2  .skw-page__half--left{
width:90vw;

  }

  .skw-page-2 .skw-page__half--right  {
  
z-index:0;
margin-left:20vw;
      }

    } */
}
#name{
 
  width:40vw;
  max-width: 400px;
}




    