




#marquee_wrapper  {height: 100%;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  position: relative;}


  #marquee-pic {height: 120px; width:120px; box-shadow: 0 10px 30px rgba(30,30,30,0.25); border-radius:16px;z-index: 10000000;}


  .marquee {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index:1000000000000;
}

#spectrum-kw {display:none;
    height: 3px;
background: #ee9ca7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ffdde1, #ee9ca7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ffdde1, #ee9ca7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}




button {
  height: 4em;
  width: 100%;
  padding: 1.5em auto;
  margin: 1em auto;
  background-color: black;
  border-radius: 16px;
 color: white  ;
 font-size: 18px;
letter-spacing: 0;
font-family: "Athletics", "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;  
font-weight: normal;
  transition: all 0.2s cubic-bezier(.4,0,.2,1);
 
}

button:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  
}


    #drag-me div {

  cursor: move;        /* cur */
}

.sub {
font-family: "Athletics", "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;}

#self-portrait {position: absolute;
top: 40%;
left: 50%;
 z-index: 1000000;}


#my-desk {position: absolute;
top: 60%;
left: 12%;
 z-index: 1000000;}



.reloc:first-of-type {
   text-indent: -.4em;
}


.ui-draggable {
}

.reloc {   font-family: 'SpotMono', "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
margin-top: 48px;width: 100%; margin: 6em inital;}

.self-sticker {
   width: 150px;
   transition: 0.5s linear;
   /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(255, 0, 255, .12);*/
   -webkit-transform: rotate(8deg);
   -moz-transform: rotate(8deg);
   -o-transform: rotate(8deg);
   -ms-transform: rotate(8deg);
   transform: rotate(8deg);
   ]
}


.desk-sticker {
   width: 150px;
   transition: 0.5s linear;
   /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(255, 0, 255, .12);*/
   -webkit-transform: rotate(-8deg);
   -moz-transform: rotate(-8deg);
   -o-transform: rotate(-8deg);
   -ms-transform: rotate(-8deg);
   transform: rotate(-8deg);
   ]
}

.proj-next-left  {width:50%;float: left;height: 200px;text-align: center;
vertical-align: middle;
line-height: 200px!important;   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   
 }

.proj-next-left:hover{    transform: scale(1.02);
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out; }

.proj-next-right {width:50%;float: right;height: 200px;text-align: center;
vertical-align: middle;
line-height: 200px!important;   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;}

.carrot-bg {     background-image: -webkit-linear-gradient( left, rgb(242, 88, 141), rgb(246, 164, 88));}

.medimap-bg {     background-image: -webkit-linear-gradient( left, rgb(48, 219, 183), rgb(15, 180, 149), rgb(48, 219, 183));}


p {text-indent:20px;}

.big-indent {text-indent: 30px;}

.no-indent {text-indent: 0px!important;}


.highlight {
   position: relative;
   z-index: 1;
   color: #050608;
}

.pain:hover {
   border: 1px solid red;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   cursor: crosshair;
}

.opps:hover {
   border: 1px solid green;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   cursor: crosshair;
}

