@charset "UTF-8";
@font-face {
  font-family: "juni";
  src: url("../fonts/Junicode-Regular.woff") format("woff"); }
@font-face {
  font-family: "juni-bold";
  src: url("../fonts/Junicode-Bold.woff") format("woff"); }
@font-face {
  font-family: "juni-boldital";
  src: url("../fonts/Junicode-BoldItalic.woff") format("woff"); }
@font-face {
  font-family: "juni-ital";
  src: url("../fonts/Junicode-Italic.woff") format("woff"); }
html, body {
  max-width: 100%; }

body {
  box-sizing: border-box; }
  body ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  body p {
    margin: 0 auto; }
  body a {
    color: blue;
    text-decoration: none; }
    body a:hover {
      border-bottom: 1px solid blue;
      cursor: pointer; }
    body a:visted {
      color: gray; }

body {
  font-family: 'juni', times new roman;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #000000; }
  @media screen and (min-width: 720px) {
    body {
      font-size: 1.3rem; } }

.main .projects .project .details {
  padding-bottom: 1rem; }
  .main .projects .project .details p {
    font-size: 1rem; }
.main .projects .project .title p {
  font-family: "juni-ital";
  max-width: 350px;
  margin: 0; }
.main .projects .project .desc p {
  text-indent: 3rem;
  max-width: 700px;
  text-align: left;
  margin-left: 0; }
  .main .projects .project .desc p em {
    font-family: "juni-ital"; }

.main {
  width: calc(100% - 40px);
  margin: 3rem auto 0; }
  .main #bonusmaterial {
    z-index: 5;
    width: 100%;
    margin: 3rem 0 3rem 0; }
    .main #bonusmaterial #facts ul.dashed {
      list-style: none;
      padding-left: 0;
      margin: 0;
      padding-top: 30px;
      padding-right: 30px;
      overflow: hidden; }
      @media screen and (min-width: 720px) {
        .main #bonusmaterial #facts ul.dashed {
          max-width: 700px; } }
    .main #bonusmaterial #facts ul.dashed > li {
      margin-left: 30px; }
    .main #bonusmaterial #facts ul.dashed > li::before {
      content: "–";
      margin-left: -15px; }
    .main #bonusmaterial #close {
      width: 100%;
      text-align: right;
      position: fixed;
      top: 3rem;
      right: 20px; }
    .main #bonusmaterial #facts {
      margin: 0 auto; }
  .main .projects {
    display: block;
    display: flex;
    flex-direction: column; }
    .main .projects.hide {
      /*			height: 100vh;
      			overflow: hidden;*/
      display: none; }
    @media screen and (min-width: 720px) {
      .main .projects {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 20px;
        max-width: 1650px; }
        .main .projects .tiny {
          -ms-grid-column: 10;
          -ms-grid-column-span: 3;
          grid-column: 10 / 13; }
        .main .projects .small {
          -ms-grid-column: 9;
          -ms-grid-column-span: 4;
          grid-column: 9 / 13; }
        .main .projects .medium {
          -ms-grid-column: 4;
          -ms-grid-column-span: 6;
          grid-column: 4 / 11; }
        .main .projects .large {
          -ms-grid-column: 4;
          -ms-grid-column-span: 9;
          grid-column: 4 / 13; }
        .main .projects .full {
          -ms-grid-column: 1;
          -ms-grid-column-span: 12;
          grid-column: 1 / 13; } }
    .main .projects .card {
      position: relative;
      z-index: 1;
      padding: 0 0 3rem 0;
      height: 100px;
      text-align: right; }
      @media screen and (min-width: 720px) {
        .main .projects .card {
          text-align: left;
          position: sticky;
          -ms-grid-column: 1;
          -ms-grid-column-span: 2;
          grid-column: 1 / 3;
          padding: 0 0 103px 0;
          top: 3rem; } }
      .main .projects .card #emailnugget {
        padding-top: 20px; }
      .main .projects .card #moreabout {
        padding-top: 20px;
        cursor: pointer; }
        .main .projects .card #moreabout:hover {
          color: blue;
          cursor: pointer; }
    .main .projects .movie {
      position: relative;
      overflow: hidden;
      padding-top: 90%; }
    .main .projects .movie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100%;
      border: 0; }
    .main .projects .project {
      padding: 0 0 40px 0;
      margin: 0 0 20px 0;
      border-bottom: 1px solid black;
      background: white;
      z-index: 2; }
      .main .projects .project.introlinks {
        border-bottom: 1px solid transparent; }
      .main .projects .project:last-of-type {
        border-bottom: 1px solid white; }
      .main .projects .project .still {
        width: 100%; }
        .main .projects .project .still img {
          object-fit: contain;
          width: 100%; }
      .main .projects .project .slider {
        position: relative; }
        .main .projects .project .slider ul {
          display: flex;
          flex-direction: row;
          padding: 0 0 20px 0;
          margin: 0 auto;
          overflow-x: scroll;
          scroll-snap-type: x mandatory;
          scroll-padding: 50%;
          scrollbar-width: none;
          scroll-padding-left: 0px;
          scroll-padding-inline-start: 0px;
          -webkit-overflow-scrolling: touch;
          -ms-overflow-style: none; }
          .main .projects .project .slider ul:-webkit-scrollbar {
            display: none; }
          .main .projects .project .slider ul li {
            scroll-snap-align: center;
            padding: 0 20px 0 0;
            scroll-snap-stop: always;
            flex-shrink: 0;
            scroll-snap-align: start;
            display: flex;
            flex-direction: column;
            width: 300px;
            justify-content: flex-end; }
            @media screen and (min-width: 720px) {
              .main .projects .project .slider ul li {
                width: 500px; } }
  @media screen and (min-width: 720px) and (min-width: 720px) {
    .main .projects .project .slider ul li.horz {
      width: 600px; } }
  @media screen and (min-width: 720px) and (min-width: 1550px) {
    .main .projects .project .slider ul li.horz {
      width: 800px; } }

            .main .projects .project .slider ul li.video video {
              width: 100%;
              object-fit: contain; }
            .main .projects .project .slider ul li.housead {
              width: 300px !important; }
              @media screen and (min-width: 720px) {
                .main .projects .project .slider ul li.housead {
                  width: 500px !important; } }
            .main .projects .project .slider ul li:last-child {
              position: relative; }
              .main .projects .project .slider ul li:last-child:after {
                position: absolute;
                left: 100%;
                height: 1px;
                width: 20px;
                display: block;
                content: ""; }
            .main .projects .project .slider ul li .slidedesc {
              display: inline-block;
              text-align: left;
              padding: 0 0 10px 0;
              text-align: left;
              font-size: 1rem;
              margin-left: 0; }
              @media screen and (min-width: 720px) {
                .main .projects .project .slider ul li .slidedesc {
                  width: 70%; } }
            .main .projects .project .slider ul li .more {
              font-size: 2rem; }
              @media screen and (min-width: 720px) {
                .main .projects .project .slider ul li .more {
                  font-size: 3rem; } }
            .main .projects .project .slider ul li img {
              height: auto;
              object-fit: contain;
              width: 100%; }
        .main .projects .project .slider:after {
          position: absolute;
          width: 100%;
          text-align: right;
          animation: hintright .6s infinite;
          content: "SWIPE ⇢";
          font-size: 1rem;
          bottom: 0;
          right: 6%; }
        .main .projects .project .slider .hint {
          width: 100%;
          text-align: right;
          animation: hintright .5s infinite; }
      @media screen and (min-width: 720px) {
        .main .projects .project {
          margin: 0 0 4rem 0;
          padding: 0;
          border-bottom: 1px solid transparent; } }
      @media screen and (min-width: 1250px) {
        .main .projects .project {
          margin: 0 0 6rem 0; } }
      .main .projects .project .slideroverlay {
        height: 100%;
        position: absolute;
        width: 10%;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 4%, white 99%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 4%, white 99%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 4%, white 99%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */
        z-index: 3;
        top: 0;
        right: 0;
        pointer-events: none; }

