/* 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; }

/***** START ******/
html, body {
  max-width: 100%;
  overflow-x: hidden; }

div {
  width: 100vw;
  height: 100vh; }

.stuck {
  position: fixed;
  top: 0; }

#head {
  -webkit-animation: header 2s infinite;
          animation: header 2s infinite;
  background-color: #ecb91d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 480px) {
    #head img {
      display: none; } }
  #head #title {
    width: 1000px; }
  @media screen and (max-width: 480px) {
    #head {
      -webkit-animation: none;
              animation: none;
      background-image: url(images/title.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 100vw;
      height: 100vh; } }

nav {
  font-family: "Gill Sans","Gill Sans MT","Calibri",sans-serif;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #333333;
  z-index: 10000;
  color: white;
  text-transform: uppercase; }
  nav ul li {
    padding: 30px;
    color: white;
    float: right; }
    @media screen and (max-width: 480px) {
      nav ul li {
        padding: 10px; } }
  nav a {
    color: white; }
  nav a:hover {
    color: #ecb91d; }
  @media screen and (max-width: 480px) {
    nav {
      font-size: 20px; } }

a {
  text-decoration: none; }

#one {
  padding-top: 200px;
  -webkit-animation: why 4s infinite;
          animation: why 4s infinite; }
  @media screen and (max-width: 480px) {
    #one {
      -webkit-animation: none;
              animation: none;
      padding: 0;
      width: 100vw;
      height: 100vh; } }
  #one img {
    width: 20%;
    height: 20%; }
    @media screen and (max-width: 480px) {
      #one img {
        display: block;
        margin: auto;
        width: 10%;
        padding-top: 40px; } }
  #one h1 {
    display: inline;
    position: absolute; }
    @media screen and (max-width: 480px) {
      #one h1 {
        position: relative;
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
        font-size: 100%; } }
  #one p {
    padding-top: 150px;
    width: 40% !important;
    display: inline;
    position: absolute; }
    @media screen and (max-width: 480px) {
      #one p {
        position: relative;
        padding: 0 10px 0 10px;
        font-size: 11px;
        display: block;
        width: 70% !important;
        margin: auto; } }

h1 {
  color: #ecb91d;
  font-family: Didot,"Didot LT STD","Hoefler Text","Garamond","Times New Roman",serif;
  font-weight: 800;
  font-size: 60px;
  font-style: italic;
  margin: auto;
  width: 40%;
  padding-bottom: 30px; }

p {
  padding-top: 30px;
  margin: auto;
  width: 40%;
  font-family: "Gill Sans","Gill Sans MT","Calibri",sans-serif;
  font-size: 22px;
  line-height: 1.5; }

#two {
  background-color: #333333;
  color: white; }
  @media screen and (max-width: 480px) {
    #two {
      -webkit-animation: none;
              animation: none;
      padding: 0;
      width: 100vw;
      height: 100vh; } }
  #two img {
    padding-top: 300px;
    margin-right: 100px;
    float: right;
    width: 20%;
    height: 20%; }
    @media (max-width: 1439px) {
      #two img {
        padding-top: 300px; } }
    @media screen and (max-width: 480px) {
      #two img {
        display: block;
        margin: auto;
        padding: 0;
        float: none;
        width: 10%; } }
  #two #binos {
    padding-top: 300px;
    margin-left: 100px;
    float: left;
    display: inline-block; }
    @media (max-width: 1439px) {
      #two #binos {
        padding-top: 300px; } }
    @media screen and (max-width: 480px) {
      #two #binos {
        display: none; } }
  #two h1 {
    padding-top: 220px;
    display: inline;
    position: absolute;
    margin-left: 590px;
    margin-left: 590px; }
    @media (max-width: 1439px) {
      #two h1 {
        margin-left: 500px; } }
  @media screen and (max-width: 1439px) and (max-width: 480px) {
    #two h1 {
      position: relative;
      display: block;
      width: 100%;
      margin: auto;
      text-align: center;
      padding-top: 40px;
      font-size: 100%; } }

  #two p {
    padding-top: 300px;
    display: inline;
    position: absolute; }
    @media screen and (max-width: 480px) {
      #two p {
        position: relative;
        padding: 0 10px 0 10px;
        font-size: 11px;
        display: block;
        width: 70% !important;
        margin: auto; } }

.hideme {
  -webkit-animation: hiding 4s 1;
          animation: hiding 4s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media screen and (max-width: 480px) {
    .hideme {
      display: none;
      -webkit-animation: none;
              animation: none;
      padding: 0; } }

#hiding {
  opacity: 0;
  padding-top: 300px;
  position: relative;
  z-index: 1000;
  float: right;
  width: 10%;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    #hiding {
      -webkit-animation: none;
              animation: none;
      padding: 0;
      display: none; } }
  #hiding img {
    height: 60%;
    position: absolute; }

