/* fonts */
@font-face {
  font-family: 'bodonixtregular';
  src: url("../fonts/BodoniXT-webfont.eot");
  src: url("../fonts/BodoniXT-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniXT-webfont.woff2") format("woff2"), url("../fonts/BodoniXT-webfont.woff") format("woff"), url("../fonts/BodoniXT-webfont.ttf") format("truetype"), url("../fonts/BodoniXT-webfont.svg#bodonixtregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* variables */
/* style */
* {
  box-sizing: border-box;
}

body {
  background: black;
}

#container {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 375px) {
  #container {
    width: 135%;
  }
}

.clearfix {
  clear: both;
}

#matty {
  min-height: 100vh;
}
#matty iframe {
  width: 100%;
  height: 100vh;
}

video {
  min-width: 100%;
}
@media screen and (max-width: 700px) {
  video {
    max-width: 100vw;
  }
}

#content {
  width: 100%;
  height: 100%;
  margin: 5% auto;
  color: white;
  font-family: "bodonixtregular";
  font-size: 12px;
}
#content #info1 {
  float: left;
}
#content #info2 {
  float: left;
}
#content #info1, #content #info2 {
  width: 70%;
  height: 100%;
  margin: 3% 20%;
}
@media screen and (max-width: 950px) {
  #content #info1, #content #info2 {
    margin: 2% 10%;
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  #content #info1, #content #info2 {
    margin: 1% 10%;
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  #content #info1, #content #info2 {
    margin: 1%;
    width: 98%;
  }
}
#content #info1 p, #content #info2 p {
  width: 100%;
  line-height: 1.1;
}
#content #info1 svg, #content #info2 svg {
  width: 20%;
  float: left;
}
#content #info1 svg polyline, #content #info2 svg polyline {
  display: none;
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  -webkit-animation: dash 13s linear forwards;
          animation: dash 13s linear forwards;
}
#content #info1 #text1, #content #info2 #text1 {
  width: 350px;
  height: 350px;
  float: left;
  padding: 3% 2%;
}
@media screen and (max-width: 950px) {
  #content #info1 #text1, #content #info2 #text1 {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  #content #info1 #text1, #content #info2 #text1 {
    width: 100%;
    padding: 3%;
    background: url(../images/matt.png) center center no-repeat;
    float: none;
  }
}
@media screen and (max-width: 450px) {
  #content #info1 #text1, #content #info2 #text1 {
    padding: 10%;
  }
}
#content #info1 #text2, #content #info2 #text2 {
  width: 350px;
  height: 350px;
  float: left;
  padding: 3% 2%;
}
@media screen and (max-width: 700px) {
  #content #info1 #text2, #content #info2 #text2 {
    background: url(../images/george.png) center center no-repeat;
    padding: 10%;
    width: 100%;
    float: none;
  }
}
#content #info1 #mattyimg, #content #info2 #mattyimg {
  background: url(../images/matty.gif) center;
  width: 350px;
  height: 350px;
  float: left;
}
@media screen and (max-width: 700px) {
  #content #info1 #mattyimg, #content #info2 #mattyimg {
    display: none;
  }
}
#content #info1 #georgeimg, #content #info2 #georgeimg {
  background: url(../images/george.gif) center;
  width: 350px;
  height: 350px;
  float: left;
}
@media screen and (max-width: 700px) {
  #content #info1 #georgeimg, #content #info2 #georgeimg {
    display: none;
  }
}

#pullquote {
  width: 100%;
  height: 100vh;
  background: url(../images/pullquote.jpg) center center;
  background-size: cover;
}
#pullquote h1 {
  text-align: center;
  padding: 20%;
  font-size: 50px;
}

.question {
  width: 80%;
  margin: auto;
  min-height: 100vh;
  padding: 2% 10%;
  clear: both;
}
@media screen and (max-width: 700px) {
  .question {
    width: 95%;
  }
}
.question .number {
  font-size: 300px;
  -webkit-animation: neontext 2s ease forwards;
          animation: neontext 2s ease forwards;
  float: left;
  width: 50%;
  text-align: center;
  margin: auto;
  margin-left: -10%;
}
@media screen and (max-width: 700px) {
  .question .number {
    display: none;
  }
}
.question .flip-container {
  -webkit-perspective: 1000;
          perspective: 1000;
  float: left;
}
.question .flip-container:hover .flipper, .question .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.question .flip-container, .question .front, .question .back {
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .question .flip-container, .question .front, .question .back {
    width: 100%;
    height: 70vh;
  }
}
.question .flipper {
  -webkit-transition: 1s;
          transition: 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  height: 65vh;
  width: 70%;
  border: white solid 8px;
  -webkit-animation: neon 5s forwards;
          animation: neon 5s forwards;
  margin-left: 4%;
}
@media screen and (max-width: 950px) {
  .question .flipper {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
}
.question .front, .question .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15%;
}
.question .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  font-size: 22px;
}
.question .front h1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.question .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  font-size: 14px;
}
.question .back p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#band {
  max-width: 100%;
  float: left;
  margin: 3% 0;
  margin-top: -10%;
  cursor: pointer;
}
#band ul {
  width: 100%;
  float: left;
}
#band ul li {
  float: left;
  width: 20%;
  margin: 0 2.5%;
}
#band ul li img {
  width: 100%;
  float: left;
}

@media screen and (max-width: 700px) {
  .flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.fullimg {
  width: 100%;
  height: 100vh;
  margin: 1% 0 10% 0;
}
.fullimg img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .fullimg {
    height: 300px;
    width: 100%;
  }
}

#smoke1 {
  background: url(../images/smokeback1.png) center;
}
#smoke1 h1 {
  text-align: center;
  padding: 20%;
  font-size: 50px;
}
@media screen and (max-width: 700px) {
  #smoke1 h1 {
    padding: 10%;
    font-size: 20px;
    padding-top: 26%;
  }
}

#smoke2 {
  background: url(../images/smokeback2.png) center center;
}
#smoke2 h1 {
  text-align: center;
  padding: 20%;
  font-size: 50px;
}
@media screen and (max-width: 700px) {
  #smoke2 h1 {
    padding: 10%;
    font-size: 20px;
    padding-top: 26%;
  }
}

/* animations */
@-webkit-keyframes neon {
  from {
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #e4e4e4, 0 0 70px #e4e4e4;
  }
  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #e4e4e4, 0 0 35px #e4e4e4;
  }
}
@keyframes neon {
  from {
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #e4e4e4, 0 0 70px #e4e4e4;
  }
  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #e4e4e4, 0 0 35px #e4e4e4;
  }
}
@-webkit-keyframes neontext {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #e4e4e4, 0 0 70px #e4e4e4;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #e4e4e4, 0 0 35px #e4e4e4;
  }
}
@keyframes neontext {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #e4e4e4, 0 0 70px #e4e4e4;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #e4e4e4, 0 0 35px #e4e4e4;
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
