html {
  scroll-behavior: smooth;
  
}


html, body {
  scroll-behavior: smooth;
  /* height: 100vh; */
  margin: 0;
  /* background-color: #00DBDE;
  background-image: linear-gradient(315deg, #00DBDE 0%, #FC00FF 100%); */

/* background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%); */

  /* background-image: linear-gradient(315deg, #4facfe 0%, #00f2fe 100%); */

 /* background-image: url("../images/bg.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed; */

  /* background-color: #00DBDE; */
/* background-color: #ffffff;
background-image: linear-gradient(148deg, #ffffff 0%, #d9d9d9 46%, #d1d1ce 100%); */

/* background-color: #ffffff;
background-image: linear-gradient(148deg, #ffffff 0%, #d9d9d9 40%, #d1d1ce 66%, #ffffff 99%); */


  /* background: linear-gradient(315deg, #00DBDE 0%, #6f00ff 50%, #00DBDE 100%); */

  /* background: linear-gradient(315deg, #ffffff 0%, #000000 50%, #ffffff 100%); */

  /* background-color: #ffffff; */

  /* background: linear-gradient(315deg, #ffffff 0%, #121212 100%); */
/* background-color: #121212; */
  /* background-image: linear-gradient(315deg, #4facfe 0%, #00f2fe 100%); 

  background-size: 1000%, 1000%;
  position: relative;
  /* animation: change 10s ease-in-out infinite; */

  /* left:0;
  right:0; */

} 

h1:not(.portfolio-row-title), p, span, .title {
  color: #ffffff !important;
}
ul {
    list-style:none;
}
ul, li { /* reset the margin and padding */
    margin: 0;
    padding: 0;
}
@keyframes change {
  0% {
    background-position: 0% 50%;
  }
   50% {
    background-position: 100% 50%;
  }
   100% {
    background-position: 0% 50%;
  }
}

.fadeIn  {
    -webkit-animation: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.fadeOut {
    -webkit-animation: fadeOut;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

#dark-mode-icon {

}
#light-mode-icon {
position: absolute;
}
.btn-dark-light-mode-container {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.btn-dark-light-mode {background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)}
.btn-dark-light-mode{
  margin: 10px;
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
    -ms-transform: rotate(212deg); /* IE 9 */
  transform: rotate(212deg);
  z-index: 0;
  
}
.btn-dark-light-mode:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  cursor: pointer;

}

.bg-container {
position: fixed;
    display: flex;
    /* top: 0px; */
    /* right: 0px; */
    /* border: 1px solid red; */
    width: 100vw;
    height: 1000vh;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
}




.bg-light, .bg-dark {
      top: 38px;
    right: 41px;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    display: flex;
    border-radius: 100000000px;
    z-index: 0;
    
}
.bg-dark {
  background-color: #121212;
}
.bg-light {
  /* background-color: #ffffff; */
  /* background-color: #4158D0;
background: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); */

background-color: #ffffff;

}

.lightmode {
  display: flex;

  -webkit-animation:grow 2s 1;
  /* animation-fill-mode: forwards;  */
  
}
.darkmode {
  display: flex;
  -webkit-animation:grow 2s 1;
  /* animation-fill-mode: forwards;  */
}


/* .grow {
  -webkit-animation:grow 2s 1;

} */

@-webkit-keyframes grow {
 0% {
  -webkit-transform: scale( 0 );
  -moz-transform: scale( 0 );
  -o-transform: scale( 0 );
  -ms-transform: scale( 0 );
  transform: scale( 0 );
  }
  

  
  100% {
  -webkit-transform: scale( 170 );
     -moz-transform: scale( 170 );
       -o-transform: scale( 170 );
      -ms-transform: scale( 170 );
          transform: scale( 170 );
  }
}