#hiding:hover {
  -webkit-animation: hoverhiding 4s infinite;
          animation: hoverhiding 4s infinite; }
  @media screen and (max-width: 480px) {
    #hiding:hover {
      -webkit-animation: none;
              animation: none;
      padding: 0; } }

@media screen and (max-width: 480px) {
  #three {
    -webkit-animation: none;
            animation: none;
    padding: 0;
    width: 100vw;
    height: 100vh; } }
#three img {
  padding-top: 300px;
  width: 20%;
  height: 20%;
  display: inline;
  position: absolute; }
  @media screen and (max-width: 480px) {
    #three img {
      position: relative;
      display: block;
      margin: auto;
      padding: 40px 0 0 0;
      width: 10%; } }
#three h1 {
  padding-top: 150px; }
  @media screen and (max-width: 480px) {
    #three h1 {
      position: relative;
      display: block;
      width: 100%;
      margin: auto;
      text-align: center;
      padding: 0;
      font-size: 100%; } }
#three p {
  padding-top: 20px; }
  @media screen and (max-width: 480px) {
    #three p {
      position: relative;
      padding: 20px 10px 0 10px;
      font-size: 11px;
      display: block;
      width: 70% !important;
      margin: auto; } }

#four {
  background-color: #333333;
  color: white; }
  @media screen and (max-width: 480px) {
    #four {
      -webkit-animation: none;
              animation: none;
      padding: 0;
      width: 100vw;
      height: 100vh; } }
  #four img {
    padding-top: 300px;
    width: 20%;
    height: 20%; }
    @media screen and (max-width: 480px) {
      #four img {
        position: relative;
        display: block;
        margin: auto;
        padding: 40px 0 0 0;
        width: 10%; } }
  #four h1 {
    padding-top: 220px;
    display: inline;
    position: absolute; }
    @media screen and (max-width: 480px) {
      #four h1 {
        position: relative;
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 0;
        font-size: 100%; } }
  #four p {
    padding-top: 300px;
    width: 40% !important;
    display: inline;
    position: absolute; }
    @media screen and (max-width: 480px) {
      #four p {
        position: relative;
        padding: 20px 10px 0 10px;
        font-size: 11px;
        display: block;
        width: 70% !important;
        margin: auto; } }

#profiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 480px) {
    #profiles {
      -webkit-animation: none;
              animation: none;
      display: none; } }
  #profiles img {
    padding-top: 60px; }
  #profiles .hand1 {
    -webkit-animation: slideleft 4s 1;
            animation: slideleft 4s 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  #profiles #profile {
    padding-top: 200px;
    width: 50%;
    height: 50%; }

#five {
  background-color: #333333;
  color: white; }
  @media screen and (max-width: 480px) {
    #five {
      width: 100%;
      -webkit-animation: none;
              animation: none;
      padding: 0;
      width: 100vw;
      height: 100vh; } }
  #five img {
    padding-top: 60px;
    float: right;
    width: 20%;
    height: 20%; }
    @media screen and (max-width: 480px) {
      #five img {
        position: relative;
        display: block;
        margin: auto;
        padding: 40px 0 0 0;
        text-align: center;
        width: 100%;
        height: 10%; } }
  #five #bench {
    z-index: 1000;
    width: 600px;
    height: 850px;
    margin-left: 100px;
    float: left;
    display: inline-block; }
    @media screen and (max-width: 480px) {
      #five #bench {
        display: none; } }
  #five h1 {
    padding-top: 60px;
    display: inline;
    position: absolute; }
    @media screen and (max-width: 480px) {
      #five h1 {
        position: relative;
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 0;
        font-size: 100%; } }
  #five p {
    padding-top: 230px;
    display: inline;
    position: absolute; }
    @media screen and (max-width: 480px) {
      #five p {
        position: relative;
        padding: 20px 10px 0 10px;
        font-size: 11px;
        display: block;
        width: 70% !important;
        margin: auto; } }

#six {
  background-color: #ecb91d; }
  #six img {
    padding-top: 200px;
    width: 20%;
    height: 20%;
    position: absolute;
    display: block; }
    @media screen and (max-width: 480px) {
      #six img {
        position: relative;
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 0;
        height: 10%;
        padding-bottom: 40px;
        padding-top: 40px; } }
  #six h1 {
    padding-top: 200px;
    color: #333333; }
    @media screen and (max-width: 480px) {
      #six h1 {
        position: relative;
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 0;
        font-size: 100%; } }
  @media screen and (max-width: 480px) {
    #six p {
      position: relative;
      padding: 20px 10px 0 10px;
      font-size: 11px;
      display: block;
      width: 70% !important;
      margin: auto; } }

