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;
  font-family: NeutraL;
  box-sizing: border-box;
  max-width: 1500px;
  width: 100%;
  margin: auto;
  overflow-x: hidden;
}

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

@font-face {
  font-family: NeutraB;
  src: url(fonts/NeutraText-DemiSCAlt.ttf);
}
@font-face {
  font-family: NeutraL;
  src: url(fonts/NeutraText-LightSCAlt.ttf);
}
p {
  font-family: "proxima-nova",sans-serif;
}

h1 {
  font-size: 80px;
  color: #b9d738;
  z-index: 10;
}

h2 {
  color: #d7d7d7;
  font-size: 25px;
  font-family: NeutraB;
  text-align: center;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

nav {
  width: 100%;
  margin: 0 auto 40px auto;
  background-color: #b9d738;
  padding: 10px 0 10px 0;
  z-index: 20;
  position: fixed;
}
nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
nav ul li {
  cursor: pointer;
  text-transform: uppercase;
}

#home {
  width: 90%;
  margin: auto;
  padding: 50px 0 0 0;
}
#home #image {
  margin: -30px auto 0 auto;
  z-index: -1;
  display: block;
}
#home #image img {
  max-width: 100%;
  display: block;
  margin: auto;
}
#home .spacing {
  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;
  margin: auto;
  width: 100%;
}
#home .spacing h1 {
  font-family: NeutraB;
  -webkit-animation: fadeOut 7s;
          animation: fadeOut 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.spacing2 {
  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;
  width: 100%;
  margin: -30px auto 0 auto;
}
.spacing2 h1 {
  -webkit-animation: fadeOut 7s;
          animation: fadeOut 7s;
  font-family: NeutraB;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

h2 {
  width: 100%;
  margin: auto;
}

p {
  font-size: 14px;
  color: #b9d738;
  width: 90%;
  text-align: right;
  margin: auto;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.name {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.name .tribeName {
  visibility: hidden;
  margin: 80px auto 80px auto;
  width: 100%;
  text-align: center;
  font-size: 80px;
  -webkit-animation: fadeIn 7s;
          animation: fadeIn 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#journey {
  width: 90%;
  margin: 0 auto 30px auto;
  visibility: hidden;
}
#journey img {
  max-width: 100%;
  display: block;
  margin: auto;
  z-index: -1;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#slideshow, #slideshow2 {
  width: 90%;
  margin: auto;
}
#slideshow img, #slideshow2 img {
  max-width: 100%;
  display: block;
  margin: auto;
}

#tribes, #critics {
  width: 100%;
  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;
}
#tribes .left, #critics .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 45%;
}
#tribes .left img, #critics .left img {
  padding: 10px;
  width: 45%;
  height: 45%;
}
#tribes .right, #critics .right {
  margin: auto;
  width: 45%;
}
#tribes .right .leftalign, #critics .right .leftalign {
  text-align: left;
}
#tribes .right h3, #critics .right h3 {
  color: #d7d7d7;
  font-size: 24px;
  text-align: right;
  padding: 0 0 10px 0;
}
#tribes .right h4, #tribes .right h5, #tribes .right h6, #tribes .right h1, #critics .right h4, #critics .right h5, #critics .right h6, #critics .right h1 {
  color: #b9d738;
  font-size: 20px;
  text-align: left;
  font-family: NeutraL;
  text-justify: inter-word;
  padding: 10px 15px 10px 20px;
}
#tribes .right h5, #tribes .right h6, #tribes .right h1, #critics .right h5, #critics .right h6, #critics .right h1 {
  display: none;
}

#article p {
  color: black;
  text-align: left;
  text-justify: left;
}
#article #section1, #article #section3 {
  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;
}
#article #section1 .leftA, #article #section3 .leftA {
  width: 30%;
  text-align: justify;
  text-justify: inter-word;
  padding: 0 0 0 60px;
}
#article #section1 .leftA p, #article #section3 .leftA p {
  font-size: 18px;
}
#article #section1 .rightP, #article #section3 .rightP {
  width: 60%;
}
#article #section1 .rightP img, #article #section3 .rightP img {
  width: 85%;
}
#article #section2 {
  padding: 40px 0 40px 0;
  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;
}
#article #section2 .rightA {
  width: 30%;
  text-align: left;
  text-justify: inter-word;
  padding: 0 100px 0 0;
}
#article #section2 .rightA p {
  font-size: 18px;
}
#article #section2 .leftP {
  width: 60%;
  margin: auto 0 auto 60px;
}
#article #section2 .leftP img {
  margin: auto;
  width: 90%;
}