.blackToWhite {
  animation: blackToWhite;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.whiteToBlack {
  animation: whiteToBlack;
   animation-duration: 2s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes whiteToBlack {
 0% {
   background-color: #ffffff;
     /* background-color: #4158D0;
background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); */
  }
  99% {
    background-color: #ffffff;
      /* background-color: #4158D0;
background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); */
  }
  100% {
    background-color: #121212;
  }
}

@-webkit-keyframes blackToWhite {
 0% {
   background-color: #121212;
  }
  99% {
    background-color: #121212;
  }
  100% {
      background-color: #ffffff;
      /* background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); */
  }
}



.fadeToWhite {
  animation: fadeToWhite;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.fadeToBlack {
  animation: fadeToBlack;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeToWhite {
 0% {
   color: #000000;
  }

  100% {
     color: #ffffff;
      /* background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); */
  }
}
@-webkit-keyframes fadeToBlack {
 0% {
   color: #ffffff;
  
  }

  100% {
      color: #000000;
      /* background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); */
  }
}


@-webkit-keyframes fadeIn {
 0% {
   opacity: 0;
   transform: scale(0.0);
  }
  100% {
  opacity: 1;
  transform: scale(1.0);

  }
}

@-webkit-keyframes fadeOut {
 0% {
   opacity: 1;
   transform: scale(1.0);
  }
  100% {
  opacity: 0;
  transform: scale(0.0);

  }
}





/* .btn-grad {background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)}
.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center; 
  color: #fff;
  text-decoration: none;
} */
         

/*================WORK==========================================*/

.workContainer {
  display: flex;
  position: relative;
  /* background-color: purple;
  opacity: .5; */
  height: 100vh;
  width: 100vw;
 
}

.work {
  display: flex;
  flex-direction: column;
  height: 812px;
  width: 100vw;
}


.workHeaderContainer, .aboutHeaderContainer, .contactHeaderContainer  {
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 1vh;
  padding: 40px 0 40px 0;
  /* background-color: transparent; */
  opacity: 1;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 2;

  background: rgba( 255, 255, 255, 0.10 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
/* border-radius: 10px; */
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.workHeaderContainer::after, .aboutHeaderContainer::after, .contactHeaderContainer::after  {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  opacity: .11;
  background-color: white;
}

.workHeader, .aboutHeader, .contactHeader {
  display: flex;
  font-size: 2em;
  color: #777;
  font-family: "Helvetica Neue",Helvetica,"acumin-pro",Arial,sans-serif;
}




#aboutAnchor {
  margin-top: 10px;
}
/*
.workContainer {
  
  height: auto;
 

}
*/

.portfolioContainer {
  display: flex;
  position: relative;
  height: 300vh;
  width: 100%;
  /*    border: 5px double red;*/
  background-color: transparent;
  align-items: flex-start;
  overflow: scroll;
}

.portfolio  {
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 30px;
  /* padding: 0; */
  list-style-type: none;
  display: flex;

  /* padding-left: 44px;
    padding-right: 44px; */
}

.portfolio-row {
    /* border: 1px solid red; */
   position: relative;
transition: left 2s cubic-bezier(0.23, 1, 0.320, 1) 0s; /* only transition top property */
left: 0px; /* start transitioning from position '0' instead of 'auto' */
    width: 100vw;
    margin-left: 40px;
    display: flex;
    /* overflow-x: scroll; */
    /* overflow-y: hidden; */
    justify-content: flex-start;
    align-items: flex-start;
    height: fit-content;
    flex-direction: row;


}
.slideLeft {
  animation-name: slideLeft;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function:cubic-bezier(0.23, 1, 0.320, 1)
}
.slideRight {
  animation-name: slideRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function:cubic-bezier(0.23, 1, 0.320, 1)
}


@keyframes slideLeft {
  0% {
    left: 0px;
  }
  100% {
    left: -86.7%;
  }
}
@keyframes slideRight {
  0% {
    left: 0px;
  }
  100% {
    left: 86.7%;
  }
}
.rowNextButton, .rowPrevButton {
    z-index: 999;
    /* border: 1px solid red; */
    background-color: rgba(0, 0, 0, 0.089);

    /* opacity: 0.2; */
    min-width: 55px !important;
    
    height: 100%;
    margin-top: 21px;
    display: flex;
    top: 7.6%;
    max-height: 250px;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    transition: width 2s;
}
.rowNextButton:hover, .rowPrevButton:hover {
    background-color: rgba(0, 0, 0, 0.26);
    cursor: pointer;
      /* width: 85px; */
}
.rowPrevButton {
  transform: rotate(180deg);
   /* border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; */
  left: 0px;
  display: none;
}
.rowNextButton {
   /* border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; */
  right: 0px;
}

.portfolio-row-title {
  /* position: fixed; */
    font-family: "Helvetica Neue",Helvetica,"acumin-pro",Arial,sans-serif;
    font-size: 1.5em;
    margin-left: 65px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 300;
}
.portfolioItemContainer {
  /* width: 47%; */
  margin: 20px;
  top: 20px;
  height: 300px;
  
  
}





.portfolioItemContainer {
  /* flex: 1; */
}







/* Tilt Effect changed positiont from abs to rel*/
.tilt-box {
  /* border: 1px solid red; */
  /* display: none !important; */
  display: flex !important;
  position: relative;
  /* z-index: 1; */
  height: 100%;
  width: 100%;
  max-height: 250px;
  /* min-width: 330px; */
  min-width: 385px;
  max-width: 437.672px;
  /* box-shadow: 0px 0px 8px 4px rgb(0 0 0 .2); */
  /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); */
  transition: .5s ease;
  border-radius: 22px;
  /* background-color: #121212; */
  justify-content: center;
  /* border: 6px solid #2d2d2d; */
  align-items: center;
  flex-direction: column;



/* background: transparent;
border: 1px solid rgba(255, 255, 255, 0.25);
box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.05);
backdrop-filter: blur(15px);
--webkit-backdrop-filter: blur(15px); */


/* background: rgba( 255, 255, 255, 0.10 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 ); */

background: rgba( 0, 0, 0, 0.2 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );

}  

/* .tilt-box::after {
  content: '';
  border-radius: inherit;
  background-color: white;
  opacity: .08;
  height: inherit;
  width: inherit;
  position: absolute;
} */
.tilt-box:hover {
  cursor: pointer;
}  

.tilt-box:last-of-type {
  margin-bottom: px;
}

/* Changed displua to none */
.pointer-box {
  display: none; 
  position: relative;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% / 3);
  height: calc(100% / 3);
  z-index: 2;
  opacity: 1;
  background-color: none;
  cursor: pointer;

  /* display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% / 4);
    border: 1px solid red;
    height: calc(100% / 3);
    z-index: 2;
    opacity: 1;
    background-color: orange;
    cursor: pointer; */
}
.pointer-box.poetShack {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .tilt-box {
    position: relative;
    max-height: 230px;
    /* width: 100vw; */
    min-width: 95vw;
     max-width: 300px;
    /* min-width: 283px; */
    margin-right: -30px;
    /* margin-left: 16px; */
  }  
  .portfolioItemContainer {
        /* margin-right: 80px; */
  }
  .pointer-box {
   display: none;
  }

  .portfolio-row {
    margin-left: 0;
  }

  .portfolio-row-title {
    margin-left: 20px;
  }

  .rowNextButton, .rowPrevButton {
    top: 11.6%;
    max-height: 231px;
  }
  
} 

      
.pointer-box:nth-of-type(1):hover ~ .tilt-box  {
  box-shadow: 15px 15px 50px rgba(0, 0, 0, .3);
  transform-origin: right top;
  transform: perspective(1000px) rotateX(10deg) rotateY(-10deg) rotateZ(2deg);
}

.pointer-box:nth-of-type(2):hover ~ .tilt-box  {
  box-shadow: 0 15px 50px rgba(0, 0, 0, .3);
  transform-origin: center top;
  transform: perspective(1000px) rotateX(10deg);
}

.pointer-box:nth-of-type(3):hover ~ .tilt-box  {
  box-shadow: -15px 15px 50px rgba(0, 0, 0, .3);
  transform-origin: left top;
  transform: perspective(1000px) rotateX(10deg) rotateY(10deg) rotateZ(-2deg);
}

.pointer-box:nth-of-type(4):hover ~ .tilt-box  {
box-shadow: 15px 5px 50px rgba(0, 0, 0, .3);
transform-origin: left center;
transform: perspective(1000px) rotateY(-10deg);
}

.pointer-box:nth-of-type(6):hover ~ .tilt-box  {
box-shadow: -15px 5px 50px rgba(0, 0, 0, .3);
transform-origin: right center;
transform: perspective(1000px) rotateY(10deg);
}

.pointer-box:nth-of-type(7):hover ~ .tilt-box  {
box-shadow: 15px -15px 50px rgba(0, 0, 0, .3);
transform-origin: right bottom;
transform: perspective(1000px) rotateX(-10deg) rotateY(-10deg) rotateZ(-2deg);
}

.pointer-box:nth-of-type(8):hover ~ .tilt-box  {
box-shadow: 0 -15px 50px rgba(0, 0, 0, .3);
transform-origin: center bottom;
transform: perspective(1000px) rotateX(-10deg);
}

.pointer-box:nth-of-type(9):hover ~ .tilt-box  {
box-shadow: -15px -15px 50px rgba(0, 0, 0, .3);
transform-origin: left bottom;
transform: perspective(1000px) rotateX(-10deg) rotateY(10deg) rotateZ(2deg);
}

.pointer-box:nth-of-type(1)  {
   background-color: orange;
}
  
.pointer-box:nth-of-type(2) {
   background-color: red;
  
}

.pointer-box:nth-of-type(3) {
   background-color: blanchedalmond;
 
}

.pointer-box:nth-of-type(4) {
   background-color: blue;
  
}

.pointer-box:nth-of-type(5) {
   background-color: violet;
  
}

.pointer-box:nth-of-type(6) {
   background-color: greenyellow;
 
}

.pointer-box:nth-of-type(7) {
   background-color: cyan;
  
}

.pointer-box:nth-of-type(8) {
   background-color: sandybrown;
 
}

.pointer-box:nth-of-type(9) {
   background-color: coral;
 
}

.dinnerWarsAnimationTitle {
  display: flex;
  position: relative;
  animation: titleDown;
  animation-duration: .3s;
  transition: .5s ease;
   animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.dinnerWarsAnimation {
  display: flex;
  position: absolute;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  top: 8vh;
  
}

@keyframes titleDown {
   0% {bottom: -.5vh;}
  15% {bottom: -1vh;}
  30% {bottom: -2vh;}
  45% {bottom: -3vhvw;}
  60% {bottom: -3.5vh; }
  80% {bottom: -4vh; }
  100% {bottom: -5vh; }
}

.dinnerWarsAnimation:nth-of-type(1) {
  animation-name: spoonToSword;
  -webkit-animation-name: spoonToSword;
  left: 0vw;
}

.dinnerWarsAnimation:nth-of-type(2) {
  animation-name: swordToSpoon;
  -webkit-animation-name: swordToSpoon;
  right: 0vw;
}

@keyframes spoonToSword {
  0% {left: 0vw;}
  15% {left: 1vw;}
  30% {left: 2vw;}
  45% {left: 2.5vw;}
  60% {left: 3vw; }
  80% {left: 5vw; }
  100% {left: 21vw; }
}

@keyframes swordToSpoon {
   0% {right: 0vw;}
  15% {right: 1vw;}
  30% {right: 2vw; }
  45% {right: 2.5vw;}
  60% {right: 3vw; }
  80% {right: 5vw; }
  100% {right: 21vw; }
}

  
.portfolioItemContainer:hover {
/*
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
*/
}

.paywell_static:hover {
cursor: pointer;
opacity:0;
box-shadow: none;
}

.paywell_static{
  border-radius: 25px;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background-color: white; */
  
}

.paywell_checked {
  /* border-radius: 25px;
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 100%;
  height: 100%; */

     display: flex;
  position: absolute;
    width: 88%;

}

.active:hover {
  cursor: pointer;
  opacity: .8;
}
.imgFadeOutIn {
  animation: imgFadeOutIn;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes imgFadeOutIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.boxhead_img {
  
  display: flex;
  position: absolute;
  width: 88%;
  /* height: 30%; */
  
  /* top: 25%; */
  
  
 



  /* background-color: white; */
}

.balance_img {
   display: flex;
  position: absolute;
  width: 70%;
  height: 70%;
}


.coverPhoto {
  display: flex;  
  position: relative;
  width: 100%;
  height: 200px;
  z-index: 1;
  padding: 30px;
  margin-top: 17px;
}


.xr_image {
  display: flex;
    position: relative;
    /* width: 100%; */
    position: relative;
    height: 539px;
    z-index: 0;
    /* padding: 30px; */
    margin-top: -120px;
}
.xr_cave_content {
    font-weight: 200;
    font-size: 1em;
    line-height: 1.5;
}
.xr_image_diagram {
  height: 320px;
  margin-right: 35px;
}

.xr_pic_float {
  
  display: flex;
  flex-direction: row-reverse;
  font-weight: 200;
    font-size: 1em;
    line-height: 1.5;
    color: #ffffff !important;
}
/* .xr_pic_float {
  display: flex;
  flex
} */

.boxheadStory {
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.boxheadStoryText {
  display: flex;
  position: relative;
   margin-bottom:  40px;
  margin-top:  40px;
}




.videoHeader {
      display: flex;
      position: relative;
      justify-content: center;
      align-items: center;
  }

video {
      display: flex;
      width: 100%;
      height: 350px;
      cursor: url(../cursors/playCursor-01.png), auto;
  }

  
#dinnerWarsAnimation {
  height: 510px;
  
} 
.videoTint.dinnerWars {
  height: 510px;
} 

#dinnerWarsSubHeader {
 display: flex;
  position: relative;
  color: #777;
  font-family: "Helvetica Neue",Helvetica,"acumin-pro",Arial,sans-serif;
  font-weight: 400;

}

#dinnerWarsSubHeader:nth-of-type(2) {
  padding-top: 20px;
}
  
  .videoTint {
      display: flex;
      width: 100%;
      height: 350px;
      background-color: black;
      position: absolute;
      /* top: 78px; */
      opacity: .05;
      z-index: 1;
  }
  
  .videoTint:hover {
/*        cursor: progress;*/
  }
  
  .videoTint.first {
      top: 0;
  }
  
  .videoTint:not(.first) {
      width: 100%;
      border-radius: 25px;
      
  }
  
  
  a {
      text-decoration: none;
      color: blue;

  }
  

  .closePopupWindowContainer {
    display: flex;
    width: 100%;
    height: 0px;
    justify-content: flex-end;
    }
  .closePopupWindow {
    padding: 12px;
      display: flex;
      position: fixed;
      background-color:rgba(255, 255, 255, 0.514);
      backdrop-filter: blur(30px);
      -webkit-backdrop-filter: blur(30px);
     color: #777;
      z-index: 2;
      border-top-right-radius: 5px;     
  }
  
  #closePopupWindow {
      font-size: 40px;
  }
  
  #closePopupWindow:hover, .closePopupWindow:hover, .close:hover {
      cursor: pointer;
  }
  
  







/*================About==========================================*/

.aboutContainer {
  display: flex;
  position: relative;
  background-color: transparent;
  height: 122vh;
  width: 100vw;
 
}

.about {
  display: flex;
  flex-direction: column;
  width: 100vw;
 
}


#aboutAnchor {
  
/*
  @media screen and (min-width: 600px) {
      #aboutAnchor {
          margin-top: 10px;
      }
  }
*/
  
}