.monospace {
   font-family: 'SpotMono', "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
   font-weight: 500;
   font-size: .85em;
   color: #757575;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}

.zeb-purp {
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   color: #C3C3C3;
}

.zeb-purp:hover {
   cursor: default;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   color: #6662ef;
}

.carrot-orange {
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   color: #C3C3C3;
}

.carrot-orange:hover {
   cursor: default;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   color: #F35A8B;
}

.medi-green {
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   color: #C3C3C3;
}

.medi-green:hover {
   cursor: default;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   color: #45dab3;
}

.apostrophe {
   letter-spacing: -.09em;
}

.apostrophe-before {
   letter-spacing: -.05em;
}

.carrotsun {
   /*animation: rotatecircle infinite linear 8s;*/
   width: 40%;
}

.blobthanks:hover {
   animation-name: jumpshake;
   animation-duration: 1.3s;
   animation-iteration-count: 1;
   animation-timing-function: linear;
   cursor: pointer;
}

.hide-on-desktop {
   display: block;
}

.hero-img {
   margin-top: -100px;
}

@keyframes jumpshake {
   0% {
      opacity: 1;
      transform: translate3d(0px, 0px, 0px)
   }
   20% {
      transform: rotate(0deg) translate3d(0px, -6px, 0);
   }
   25% {
      transform: rotate(-2deg) translate3d(0px, -6px, 0);
   }
   30% {
      transform: rotate(2deg) translate3d(0px, -6px, 0);
   }
   35% {
      transform: rotate(-2deg) translate3d(0px, -6px, 0);
   }
   40% {
      transform: rotate(0deg) translate3d(0px, -6px, 0)
   }
   55% {
      transform: rotate(0deg) translate3d(0px, -6px, 0)
   }
   80% {
      transform: translate3d(0px, 0%, 0px)
   }
   100% {
      opacity: 1;
      transform: translate3d(0px, 0%, 0px)
   }
}

.smart-underline {
   background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#333, #333);
   background-size: 0.05em 1px, .05em 1px, 1px 1px;
   background-repeat: no-repeat, no-repeat, repeat-x;
   background-position: 0% 90%, 100% 90%, 0% 90%;
   text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}

.smart-underline:hover {
   background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#333, #333);
   background-size: 0.05em 1px, .05em 1px, 1px 1px;
   background-repeat: no-repeat, no-repeat, repeat-x;
   background-position: 0% 90%, 100% 90%, 0% 90%;
   text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}

.bigboi {
   width: 100%;
   max-width: none;
}

.about-intro {
   margin-bottom: 16[x]
}

.extra-padd {
   line-height: 112%;
}

.flickity-page-dots .dot {
   width: 7px!important;
   height: 7px!important;
   margin: 0 4px!important;
}

.title-bump-bot-sm {
   margin-bottom: 5px;
}

.flickity-viewport {}

.carousel-cell {
   width: 66%;
   height: auto;
   padding: 10px;
   counter-increment: carousel-cell;
   z-index: 100000000000;
   -webkit-tap-highlight-color: transparent;
   outline: none!important;
}

/* cell number */

.carousel-cell:before {
   display: block;
   text-align: center;
   outline: none!important;
}

.carousel-cell:focus {
   outline: none!important;
}

.carousel {
   outline: none!important;
}

.carousel:focus {
   outline: none!important;
}

/* smaller, dark, rounded square */

.flickity-prev-next-button {
   width: 30px;
   height: 30px;
   border-radius: 5px;
   background: #333;
}

.flickity-prev-next-button:hover {
   background: #F90;
}

/* arrow color */

.flickity-prev-next-button .arrow {
   fill: white;
}

.flickity-prev-next-button.no-svg {
   color: white;
}

/* position outside */

.flickity-prev-next-button.previous {
   left: -40px;
   text-align: center;
   display: none;
}

.flickity-prev-next-button.next {
   right: -40px;
   text-align: center;
   display: none;
}

.blob {
   margin-left: -100px;
   margin-top: 100px;
}

.itme {
   margin-top: 150px;
   width: 80%;
}

.pmarg-right {
   margin-right: 0%;
}

.pmarg-left {
   margin-left: 0%;
}

.stretcher {
   width: 150%;
   margin-left: -25%;
}

.mantel_bg {
   background-color: #FFFFFF;
   -webkit-transition: background-color .2s ease-out;
   -moz-transition: background-color .2s ease-out;
   -o-transition: background-color .2s ease-out;
   transition: background-color .2s ease-out;
}

.mantel_bg:hover {
   background-color: #1C1E1F;
   -webkit-transition: background-color .2s ease-out;
   -moz-transition: background-color .2s ease-out;
   -o-transition: background-color .2s ease-out;
   transition: background-color .2s ease-out;
   cursor: pointer;
}

.big-shadow {
   /*box-shadow: 0 19px 38px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.11);*/
   /*border-radius: 32px;*/
}

@-moz-keyframes rotatecircle {
   0% {
      -moz-transform: rotate(0deg);
   }
   100% {
      -moz-transform: rotate(-360deg);
   }
}

@-webkit-keyframes rotatecircle {
   0% {
      -webkit-transform: rotate(0deg);
   }
   100% {
      -webkit-transform: rotate(-360deg);
   }
}

.circle__inner {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.circle__wrapper {
   display: table;
   width: 100%;
   height: 100%;
}

.circle__content {
   display: table-cell;
   vertical-align: middle;
}

.circle-text {
   margin-top: 5%;
   margin-left: 5%;
   height: 80px;
   /*change this and the width for the size of your initial circle*/
   width: 80px;
   text-align: center;
   vertical-align: middle;
   border-radius: 50%;
   z-index: 100000000;
   letter-spacing: -.4px;
   /*make it pretty*/
   background: red;
   color: #fff;
   animation: rotatecircle infinite linear 8s;
   letter-spacing: -.4px;
}

.sticker {
   position: absolute;
   z-index: 10000000;
   margin: 5%;
}

.blobmoji {
   vertical-align: bottom;
   padding-bottom: 3px;
   height: 18px;
}

.bottomMenu {
   display: none;
   position: fixed;
   z-index: 1;
   bottom: 0;
   right: 0;
   border-radius: 4px;
   padding-top: 300px;
   width: 100%;
   height: 60px;
   text-align: center;
   background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
   background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
   background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
   -webkit-background-origin: padding-box;
   background-origin: padding-box;
   -webkit-background-clip: border-box;
   background-clip: border-box;
   -webkit-background-size: auto auto;
   background-size: auto auto;
}

.divider {
   border-top: 1px solid black;
}

.darkbg {
   color: white;
}

.pain {
   font-family: 'SpotMono', "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
   font-weight: 500;
   border: 1px solid #ffe9e9;
   border-radius: 4px;
   background-color: #ffe9e9;
   padding: 16px;
   margin-top: 8px;
   padding-right: 16px;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   font-size: 1em;
   color: #e08e8e;
}

.opps {
   font-family: 'SpotMono', "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
   font-weight: 500;
   border: 1px solid #f1fff2;
   border-radius: 4px;
   background-color: #f1fff2;
   padding: 16px;
   margin-top: 8px;
   padding-right: 16px;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   font-size: 1em;
   color: #7BBF96
}

.pain-underline {
   border-bottom: 1px solid red;
}

.opps-underline {
   border-bottom: 1px solid green;
}

.smart-underline-green {
   background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#c8f7c5, #c8f7c5);
   background-size: 0.05em 1px, .05em 1px, 1px 1px;
   background-repeat: no-repeat, no-repeat, repeat-x;
   background-position: 0% 90%, 100% 90%, 0% 90%;
   text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}

.smart-underline-red {
   background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#f1a9a0, #f1a9a0);
   background-size: 0.05em 1px, .05em 1px, 1px 1px;
   background-repeat: no-repeat, no-repeat, repeat-x;
   background-position: 0% 90%, 100% 90%, 0% 90%;
   text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}

.case-flex {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -moz-flex;
   display: -webkit-flex;
   display: flex;
   flex-direction: column-reverse;
}

.down-arrow {
   border: 0;
   -ms-interpolation-mode: bicubic;
   width: 16px;
   padding-bottom: 1px;
}

video::-webkit-media-controls-start-playback-button {
   display: block;
   !important;
}

body, html {
   overflow-x: hidden;
}

/* Horizontal slider */

.vid-shadow {
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.13);
   border-radius: 4px;
}

.push-digit {
   margin-top: -8px;
}

.numberCircle {
   border-radius: 50%;
   behavior: url(PIE.htc);
   /* remove if you don't care about IE8 */
   width: 24px;
   height: 24px;
   padding: 8px;
   background: #fff;
   border: 2px solid #444;
   color: #444;
   text-align: center;
   font-size: 24px;
   font-family: "Athletics", "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight: normal;
   margin-bottom: 16px;
}

.roundimg {
   border-radius: 4px;
}

.shadow-rounded {
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.13);
   border-radius: 4px;
}

