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

@font-face {
  font-family: 'brandon_grotesqueblack';
  src: url("fonts/brandon_blk-webfont.eot");
  src: url("fonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_blk-webfont.woff2") format("woff2"), url("fonts/brandon_blk-webfont.woff") format("woff"), url("fonts/brandon_blk-webfont.ttf") format("truetype"), url("fonts/brandon_blk-webfont.svg#brandon_grotesqueblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url("fonts/brandon_med-webfont.eot");
  src: url("fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_med-webfont.woff2") format("woff2"), url("fonts/brandon_med-webfont.woff") format("woff"), url("fonts/brandon_med-webfont.ttf") format("truetype"), url("fonts/brandon_med-webfont.svg#brandon_grotesquemedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesquebold';
  src: url("fonts/brandon_bld-webfont.eot");
  src: url("fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_bld-webfont.woff2") format("woff2"), url("fonts/brandon_bld-webfont.woff") format("woff"), url("fonts/brandon_bld-webfont.ttf") format("truetype"), url("fonts/brandon_bld-webfont.svg#brandon_grotesquebold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.animated {
  visibility: visible !important;
}

#top {
  background: url(images/face.png) center left no-repeat;
  background-size: contain;
  height: 80vh;
  width: 60vw;
  float: left;
}
@media screen and (max-width: 1230px) {
  #top {
    width: 52vw;
  }
}
@media screen and (max-width: 1024px) {
  #top {
    width: 48vw;
    height: 50vh;
  }
}
@media screen and (min-width: 881px) and (max-width: 946px) {
  #top {
    height: 50vh;
    width: 44vw;
  }
}
@media screen and (max-width: 880px) {
  #top {
    height: 40vh;
    width: 100vw;
  }
}

#title {
  background: url(images/iris-title.gif) center right no-repeat;
  height: 176px;
  width: 492px;
  float: left;
  margin-top: 575px;
}
@media screen and (max-width: 1230px) {
  #title {
    margin-top: 575px;
  }
}
@media screen and (max-width: 1024px) {
  #title {
    margin-top: 425px;
  }
}
@media screen and (min-width: 881px) and (max-width: 946px) {
  #title {
    margin-top: 360px;
  }
}
@media screen and (max-width: 880px) {
  #title {
    margin-top: 0px;
    width: 100%;
    background-size: contain;
  }
}

#intro {
  background: black;
  height: 215px;
  margin-top: 140px;
  width: 100vw;
  color: white;
  font-family: "brandon_grotesqueblack";
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 533px) {
  #intro {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  #intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#designer, #styleIcon, #inspiration {
  width: 172px;
  padding: 20px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0.0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-align: center;
}

.words {
  -webkit-animation: opacity 1s ease-in;
          animation: opacity 1s ease-in;
}

.words1 {
  -webkit-animation: opacity 1s ease-in;
          animation: opacity 1s ease-in;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.words2 {
  -webkit-animation: opacity 1s ease-in;
          animation: opacity 1s ease-in;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.vidFade {
  visibility: visible !important;
  -webkit-animation: opacity 0.5s ease-in;
          animation: opacity 0.5s ease-in;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 0.0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
#vid {
  visibility: hidden;
}

#video iframe {
  width: 100vw;
  height: 99vh;
}
@media screen and (max-width: 1024px) {
  #video iframe {
    height: 80vh;
  }
}
@media screen and (max-width: 728px) {
  #video iframe {
    height: 70vh;
  }
}
@media screen and (max-width: 533px) {
  #video iframe {
    height: 40vh;
  }
}

.slideInLeft {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

.slideInRight {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.swing {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.fadeInRight {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#articleA {
  visibility: hidden;
  float: left;
  width: 45%;
  padding-left: 4%;
  padding-top: 60px;
}
#articleA h1 {
  font-family: "brandon_grotesquebold";
  padding-top: 3%;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 36px;
}
#articleA #beginning {
  line-height: 25px;
  font-family: "brandon_grotesqueblack";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 1020px) {
  #articleA {
    width: 90%;
    padding: 5%;
    float: none;
  }
}
@media screen and (max-width: 400px) {
  #articleA {
    width: 90%;
    padding: 5%;
    float: none;
  }
}

#image1 #iris1 {
  background: url(images/iris-cheetah.png) no-repeat;
  height: 70vh;
  margin-left: 35%;
}
@media screen and (max-width: 1020px) {
  #image1 #iris1 {
    background: url(images/iris-pink.jpg) no-repeat;
    background-size: cover;
    margin-left: 0px;
  }
}
@media screen and (max-width: 500px) {
  #image1 #iris1 {
    background-size: contain;
    height: 40vh;
    width: 100%;
    margin: 0px;
  }
}
@media screen and (max-width: 380px) {
  #image1 #iris1 {
    height: 70vh;
  }
}

#triangles {
  visibility: hidden;
  height: 210px;
  background: url(images/triangles.png);
  clear: both;
}
@media screen and (max-width: 1060px) {
  #triangles {
    margin-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  #triangles {
    margin-top: 75px;
  }
}
@media screen and (max-width: 700px) {
  #triangles {
    margin-top: 65px;
  }
}

#image2 {
  float: left;
  padding-top: 60px;
  width: 45%;
}
@media screen and (max-width: 400px) {
  #image2 {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  #image2 img {
    width: 100%;
  }
}