#slideshow .carousel-cell, #slideshow2 .carousel-cell {
  width: 100%;
  /* full width */
  margin-right: 10px;
}

@media screen and (max-width: 1080px) {
  #article #section1, #article #section3 {
    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;
  }
  #article #section1 .leftA, #article #section3 .leftA {
    width: 50%;
  }
  #article #section1 .leftA p, #article #section3 .leftA p {
    font-size: 16px;
  }
  #article #section1 .rightP, #article #section3 .rightP {
    width: 40%;
  }
  #article #section2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #article #section2 .rightA {
    width: 90%;
    margin: 20px 0 0 60px;
  }
  #article #section2 .rightA p {
    font-size: 16px;
    margin: auto;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  #article #section2 .leftP {
    width: 80%;
    margin: auto;
  }
  #article #section2 .leftP img {
    margin: auto;
    width: 100%;
  }

  #tribes, #critics {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #tribes .left, #critics .left {
    width: 50%;
    margin: auto;
  }
  #tribes .left img, #critics .left img {
    padding: 10px;
    width: 45%;
    height: 45%;
  }
}
@media screen and (max-width: 950px) {
  #article #section1, #article #section3 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #article #section1 .leftA, #article #section3 .leftA {
    width: 89%;
  }
  #article #section1 .leftA p, #article #section3 .leftA p {
    font-size: 16px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin: 20px auto 0 auto;
  }
  #article #section1 .rightP, #article #section3 .rightP {
    width: 90%;
    margin: auto;
  }
  #article #section1 .rightP img, #article #section3 .rightP img {
    width: 100%;
  }
  #article #section2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #article #section2 .rightA {
    width: 89%;
  }
  #article #section2 .rightA p {
    font-size: 16px;
    margin: auto;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  #article #section2 .leftP {
    width: 90%;
    margin: auto;
  }
  #article #section2 .leftP img {
    margin: auto;
    width: 100%;
  }

  #tribes, #critics {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #tribes .left, #critics .left {
    width: 80%;
    margin: auto;
  }
  #tribes .left img, #critics .left img {
    padding: 10px;
    width: 35%;
    height: 35%;
  }
  #tribes .right, #critics .right {
    margin: auto;
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  #article #section1, #article #section3 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #article #section1 .leftA, #article #section3 .leftA {
    width: 100%;
    margin: 0;
  }
  #article #section1 .leftA p, #article #section3 .leftA p {
    font-size: 16px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin: 20px 0 0 -35px;
  }
  #article #section1 .rightP, #article #section3 .rightP {
    width: 90%;
    margin: auto;
  }
  #article #section1 .rightP img, #article #section3 .rightP img {
    width: 100%;
  }
  #article #section2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #article #section2 .rightA {
    width: 100%;
  }
  #article #section2 .rightA p {
    font-size: 16px;
    margin: auto;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin: 20px 0 0 -35px;
  }
  #article #section2 .leftP {
    width: 90%;
    margin: auto;
  }
  #article #section2 .leftP img {
    margin: auto;
    width: 100%;
  }

  #tribes, #critics {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #tribes .left, #critics .left {
    width: 100%;
    margin: auto;
  }
  #tribes .left img, #critics .left img {
    padding: 10px;
    width: 40%;
    height: 40%;
  }
  #tribes .right, #critics .right {
    margin: auto;
    width: 80%;
  }
  #tribes .right h4, #tribes .right h5, #tribes .right h6, #tribes .right h1, #critics .right h4, #critics .right h5, #critics .right h6, #critics .right h1 {
    font-size: 16px;
  }

  .name .tribeName {
    font-size: 40px;
    margin: 40px auto 40px auto;
  }
}

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