.mob-vid {
   padding-left: 10%;
   padding-right: 10%;
   padding-bottom: 2%;
}

.spaced-right {
   width: 80%;
}

.card {
   display: flex;
   min-width: 100%;
   min-height: 100px;
   overflow-x: auto;
   background: #1CD8D2;
   /* fallback for old browsers */
   background: -webkit-linear-gradient(to right, #93EDC7, #1CD8D2);
   /* Chrome 10-25, Safari 5.1-6 */
   background: linear-gradient(to right, #93EDC7, #1CD8D2);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   padding: 30px;
}

.card::-webkit-scrollbar {
   display: none;
   -webkit-overflow-scrolling: touch;
}

.card--content {
   min-width: 200px;
   margin: 10px;
   color: #34495e
}

.first {
   margin-left: 0px!important;
   margin-right: 30px;
}

.fade-in-slow {
   opacity: 0;
   /* make things invisible upon start */
   animation: fadein ease-in 1;
   /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
   animation-fill-mode: forwards;
   /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
   animation-duration: .5s;
   animation-delay: .3s
}

.fade-in-slower {
   opacity: 0;
   /* make things invisible upon start */
   animation: fadein ease-in 1;
   /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
   animation-fill-mode: forwards;
   /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
   animation-duration: .5s;
   animation-delay: .6s
}


.fade-in-slowest {
   opacity: 0;
   /* make things invisible upon start */
   animation: fadein ease-in 1;
   /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
   animation-fill-mode: forwards;
   /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
   animation-duration: .5s;
   animation-delay: .9s
}

/*.bubb {padding: 20px; border-radius: 12px;background-color: rgba(0, 0, 0, 0.03); max-width: 100%;}*/

.tufte-link #tufte {
   position: absolute;
   top: 150px;
   left: 200px;
   opacity: 0;
}

.tufte-link:hover #tufte {
   opacity: 1;
}