.picContainer {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 16%;
  position: relative;
  top: 10px;
}
.pic {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  background-image: url("../images/me.jpeg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  width: 150px;
  height: 150px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; 
  border-radius: 200px;
}

.bioContainer {
  display: flex;
  justify-content: center;
  margin: 30px;
  font-size: 1em;
  color: #777;
  /* line-height: 30px; */
  font-weight: 300;
  font-family: "Helvetica Neue",Helvetica,"acumin-pro",Arial,sans-serif;
}
.bioContainer {
  text-align: center;
}
.skillsContainer {
  display: flex;
 /* border: 1px solid red; */
 height: 40%;
 flex-direction: column;
}

  @media screen and (min-width: 600px) {
    .skillsContainer {
      width: 50%;
    }
    .bio {
      width: 50%;
    }
    .about {
      align-items: center;
    }
  }

.skill {
  display: flex;
  flex: 1;
  /* border: 1px solid purple; */
  height: 10%;
  margin: 10px 30px 10px 30px;
  justify-content: flex-start;
  align-items: center;
}

.skillLabel {
  font-size: 1em;
  color: #777;
  /* background-color: blue; */
  width: 73px;
  text-align: right;
  font-weight: 300;
  font-family: "Helvetica Neue",Helvetica,"acumin-pro",Arial,sans-serif;
  /* flex: 1; */
}
.af, .td {
 font-size: 11.269px;;
}

.skillSliderContainer {
  flex: 5;
  height: 2px;
  margin: 10px;
  border-radius: 100px;
  background-color:transparent;
  
  /* background-color: #007AFF; */
}
.skillSlider {
  height: 2px;
  width: 50%;
  border-radius: 100px;
  background-color: #007AFF;
}

.skillKnob {
  height: 25px;
  width: 25px;
  position: absolute;
  border-radius: 100px;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  right: 50%;
}

.skillKnob.one {
  right: 15%;
}
.skillSlider.one {
  width: 85%;
}

.skillKnob.two {
  right: 15%;
}
.skillSlider.two{
  width: 85%;
}

.skillKnob.three {
  right: 15%;
}
.skillSlider.three {
  width: 85%;
}

.skillKnob.four {
  right: 21%;
}
.skillSlider.four{
  width: 75%;
}

.skillKnob.five {
  right: 21%;
}
.skillSlider.five {
  width: 75%;
}




.skillKnob.six {
  right: 21%;
}
.skillSlider.six{
  width: 75%;
}

.skillKnob.seven {
  right: 30%;
}
.skillSlider.seven {
  width: 60%;
}


.skillKnob.eight {
  right: 30%;
}
.skillSlider.eight {
  width: 60%;
}

.skillKnob.nine {
  right: 15%;
}
.skillSlider.nine {
  width: 85%;
}


.skillKnob.ten {
  right: 30%;
}
.skillSlider.ten {
  width: 60%;
}


.skillKnob.eleven {
  right: 15%;
}
.skillSlider.eleven {
  width: 85%;
}

@media only screen and (min-width: 600px) {
  .coverPhoto.boxhead {
    height: 390px;
  }
  
.skillKnob.one {
  right: 32%;
}

.skillKnob.two {
  right: 32%;
}

.skillKnob.three {
  right: 32%;
}

.skillKnob.four {
  right: 37%;
}


.skillKnob.five {
  right: 37%;
}


.skillKnob.six {
  right: 37%;
}

.skillKnob.seven {
  right: 43%;
}



.skillKnob.eight {
  right: 43%;
}


.skillKnob.nine {
  right: 32%;
}


.skillKnob.ten {
  right: 43%;
}


.skillKnob.eleven {
  right: 32%;
}

} 










/*================End About==========================================*/


/*===============Contact==========================================*/
/* .successAlert {
  margin: 10px;
  border-radius: 22px;
  background-color: lightseagreen;
  color:white;
  position: fixed;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */

.contactContainer {
  display: flex;
  position: relative;
  background-color: transparent;
  height: 100vh;
  width: 100vw;
  
}

.contact {
  display: flex;
  flex-direction: column;
  
  width: 100vw;
}





.formContainer {
    display: flex;
  flex-direction: column;
  align-items: center;
/*    justify-content: center;*/
  height: 100%;
  width: 100%;
  
  
  
}



.formInput {
margin-top: 5vh;
  
}


input[type="text"] {
  display: flex;
  position: relative;
  margin-top: 0vh;
  font-size: 1.5em;
  height: 7.1vh;
  width: 80vw;
  background-color: #F5F5F5;
 text-align: start;
  border: none;
  border-bottom: 1px solid #777;
  font-weight: 200;
  
/*
  @media screen and (min-width: 600px) {
      
      input[type="text"] {
          font-size: 1.5em;
          height: 8vh;
          width: 31vw;

      }    
  }
*/
}





textarea {
  margin-top: 4vh;
  display: flex;
  position: relative;
   height: 17vh;
  width: 80vw;
  font-size: 1.2em;
  color: black;
  font-weight: 200;
  opacity: .6;
  border-radius: 25px;
  border: none;
  padding-top: 20px;
/*    padding-left: 20px;*/
  background-color: #F5F5F5;
  
   -moz-box-shadow:    inset 0 0 10px #000000;
 -webkit-box-shadow: inset 0 0 10px #000000;
 box-shadow:         inset 0 0 5px #000000;
  top: -1.5vh;
  
/*
  border: 1px solid red;
  height: 10vh;
  align-items: flex-start;
  justify-content: flex-start;
*/
  
/*
  @media screen and (min-width: 600px) {
      textarea {
          height: 15vh;
          width: 30vw;
          font-size: 1.5em;
          border-radius: 15px;

          -moz-box-shadow:    inset 0 0 10px #000000;
          -webkit-box-shadow: inset 0 0 10px #000000;
          box-shadow:         inset 0 0 5px #000000;

      }
  }    
*/


  
}



input[type="submit"] {
  display: flex;
  position: relative;
  justify-content: center;
  width: 80vw;
  font-size: 2em;
  background-color: white;
  color: #777;
  font-family: "Helvetica Neue",Helvetica,"acumin-pro",Arial,sans-serif;
  box-shadow: 0 1.7px 5px rgba(0, 0, 0, 0.2);
  
  padding: 15px 74px;
  text-align: center;
  text-decoration: none;

  border-color: #777;
  border: none;

  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 25px;
  top: -1.9vh;
  
  
/*
  @media screen and (min-width: 600px) {
      input[type="submit"] {
          width: 32vw;
          font-size: 1.5em;
          border-radius: 15px;
          padding: 15px 32px;
      }    
  }    
*/
}

.formSubmit {
  top: 4vh;
  display: flex;
  position: relative;
  justify-content: center;
}






/*===============Contact End==========================================*/

/*
.boxhead {
  display: none;
  
}

.paywell {
  display: none;
  
}

*/




  .tint {
       transition: visibility 0s, opacity 0.2s linear;
      opacity: 0;
      visibility: hidden;
      display: flex;
      position: fixed;
      top: -10px;
      width: 100vw;
      height: 110%;
      background-color: black;
      opacity: .5;
      z-index: 3;
  }
  
  .popupWindowContainer {
      visibility: hidden;
      display: flex;
      position: fixed;
      justify-content: center;
       transition: visibility 0s, opacity 0.2s linear;
      opacity: 0;
      align-items: center;
      width: 100vw;
      height: 100vh;
/*        background-color: red;*/
      z-index: 4;
      
  }
  
   .popupWindow {
      visibility: hidden;
      display: flex;
      position: relative;
      width: 95vw;
      height: 90%;
      overflow-y: scroll;
      overflow-x: hidden;
      /* background-color: white; */
      z-index: 5;
      transition: visibility 0s, opacity 0.2s linear;
      opacity: 0;
      /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
      /* border-radius: 25px; */
      font-family: "Helvetica Neue",Helvetica,"acumin-pro",Arial,sans-serif;


/* 
      background: rgba( 255, 255, 255, 0.10 );
      box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
      backdrop-filter: blur( 4px );
      -webkit-backdrop-filter: blur( 4px );
      border-radius: 10px;
      border: 1px solid rgba( 255, 255, 255, 0.18 ); */



background: rgb(0 0 0 / 21%);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur( 43px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
      
  }
  
  .popupWindowContentSection {
/*        border: 1px solid red;*/
  }
  
  
  
  

  h1 {
       color: #777;
       padding-bottom: 10px;
      padding-top: 10px;
       font-size: 1em;
       font-weight: 400;
  }
   .popupWindowContentSectionContainer {
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: center;
/*         border: 1px solid blue;*/
      
  }

  


  #paywellAnimation {
      width: 100%;
      
  }

  @font-face {
    font-family: bisect;
    src: url(fonts/Bisect.otf);
  }
  @font-face {
    font-family: jura;
    src: url(fonts/Jura/Jura-VariableFont_wght.ttf);
  }

.tilt-box.one {
  overflow: hidden;
  }
.tilt-box.two {
  display: flex;
  justify-content: center;
 
}
/* Dinner Wars Tile */
.tilt-box.nine {
  display: flex;
  flex-direction: column;
  font-size: 1.8em;
  color: red;
    font-family: "Helvetica Neue",Helvetica,"acumin-pro",Arial,sans-serif;

  font-weight: 500;
}
.tilt-box.five {
    display: flex;
    flex-direction: column;
    position: relative;
}
.tilt-box.six {
  /* background-color: black; */
  display: flex;
  flex-direction: column;
  color: white;
  font-family: 'Jura', sans-serif;
  font-size: 1.8em;
  font-weight: 700;
 }

 .tilt-box.three {
  /* background-color: black; */
  display: flex;
  flex-direction: column;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 2.4em;
  font-weight: 800;
 }
  .tilt-box.four {
  /* background-color: black; */
  display: flex;
  flex-direction: column;
  color: white;
  font-family: "Helvetica Neue",Helvetica,"acumin-pro",Arial,sans-serif;
  font-size: 2.4em;
  font-weight: 800;
 }


.barspeed_img {
   /* display: flex;
  position: absolute; */
  width: 60%;
  height: 60%;
}
#skitch_img_container, #skitch_img_container_dark {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#skitch_img_container {
  color: #ffffff;
}
#skitch_img_container_dark {
  color: #000000;
}