@keyframes hintright {
  0% {
    transform: translate(0px, 20px); }
  50% {
    transform: translate(5px, 20px); }
  100% {
    transform: translate(0px, 20px); } }
#morestuff .entry,
#newstuff .entry {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid black;
  margin: 1rem 0 1rem 0; }
  #morestuff .entry .desc p,
  #newstuff .entry .desc p {
    text-indent: 0px; }
    #morestuff .entry .desc p a,
    #newstuff .entry .desc p a {
      cursor: pointer !important; }

#morestuff .desc p {
  text-indent: 0; }
#morestuff .odell {
  width: 100%;
  height: 250px;
  background: url("../img/morestuff/odell.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left; }
#morestuff .event {
  width: 100%;
  height: 150px;
  background: url("../img/morestuff/conference.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  margin-bottom: 20px; }
#morestuff .remember {
  width: 200px;
  height: 200px;
  background: url(../img/morestuff/silver-coin.gif);
  background-size: contain;
  background-repeat: no-repeat; }
#morestuff .doggo {
  width: 100%;
  height: 250px;
  background: url("../img/morestuff/emotionalsupportdog.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left; }
#morestuff .porf-buttons {
  display: flex;
  max-width: 300px;
  flex-direction: row; }
#morestuff .btn-simple {
  position: relative;
  width: 50%;
  height: 150px; }
  #morestuff .btn-simple .clickarea {
    position: absolute;
    cursor: pointer;
    background: rgba(0, 0, 0, 0); }
  #morestuff .btn-simple .clickarea {
    width: 60px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }
  #morestuff .btn-simple.white {
    background: url("../img/buttons/simple-white-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left; }
    #morestuff .btn-simple.white.on {
      background: url("../img/buttons/simple-white-3.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left; }
    #morestuff .btn-simple.white.pressed {
      background: url("../img/buttons/simple-white-2.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left; }
  #morestuff .btn-simple.orange {
    background: url("../img/buttons/simple-orange-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left; }
    #morestuff .btn-simple.orange.on {
      background: url("../img/buttons/simple-orange-3.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left; }
    #morestuff .btn-simple.orange.pressed {
      background: url("../img/buttons/simple-orange-2.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left; }

@media screen and (min-width: 720px) {
  #faq, #voterfraud {
    -ms-grid-column: 3;
    -ms-grid-column-span: 86;
    grid-column: 3 / 9; } }

#genx {
  position: relative;
  z-index: 3; }
  #genx .grafs {
    opacity: .9;
    pointer-events: none;
    position: absolute;
    object-fit: contain; }
    #genx .grafs img {
      width: 100%; }
    #genx .grafs.one {
      width: 350px;
      height: 200px;
      top: -20%;
      left: -15%;
      z-index: 5;
      transform: rotate(-4deg); }
    #genx .grafs.two {
      width: 600px;
      height: 200px;
      top: -5%;
      right: 3%;
      transform: rotate(9deg);
      z-index: 4; }
    #genx .grafs.three {
      width: 200px;
      height: 200px;
      top: 3%;
      right: 5%;
      z-index: 6;
      transform: rotate(15deg); }