#tufte {
   width: 180px;
   transition: 0.5s linear;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(0, 0, 0, 0.10);
   -webkit-transform: rotate(-8deg);
   -moz-transform: rotate(-8deg);
   -o-transform: rotate(-8deg);
   -ms-transform: rotate(-8deg);
   transform: rotate(-8deg);
}

#selfie:hover {
   transform: translate(0px, -2px);
}

.selfie-link #selfie {
   position: absolute;
   top: 150px;
   left: 200px;
   opacity: 0;
}

.selfie-link:hover #selfie {
   opacity: 1;
}

#selfie {
   width: 200px;
   transition: 0.5s linear;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(255, 0, 255, .12);
   -webkit-transform: rotate(8deg);
   -moz-transform: rotate(8deg);
   -o-transform: rotate(8deg);
   -ms-transform: rotate(8deg);
   transform: rotate(8deg);
   ]
}

#selfie:hover {
   -webkit-transform: rotate(8deg);
   -moz-transform: rotate(8deg);
   -o-transform: rotate(8deg);
   -ms-transform: rotate(8deg);
   transform: rotate(8deg);
}

.fake-link {
   cursor: crosshair;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

.grad-about {
   background: #ee9ca7;
   /* fallback for old browsers */
   background: -webkit-linear-gradient(to right, #f9c6c6, #ee9ca7);
   /* Chrome 10-25, Safari 5.1-6 */
   background: linear-gradient(to right, #f9c6c6, #ee9ca7);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   background-repeat: no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.grad-zebra {
   color: #5324B7;
   background: -webkit-linear-gradient( left, rgb(83, 36, 183), rgb(172, 94, 215), rgb(83, 36, 183));
   background-size: 200% 100%;
   background-position: right 0;
   background-repeat: no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.grad-medi {
   color: #30DBB7;
   background: -webkit-linear-gradient( left, rgb(48, 219, 183), rgb(15, 180, 149), rgb(48, 219, 183));
   background-size: 200% 100%;
   background-position: right 0;
   background-repeat: no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.grad-twenty16 {
   color: #F6AF4E;
   background: -webkit-linear-gradient( left, rgb(246, 175, 78), rgb(248, 211, 28));
   background-size: 200% 100%;
   background-position: right 0;
   background-repeat: no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.grad-carrot {
   color: #F37866;
   background: -webkit-linear-gradient( left, rgb(242, 88, 141), rgb(246, 164, 88));
   background-position: right 0;
   background-repeat: no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

/* Links */

a.carrot {
   color: #F37866;
   display: inline;
   background: -webkit-linear-gradient( left, rgb(242, 88, 141), rgb(246, 164, 88), rgb(242, 88, 141));
   background-size: 200% 100%;
   background-position: right 0;
   background-repeat: no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-transition: background 1s;
}

a.carrot:hover {
   background-position: 0 0;
   opacity: 1;
}

a.zebra {
   color: #5324B7;
   display: inline;
   background: -webkit-linear-gradient( left, rgb(83, 36, 183), rgb(172, 94, 215), rgb(83, 36, 183));
   background-size: 200% 100%;
   background-position: right 0;
   background-repeat: no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-transition: background 1s;
}

a.zebra:hover {
   background-position: 0% 0;
   opacity: 1;
}

a.twenty16 {
   color: #F6AF4E;
   display: inline;
   background: -webkit-linear-gradient( left, rgb(246, 175, 78), rgb(248, 211, 28), rgb(246, 175, 78));
   background-size: 200% 100%;
   background-position: right 0;
   background-repeat: no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-transition: background 1s;
}

a.twenty16:hover {
   background-position: 0 0;
   opacity: 1;
}

a.mantel-2 {
   color: #F00000;
   display: inline;
   background: #F00000;
   /* fallback for old browsers */
   background: -webkit-linear-gradient(to right, #DC281E, #F00000);
   /* Chrome 10-25, Safari 5.1-6 */
   background: linear-gradient(to right, #DC281E, #F00000);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   background-size: 200% 100%;
   background-position: right 0;
   background-repeat: no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-transition: background 1s;
}

a.mantel {
   color: #F6AF4E;
   display: inline;
   background: -webkit-linear-gradient(left, red, #FCFF00, #A100FF, #000EFF, #00FF7B, #FCFF00);
   background: -o-linear-gradient(left, red, #FCFF00, #A100FF, #000EFF, #00FF7B, #FCFF00);
   background: -moz-linear-gradient(left, red, #FCFF00, #A100FF, #000EFF, #00FF7B, #FCFF00);
   background: linear-gradient(to right, red, #FCFF00, #A100FF, #000EFF, #00FF7B, #FCFF00);
   background-size: 200% 100%;
   background-position: right 0;
   background-repeat: no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-transition: background 1s;
}

a.mantel-2:hover {
   background-position: 0 0;
   opacity: 1;
}

a.mantel:hover {
   background-position: 0 0;
   opacity: 1;
}

a.medimap {
   color: #30DBB7;
   display: inline;
   background: -webkit-linear-gradient( left, rgb(48, 219, 183), rgb(15, 180, 149), rgb(48, 219, 183));
   background-size: 200% 100%;
   background-position: right 0;
   background-repeat: no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-transition: background 1s;
}

a.medimap:hover {
   background-position: 0 0;
   opacity: 1;
}

.big-underline {
   background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#000, #000);
   background-size: 0.05em 2px, .05em 2px, 2px 2px;
   background-repeat: no-repeat, no-repeat, repeat-x;
   background-position: 0% 90%, 100% 90%, 0% 90%;
   text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
}

a.proj-link:hover {
   transform: translate(0px, 2px);
   transition: all .4s ease;
}

a.text-link {
   border-bottom: 1px solid rgba(17, 17, 26, 0.1);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}

a.text-link:hover {
   border-bottom: 1px solid rgba(17, 17, 26, 0.2);
   -webkit-transition: 0.3s;
   transition: 0.3s;
   padding-bottom: 2px;
}

.proj-link {
   display: inline-block;
}

.zoom {
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   /* Animation */
}

.zoom:hover {
   transform: scale(1.02);
   box-shadow: 0 10px 30px rgba(34,34,34,0.25);
}

.zoom-2 {
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   border-radius: 4px;
   /* Animation */
}

.zoom-2:hover {
   transform: none;
}

.img-link:hover {
   opacity: 1!important;
}

/* General */

::-moz-selection {
   /* Code for Firefox */
   color: black;
   background: #f1f1f1;
}

::selection {
   color: black;
   background: #f1f1f1;
}

/* Animation */

.bounce {
   -moz-animation: bounce 2s infinite;
   -webkit-animation: bounce 2s infinite;
   animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
   0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      transform: translateY(0);
   }
   40% {
      -moz-transform: translateY(-6px);
      transform: translateY(-6px);
   }
   60% {
      -moz-transform: translateY(-3px);
      transform: translateY(-3px);
   }
}

@-webkit-keyframes bounce {
   0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   40% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
   }
   60% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3x);
   }
}

@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(-6px);
      -ms-transform: translateY(-6px);
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
   }
   60% {
      -moz-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
   }
}

@keyframes fadein {
   from {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
   from {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
   from {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}

/* Internet Explorer */

@-ms-keyframes fadein {
   from {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
   from {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}

section {
   opacity: 0;
   transform: translate(0, 20px);
   /* transform: rotate(0deg); */
   transition: all 1s;
   /*filter: blur(10px);*/
}

section.visible {
   opacity: 1;
   transform: translate(0, 0px);
   transform: rotate(0deg);
   /* filter: blur(0px);*/
}

/* Layout – KW */

.img-bump {
   margin-top: 0px;
}

.vidbg2016 {
   padding-top: 40px;
   padding-bottom: 40px;
   background: -webkit-linear-gradient( left, rgb(246, 175, 78), rgb(248, 211, 28));
}

.vidbgzebra {
   padding-top: 40px;
   padding-bottom: 40px;
   background: -webkit-linear-gradient( left, rgb(83, 36, 183), rgb(172, 94, 215));
}

.roundboi {
   border-radius: 0px;
}

.curved {
   border-radius: 6px;
}

footer {
   margin-top: 120px;
   margin-bottom: 100px;
}

.curved-right {
   border-radius: 0px 0px 0px 0px;
}

.curved-left {
   border-radius: 0px 0px 0px 0px;
}

.proj-intro {
   margin-top: 8em;
   margin-bottom: 8em;
}

.proj-teaser {
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 30px;
}

.copyright {
   margin-top: 48px;
}

.rwd-break {
   display: block;
}

#nav {
   width: 100%;
   display: inline-block;
   margin: 0 auto;
   display: flex;
   margin: 0;
}

.l-nav {
   float: left;
   width: 75%;
   padding: 20px;
   clear: both;
   display: inline-block;
}

.r-nav {
   float: right;
   width: 25%;
   padding: 20px;
   clear: both;
   display: inline-block;
   text-align: right
}

.projsection {
   width: 100%;
   display: inline-block;
   margin: 0 auto;
   margin: 0;
}

.projsection-flip {
   display: flex;
   width: 100%;
   margin: 0 auto;
   margin: 0;
   flex-direction: column-reverse;
}

.l-block-text {
   float: left;
   width: 100%;
   padding: 0px;
   display: inline-block;
}

.r-block-img {
   float: left;
   width: 100%;
   padding: 0px;
   display: inline-block;
   text-align: right;
}

.l-block-img {
   float: none;
   width: 100%;
   padding: 0px;
   display: inline-block;
}

.r-block-text {
   float: none;
   width: 100%;
   padding: 0px;
   display: inline-block;
   text-align: left;
}

.casestudy {
   margin-top: 30px;
}

.casestudy-no-padd {
   margin-top: 20px;
}

.narrow {
   width: 100%;
}

/* Typography – KW */

.cooper {
   font-family: 'Styrene A','Cooper Lt BT', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif!important;
   font-weight: normal!important;
}

.bolder {
   font-family: "Athletics", "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight: normal;
}

.neue {
   font-family: "Athletics", "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight: 300;
}

.lighter {
   opacity: .3;
}

.title-bump-top-2x {
   margin-top: 32px;
}

.title-bump-bot {
   margin-bottom: 16px;
}

.title-bump-top {
   margin-top: 16px;
}

ul {
   padding: 0;
   margin-top: 10px;
   list-style-type: none;
}

li {
   list-style-type: none;
   margin-top: 4px;
}

li:first-child {
   margin-top: 13px;
}

/* General */

img {
   max-width: 100%
}

body {
   font-family: "Athletics", "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight: 300;
   color: #444;
   background: #fff;
   -webkit-animation: fadein 1s;
   /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 1s;
   /* Firefox < 16 */
   -ms-animation: fadein 1s;
   /* Internet Explorer */
   -o-animation: fadein 1s;
   /* Opera < 12.1 */
   animation: fadein 1s;
}

/* I use full-width horizontal sections a lot */

body>header, body>section, body>footer {
   display: block;
   width: 100%;
   clear: both;
   float: left;
}

h1, h2, h3, h4, h5, h6 {
   font-family: "Athletics", "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight: 300;
   margin: 0;
   line-height: 1.3;
}

h1 {
   font-size: 3em;
}

h2 {
   font-size: 1.9em;
}

h3 {
   font-size: 1.6em;
}

h4 {
   font-size: 1.2em;
}

h5 {
   font-size: 1em;
   font-weight: normal;
   line-height: 1.5em;
}

h6 {
   font-size: .85em;
   font-weight: normal;
   line-height: 1.6;
}

a {
   color: #444;
   text-decoration: none;
   /*border-bottom: 1px solid #eee;*/
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

a:hover {
   opacity: .7;
}

section {
   margin-top: 100px;
}

header, section {}

header, section, footer {}

section, footer {}

header h1 a {
   color: #333;
   border-bottom: none;
}

header p {
   margin: 2em 0;
}




.lead {
   font-size: 2em;
   line-height: 1.2;
   letter-spacing: -1px;
   font-family: 'Styrene A','Ginto Nord','Cooper Lt BT', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
   font-weight: normal;
}

p, pre {
   font-size: 1em;
   line-height: 1.6em;
   font-family: "Athletics", "GT Walsheim Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight: 300;

}

@media (min-width: 568px) {
   .case-flex {
      display: flex;
      flex-direction: row;
   }
   .circle-text {
      margin-top: 10%;
      margin-left: 10%;
   }
   .sticker {
      margin: 8%;
   }
   .pmarg-right {
      margin-right: 5%;
   }
   .pmarg-left {
      margin-left: 5%;
   }
   .flickity-page-dots .dot {
      width: 10px!important;
      height: 10px!important;
      margin: 0 8px!important;
   }
   .hide-on-desktop {
      display: none;
   }

   #self-portrait {
left: 15%;}
}


@media (min-width: 960px) {



.desk-sticker{
   width: 200px;
}

#my-desk{
left: 25%;}


.self-sticker {
   width: 200px;
}

#self-portrait {
left: 45%;}


  p {text-indent:30px;}

.big-indent {text-indent: 40px;}


   .monospace {
      font-size: 1em;
   }
   .hero-img {
      margin-top: 0px;
   }
   .carousel-cell {
      padding: 20px;
   }
   .pmarg-right {
      margin-right: 5%;
   }
   .pmarg-left {
      margin-left: 5%;
   }
   .stretcher {
      width: 100%;
      margin-left: auto;
   }
   .circle-text {
      margin-top: -30px;
      margin-left: -30px;
   }
   .sticker {
      margin: 0%;
   }
   .blobmoji {
      vertical-align: bottom;
      padding-bottom: 5px;
      height: 18px;
   }
   .pain {
      margin-top: 8px;
      padding-right: 16px
   }
   .opps {
      margin-top: 8px;
      padding-right: 16px
   }
   .curved {
      border-radius: 12px;
   }
   .down-arrow {
      border: 0;
      -ms-interpolation-mode: bicubic;
      width: 16px;
      padding-bottom: 2px;
   }
   .zoom-2:hover {
      transform: scale(1);
   }
   .zoom-2 {
      -webkit-transition: all .4s ease-in-out;
      -moz-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      border-radius: 8px;
      /* Animation */
   }
   /* Horizontal slider */
   .card {
      display: flex;
      min-width: 100%;
      min-height: 400px;
      overflow-x: auto;
      background: #1CD8D2;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #93EDC7, #1CD8D2);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #93EDC7, #1CD8D2);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      padding: 30px;
   }
   .card::-webkit-scrollbar {
      display: none;
   }
   .card--content {
      min-width: 300px;
      margin: 10px;
      color: #34495e
   }
   .img-bump {
      margin-top: 100px;
   }
   .vidbg2016 {
      padding-top: 100px;
      padding-bottom: 100px;
   }
   .vidbgzebra {
      padding-top: 50px;
      padding-bottom: 40px;
      border-radius: 8px;
   }
   .roundboi {
      border-radius: 0px;
   }
   .narrow {
      width: 80%;
   }
   p, pre {
      font-size: 1.2em;
      line-height: 1.7em;
   }
   li:first-child {
      margin-top: 24px;
   }
   .narrow {
      max-width: 100%;
   }
   .curved-right {
      border-radius: 12px 0px 0px 12px;
   }
   .curved-left {
      border-radius: 0px 12px 12px 0px;
   }
   section {
      margin-top: 200px;
   }
   .casestudy {
      margin-top: 100px;
   }
   .casestudy-no-padd {
      margin-top: 20px;
   }
   .proj-teaser {
      padding: 12%;
   }
   .l-block-text {
      float: left;
      width: 50%;
      padding: 0px;
      clear: both;
      display: inline-block;
   }
   .r-block-img {
      float: right;
      width: 50%;
      padding: 0px;
      clear: both;
      display: inline-block;
      text-align: right;
   }
   .l-block-img {
      float: left;
      width: 50%;
      padding: 0px;
      clear: both;
      display: inline-block;
   }
   .r-block-text {
      float: right;
      width: 50%;
      padding: 0px;
      clear: both;
      display: inline-block;
      text-align: left;
   }
   .l-nav {
      padding: 30px;
   }
   .r-nav {
      padding: 30px;
   }
   .projsection-flip {
      display: flex;
      flex-direction: row;
   }
   .projsection {
      display: flex;
   }
   h1 {
      font-size: 5em;
   }
   h2 {
      font-size: 2.6em;

   }
   h3 {
      font-size: 2em;
   }
   h4 {
      font-size: 1.4em;
   }
   h5 {
      font-size: 1.2em;
      font-weight: normal;
   }
   .rwd-break {
      display: none;
   }
   .lead {
      font-size: 4em;
      line-height: 1.2;
   }

     #marquee-pic {height: 170px; width:170px;}

}

@media only screen and (min-width: 1400px) {
   .proj-teaser {
      padding: 20%;
   }
   section {
      margin-top: 300px;
   }
   .bigboi {
      width: 80%;
      margin-left: 10%;
   }
}

/*
@media only screen and (min-width: 2560px) {
   h1 {
      font-size: 7em;
   }
   h2 {
      font-size: 3.5em;
   }
   h3 {
      font-size: 2.5em;
   }
   h4 {
      font-size: 2em;
   }
   h5 {
      font-size: 1.8em;
      font-weight: normal;
   }
}*/