.skitch_img {
   display: flex;
   flex-direction: column;
  /* position: absolute; */ 
  width: 34%;
}
.dinnerwars_img {
   /* display: flex;
  position: absolute; */
  width: 40%;
  height: 40%;
}
.xrstudios_img {
   display: flex;
  position: absolute;
      width: 25%;
}

.tileText {
  margin-top: 20px;
}

#poetShack_img_container, #poetShack_img_container_dark {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#poetShack_img_container_dark div {
  color: #000000;
}
#poetShack_img_container div {
  color: #ffffff;
}

.poetShackTitle {
  font-size: 1.7em;
  padding-bottom: 3px;
  font-family: bisect;
}

  .poetShackSub{
    font-size: 1.1em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    text-align: left;
  }
  
  #vr_img_container, #vr_img_container_dark {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }
  #vr_img_container {
    color: #ffffff;
  }
  #vr_img_container_dark {
    color: #000000;
  }
  /* .scopeAndChallengeContainer {
      display: flex;
      position: relative;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      padding-bottom: 30px;
    
  }
   */
  
/*   Scope*/
   .popupWindowContentSection.scope {
/*        border: 1px solid blue;*/
       /* display: flex;
       position: relative;
       width: 45vw;
       flex-direction: column; */

       display: flex;
       position: relative;
        width: 100%;
       flex-direction: column;
       border-bottom: .5px solid rgb(211,211,211, 1);
       /* border-top: .5px solid rgb(211,211,211, 1); */
       /* padding-bottom: 30px; */
       
  }
  

  