@media screen and (min-width: 720px) {
  #louboutin, #voterfraud {
    margin: 6vw 0 4vw 0; } }
@media screen and (min-width: 1250px) {
  #louboutin, #voterfraud {
    margin: 8vw 0 4vw 0; } }

#louboutin .movie, #y2k .movie {
  padding-top: 178%; }
  #louboutin .movie iframe, #y2k .movie iframe {
    transform: translateY(2px); }

@media screen and (min-width: 720px) {
  #illos {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5 / 13; } }
@media screen and (min-width: 720px) {
  #illos .vertz {
    width: 600px; } }

#businessweekcovers .slider ul li {
  justify-content: space-between; }
  @media screen and (min-width: 1250px) {
    #businessweekcovers .slider ul li {
      width: 600px; } }
@media screen and (min-width: 720px) {
  #businessweekcovers {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
@media screen and (min-width: 1024px) {
  #businessweekcovers {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3 / 13; } }

#hannahs .movie, #distractor .movie {
  padding-top: 77%; }
@media screen and (min-width: 720px) {
  #hannahs, #distractor {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7 / 13; } }

@media screen and (min-width: 720px) {
  #disposable {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7 / 13; } }
#disposable .slider li {
  width: 360px; }
  @media screen and (min-width: 720px) {
    #disposable .slider li {
      width: 600px; } }
  @media screen and (min-width: 1250px) {
    #disposable .slider li {
      width: 800px; } }

@media screen and (min-width: 720px) {
  #distractor .movie {
    padding-top: 99%; } }

@media screen and (min-width: 720px) {
  #meditation {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / 8; } }
#meditation .movie {
  padding-top: 99%; }

@media screen and (min-width: 720px) {
  #howto, #homercatalog {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
#howto ul li, #homercatalog ul li {
  width: 500px; }
  @media screen and (min-width: 720px) {
    #howto ul li, #homercatalog ul li {
      width: 700px; } }
  @media screen and (min-width: 1250px) {
    #howto ul li, #homercatalog ul li {
      width: 800px; } }
  #howto ul li:first-of-type, #homercatalog ul li:first-of-type {
    width: 260px;
    transform: translateY(10px); }
    @media screen and (min-width: 720px) {
      #howto ul li:first-of-type, #homercatalog ul li:first-of-type {
        width: 357px; } }
    @media screen and (min-width: 1250px) {
      #howto ul li:first-of-type, #homercatalog ul li:first-of-type {
        width: 407px;
        transform: translateY(0px); } }

#dreamchairs ul li {
  padding: 0 0 0 0; }

@media screen and (min-width: 720px) {
  #powermove {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
#powermove ul li {
  width: 500px; }
  @media screen and (min-width: 720px) {
    #powermove ul li {
      width: 700px; } }
  @media screen and (min-width: 1250px) {
    #powermove ul li {
      width: 800px; } }

@media screen and (min-width: 720px) {
  #roadtrip {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3 / 7; } }

#y2k .still {
  transform: translateX(-4%); }

/*# sourceMappingURL=styles.css.map */