#articleB {
  visibility: hidden;
  float: left;
  width: 45%;
  padding-left: 4%;
  padding-right: 3%;
  padding-top: 60px;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  #articleB {
    width: 35%;
    margin-left: 10%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #articleB {
    width: 90%;
    margin-left: 2%;
    margin-bottom: 50px;
  }
}
#articleB h1 {
  font-family: "brandon_grotesquebold";
  padding-top: 3%;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 36px;
}
@media screen and (max-width: 500px) {
  #articleB h1 {
    padding-top: 0px;
    float: none;
  }
}
#articleB #b {
  line-height: 25px;
  font-family: "brandon_grotesqueblack";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  #articleB #b {
    padding-top: 0px;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  #articleB {
    width: 90%;
    float: none;
    padding-top: 0px;
  }
}

#green {
  background: #cbdb16;
  margin-top: 500px;
  width: 100%;
  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: 1230px) {
  #green {
    margin-top: 550px;
  }
}
@media screen and (max-width: 1024px) {
  #green {
    margin-top: 770px;
  }
}
@media screen and (max-width: 500px) {
  #green {
    margin-top: 50px;
  }
}
#green #number1 {
  padding-right: 15px;
  padding-top: 40px;
}
@media screen and (max-width: 500px) {
  #green #number1 {
    width: 8%;
  }
}
@media screen and (max-width: 500px) {
  #green #number1 img {
    width: 100%;
  }
}
#green #articleC {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #green #articleC {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  #green #articleC {
    width: 70%;
  }
}
#green #articleC h1 {
  padding-top: 3%;
  font-family: "brandon_grotesquebold";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
}
#green #articleC p {
  line-height: 25px;
  font-family: "brandon_grotesqueblack";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

#pink {
  background: #e32a69;
  margin-top: 50px;
  width: 100%;
  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: 500px) {
  #pink {
    margin-top: 50px;
  }
}
#pink #number2 {
  padding-top: 40px;
  padding-right: 15px;
}
@media screen and (max-width: 500px) {
  #pink #number2 {
    width: 8%;
  }
}
@media screen and (min-width: 501px) {
  #pink #number2 img {
    height: 160px;
  }
}
@media screen and (max-width: 500px) {
  #pink #number2 img {
    width: 100%;
  }
}
#pink #articleD {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #pink #articleD {
    width: 70%;
  }
}
#pink #articleD h1 {
  padding-top: 3%;
  font-family: "brandon_grotesquebold";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
}
#pink #articleD p {
  line-height: 25px;
  font-family: "brandon_grotesqueblack";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  #pink #articleD p {
    width: 100%;
  }
}

#teal {
  background: #85f0dd;
  margin-top: 50px;
  width: 100%;
  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: 500px) {
  #teal {
    margin-top: 50px;
  }
}
#teal #number3 {
  padding-top: 40px;
  padding-right: 15px;
}
@media screen and (max-width: 500px) {
  #teal #number3 {
    width: 8%;
  }
}
@media screen and (max-width: 500px) {
  #teal #number3 img {
    width: 120%;
  }
}
#teal #articleE {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #teal #articleE {
    width: 70%;
  }
}
#teal #articleE h1 {
  padding-top: 3%;
  font-family: "brandon_grotesquebold";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
}
#teal #articleE p {
  line-height: 25px;
  font-family: "brandon_grotesqueblack";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

#green2 {
  background: #cbdb16;
  margin-top: 50px;
  width: 100%;
  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: 500px) {
  #green2 {
    margin-top: 50px;
  }
}
#green2 #number4 {
  padding-top: 40px;
  padding-right: 15px;
}
@media screen and (max-width: 500px) {
  #green2 #number4 {
    width: 8%;
  }
}
@media screen and (max-width: 500px) {
  #green2 #number4 img {
    width: 140%;
  }
}
#green2 #articleF {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #green2 #articleF {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  #green2 #articleF {
    margin-left: 3%;
  }
}
#green2 #articleF h1 {
  padding-top: 3%;
  font-family: "brandon_grotesquebold";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
}
#green2 #articleF p {
  line-height: 25px;
  font-family: "brandon_grotesqueblack";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  #green2 #articleF p {
    width: 100%;
  }
}

#pink2 {
  background: #e32a69;
  margin-top: 50px;
  width: 100%;
  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: 1230px) {
  #pink2 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #pink2 {
    margin-top: 50px;
  }
}
#pink2 #number5 {
  padding-top: 40px;
  padding-right: 15px;
}
@media screen and (max-width: 500px) {
  #pink2 #number5 {
    width: 8%;
  }
}
@media screen and (max-width: 500px) {
  #pink2 #number5 img {
    width: 140%;
  }
}
#pink2 #articleG {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #pink2 #articleG {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  #pink2 #articleG {
    margin-left: 3%;
  }
}
#pink2 #articleG h1 {
  padding-top: 3%;
  font-family: "brandon_grotesquebold";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
}
#pink2 #articleG p {
  line-height: 25px;
  font-family: "brandon_grotesqueblack";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  #pink2 #articleG p {
    width: 100%;
  }
}

#irisFinal {
  background: url(images/iris-final.jpg) center center no-repeat fixed;
  background-size: cover;
  height: 100vh;
}
#irisFinal p {
  font-family: "brandon_grotesquemedium";
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 800px;
  padding-left: 50px;
  width: 50%;
}
@media screen and (max-width: 600px) {
  #irisFinal p {
    padding-top: 100px;
    font-size: 12px;
    padding-left: 12px;
    width: 35%;
  }
}
@media screen and (max-width: 600px) {
  #irisFinal {
    background: url(images/iris-final-mobile.jpg) center center no-repeat;
    height: 20vh;
    background-size: cover;
  }
}

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