/*    Scope*/
  .scopeItem {
    color: #777;
    font-weight: 200;
    font-size: 1em;  
    line-height: 2;
  }

/*    Challenge*/
  .popupWindowContentSection.challenge {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    border-bottom: .5px solid rgb(211,211,211, 1);
    border-top: .5px solid rgb(211,211,211, 1);
  }
  
  .challengeItem.one {
    color: #777;
    font-weight: 200;
    font-size: 1em;  
    line-height: 1.5; 
  }

  .background_Process_SolutionContainer, .scopeAndChallengeContainer {
    display: flex;
    flex-direction: column;
    width: 88.5%;
  }
  
/*    Background*/
  .popupWindowContentSection.background {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    border-bottom: .5px solid rgb(211,211,211, 1);
    border-top: .5px solid rgb(211,211,211, 1);
    padding-bottom: 30px;
  }

  .backgroundItem.one {
    color: #777;
    font-weight: 200;
    font-size: 1em;  
    width: 100%;
    line-height: 1.5;
    flex-direction: column;
  }
  
  br {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  /*    Process*/
  .popupWindowContentSection.process {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    border-bottom: .5px solid rgb(211,211,211, 1);
    padding-bottom: 30px;
  }
  
   
  
  .popupWindowContentSectionContent.process {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-around;  
  }
  
  .processItem.one.title {     
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 40px;
    color: #777;
    font-weight: 400;
    font-size: 1.2em;
  }
  
/*
  .processItemOneContentTitle {
      padding-bottom: 20px;
       color: #777;
       font-weight: 400;
  }
*/
  
  .processItemOneContent {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
  }
  
/* Solution*/
  .popupWindowContentSection.solution{
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;  
  }
  
  .solutionItem.one {
    color: #777;
    font-weight: 200;
    font-size: 1em;  
  }

 
  .xr_studios {
    /* display: none; */
  }

  
  
  
  
  
  
  
  
/*
  

  //////////////////Pop Up Window///////////////////


  .tint {
      visibility: hidden;
      transition: visibility 0s, opacity 0.2s linear;
      opacity: 0;
      width: 100%;
      height: 105%;
      background-color: black;

      top: 0vh;
      left: 0;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


      position: fixed;

      z-index: 100;
  }

  .tint:hover {
      cursor: pointer;
  }

  .popup_window.tutorial {
      display: flex;
      justify-content: center;
      align-items: center;
      visibility: hidden;
      transition: visibility 0s, opacity 0.2s linear;
      opacity: 0;
      width: 80%;
      height: 80vh;
      background-color: white;

      top: 7vh;
      left: 10%;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 25px;

      position: fixed;

      z-index: 1010;
  }
*/





























/* @media only screen and (min-width: 600px) {


  .tilt-box {
    height: 78%;
    width: 66%;
    max-height: 183px;
    min-width: 100;
  }
}  */

/* 
.boxhead {
  background-color: pink;
}

.paywell {
  background-color: greenyellow;
}

.xr_studios {
  background-color: black;
}

.dinnerWars {
  background-color: red;
}

.skitch {
  background-color: blue;
}

.poetShack {
 background-color: purple;
}

.balance {
  background-color: lightblue;
}

.barSpeed {
  background-color: yellow;
}

.vr_personal {
  background-color: chocolate;
} */

#skitchBanner {
  background-color: #a1daf0;
  height: 39vh;
  width: 100vw;
}

#balanceBanner{
  width: 100vw;
  background-color: #fafdfe;
  justify-content: center;
}
.barSpeedBanner {
  width: 100vw;
  height: 50%;
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.barSpeedImg {
height: 48vh;
}