@-webkit-keyframes amazing {
  0% {
    background-position: 80% center;
    background-image: url("images/eye_ball.svg");
    background-repeat: no-repeat; }
  25% {
    background-position: 80% center;
    background-image: url("images/eye_ball_blink.svg");
    background-repeat: no-repeat; }
  50% {
    background-position: 80% center;
    background-image: url("images/eye_ball_blink1.svg");
    background-repeat: no-repeat; }
  75% {
    background-position: 80% center;
    background-image: url("images/eye_ball_blink2.svg");
    background-repeat: no-repeat; }
  100% {
    background-position: 80% center;
    background-image: url("images/eye_ball.svg");
    background-repeat: no-repeat; } }

@keyframes amazing {
  0% {
    background-position: 80% center;
    background-image: url("images/eye_ball.svg");
    background-repeat: no-repeat; }
  25% {
    background-position: 80% center;
    background-image: url("images/eye_ball_blink.svg");
    background-repeat: no-repeat; }
  50% {
    background-position: 80% center;
    background-image: url("images/eye_ball_blink1.svg");
    background-repeat: no-repeat; }
  75% {
    background-position: 80% center;
    background-image: url("images/eye_ball_blink2.svg");
    background-repeat: no-repeat; }
  100% {
    background-position: 80% center;
    background-image: url("images/eye_ball.svg");
    background-repeat: no-repeat; } }
#four {
  width: 100%;
  -webkit-animation: amazing 1s infinite;
          animation: amazing 1s infinite; }
  @media screen and (max-width: 480px) {
    #four {
      -webkit-animation: none;
              animation: none;
      padding: 0; } }

#h1 {
  margin-left: -150%; }

@-webkit-keyframes slideleft {
  0% {
    margin-left: -150%; }
  100% {
    margin-left: 0; } }

@keyframes slideleft {
  0% {
    margin-left: -150%; }
  100% {
    margin-left: 0; } }
@-webkit-keyframes hiding {
  0% {
    overflow: hidden;
    margin-right: -50%; }
  100% {
    overflow: hidden;
    margin-right: 0; } }
@keyframes hiding {
  0% {
    overflow: hidden;
    margin-right: -50%; }
  100% {
    overflow: hidden;
    margin-right: 0; } }
@-webkit-keyframes hoverhiding {
  0% {
    overflow: hidden;
    margin-right: 0; }
  100% {
    overflow: hidden;
    margin-right: -50%; } }
@keyframes hoverhiding {
  0% {
    overflow: hidden;
    margin-right: 0; }
  100% {
    overflow: hidden;
    margin-right: -50%; } }
@-webkit-keyframes why {
  0% {
    background-image: url(images/question.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%; }
  40% {
    background-repeat: no-repeat;
    background-image: url(images/question_pink.svg);
    background-position: 90% 50%; }
  60% {
    background-repeat: no-repeat;
    background-image: url(images/question_blue.svg);
    background-position: 90% 50%; }
  100% {
    background-repeat: no-repeat;
    background-image: url(images/question_black.svg);
    background-position: 90% 50%; } }
@keyframes why {
  0% {
    background-image: url(images/question.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%; }
  40% {
    background-repeat: no-repeat;
    background-image: url(images/question_pink.svg);
    background-position: 90% 50%; }
  60% {
    background-repeat: no-repeat;
    background-image: url(images/question_blue.svg);
    background-position: 90% 50%; }
  100% {
    background-repeat: no-repeat;
    background-image: url(images/question_black.svg);
    background-position: 90% 50%; } }
footer {
  padding-top: 20px;
  height: 60px;
  font-family: "Gill Sans","Gill Sans MT","Calibri",sans-serif;
  text-align: center;
  width: 100%;
  background-color: #333333;
  color: white; }
  @media screen and (max-width: 480px) {
    footer {
      font-size: 11px; } }

@-webkit-keyframes header {
  0% {
    background-image: url(images/title.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 57%; }
  49% {
    background-image: url(images/title.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 57%; }
  50% {
    background-image: url(images/title2.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 57%; }
  100% {
    background-image: url(images/title2.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 57%; } }

@keyframes header {
  0% {
    background-image: url(images/title.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 57%; }
  49% {
    background-image: url(images/title.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 57%; }
  50% {
    background-image: url(images/title2.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 57%; }
  100% {
    background-image: url(images/title2.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 57%; } }

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