/* 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;
  font-family: helvetica, arial;
  background-color: #71C5B0; }

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; }

nav {
  /*position: fixed;*/
  background-color: white;
  font-family: 'Oswald', sans-serif;
  color: #6EBB9D;
  font-weight: 700;
  font-style: bold;
  font-size: 20pt;
  /*top: 0;*/
  width: 100%;
  padding: 2%;
  box-sizing: border-box;
  margin-top: 10vh; }

nav ul {
  display: flex;
  justify-content: space-around; }
  @media screen and (max-width: 1000px) {
    nav ul {
      display: block;
      padding: 1%;
      text-align: center; } }

.stuck {
  position: fixed;
  top: 0; }

div {
  width: 100vw;
  height: 100vh;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (max-width: 1000px) {
    div {
      padding-bottom: 40vh;
      width: 100vw;
      height: 150vh; } }

p {
  text-align: left;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  font-style: Light;
  font-size: 16pt;
  line-height: 1.5em; }

/*   @media screen and (max-width:$tablet){}    */
/* end of reset*/
.envy2 {
  height: 25vh;
  padding-top: 10vh; }
  @media screen and (max-width: 1000px) {
    .envy2 {
      margin-top: 0vh;
      margin-bottom: 0vh;
      height: 5vh; } }

h1 {
  font-family: 'Oswald', sans-serif;
  padding-top: 20px;
  font-weight: 700;
  font-style: bold;
  font-size: 30pt;
  color: white; }

h2 {
  font-family: 'Oswald', sans-serif;
  padding: 40px;
  font-size: 18pt;
  color: white; }

h3 {
  font-family: 'Oswald', sans-serif;
  padding: 40px;
  font-size: 50pt;
  color: white; }

#intro {
  margin-bottom: 50vh;
  display: inline-block;
  padding-bottom: 10vh; }
  @media screen and (max-width: 1000px) {
    #intro {
      margin-bottom: 100vh;
      display: inline-block;
      padding-bottom: 10vh; } }
  #intro p {
    width: 50vw;
    margin: 0px auto;
    padding-top: 10vh; }
  #intro #pic1 {
    margin-top: 5vh;
    background: url(image/open.gif) no-repeat center fixed;
    background-size: contain; }
    @media screen and (max-width: 1000px) {
      #intro #pic1 {
        background: url(image/open.gif) no-repeat center fixed;
        background-size: contain;
        margin-top: 0; } }

#dj {
  display: flex;
  justify-content: center;
  align-content: center; }
  @media screen and (max-width: 1000px) {
    #dj {
      display: inline-block; } }
  #dj #words p {
    animation: shake 0.5s ease-in-out 3;
    width: 50%;
    padding-right: 10vw;
    padding-top: 20vh; }
    @media screen and (max-width: 1000px) {
      #dj #words p {
        padding-right: 0vw;
        padding-top: 10vh;
        padding-bottom: 20vh;
        margin: 0px auto; } }
  #dj #pic1 {
    background: url(image/djt.gif) no-repeat left fixed;
    background-size: contain; }
    @media screen and (max-width: 1000px) {
      #dj #pic1 {
        background: url(image/djt.gif) no-repeat center fixed;
        background-size: contain; } }

#tablo {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row-reverse; }
  @media screen and (max-width: 1000px) {
    #tablo {
      display: inline-block; } }
  #tablo #words p {
    width: 50%;
    padding-left: 10vw; }
    @media screen and (max-width: 1000px) {
      #tablo #words p {
        padding-left: 0vw;
        padding-top: 10vh;
        margin: 0px auto; } }
  #tablo #pic2 {
    background: url(image/tablo.gif) no-repeat right fixed;
    background-size: contain; }
    @media screen and (max-width: 1000px) {
      #tablo #pic2 {
        background: url(image/tablo.gif) no-repeat center fixed;
        background-size: contain; } }

#ben {
  display: flex; }
  @media screen and (max-width: 1000px) {
    #ben {
      display: inline-block; } }
  #ben #words p {
    width: 50%;
    padding-right: 10vw;
    padding-top: 20vh; }
    @media screen and (max-width: 1000px) {
      #ben #words p {
        padding-right: 0vw;
        padding-top: 10vh;
        padding-bottom: 20vh;
        margin: 0px auto; } }
  #ben #pic1 {
    background: url(image/benzino.gif) no-repeat left fixed;
    background-size: contain; }
    @media screen and (max-width: 1000px) {
      #ben #pic1 {
        background: url(image/benzino.gif) no-repeat center fixed;
        background-size: contain; } }

#verbal {
  display: flex;
  flex-direction: row-reverse; }
  @media screen and (max-width: 1000px) {
    #verbal {
      display: inline-block; } }
  #verbal #words p {
    width: 50%;
    padding-left: 10vw; }
    @media screen and (max-width: 1000px) {
      #verbal #words p {
        padding-left: 0vw;
        padding-top: 10vh;
        margin: 0px auto; } }
  #verbal #pic1 {
    background: url(image/verbal.gif) no-repeat right fixed;
    background-size: contain; }
    @media screen and (max-width: 1000px) {
      #verbal #pic1 {
        background: url(image/verbal.gif) no-repeat center fixed;
        background-size: contain; } }

#mirtha {
  display: flex; }
  @media screen and (max-width: 1000px) {
    #mirtha {
      display: inline-block; } }
  #mirtha #words p {
    width: 50%;
    padding-right: 10vw;
    padding-top: 20vh; }
    @media screen and (max-width: 1000px) {
      #mirtha #words p {
        padding-right: 0vw;
        padding-top: 10vh;
        padding-bottom: 20vh;
        margin: 0px auto; } }
  #mirtha #pic1 {
    background: url(image/mirtha.gif) no-repeat left fixed;
    background-size: contain; }
    @media screen and (max-width: 1000px) {
      #mirtha #pic1 {
        background: url(image/mirtha.gif) no-repeat center fixed;
        background-size: contain; } }

#mino {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-content: center; }
  @media screen and (max-width: 1000px) {
    #mino {
      display: inline-block; } }
  #mino #words p {
    width: 50%;
    padding-left: 10vw;
    padding-top: 10vh; }
    @media screen and (max-width: 1000px) {
      #mino #words p {
        padding-left: 0vw;
        padding-top: 10vh;
        margin: 0px auto; } }
  #mino #pic1 {
    background: url(image/mino.gif) no-repeat right fixed;
    background-size: contain; }
    @media screen and (max-width: 1000px) {
      #mino #pic1 {
        background: url(image/mino.gif) no-repeat center fixed;
        background-size: contain; } }

#bobby {
  display: flex; }
  @media screen and (max-width: 1000px) {
    #bobby {
      display: inline-block; } }
  #bobby #words p {
    width: 50%;
    padding-right: 10vw;
    padding-top: 20vh; }
    @media screen and (max-width: 1000px) {
      #bobby #words p {
        padding-right: 0vw;
        padding-top: 10vh;
        padding-bottom: 20vh;
        margin: auto; } }
  #bobby #pic1 {
    background: url(image/bobby.gif) no-repeat left fixed;
    background-size: contain; }
    @media screen and (max-width: 1000px) {
      #bobby #pic1 {
        background: url(image/bobby.gif) no-repeat center fixed;
        background-size: contain; } }

#bi {
  display: flex;
  flex-direction: row-reverse; }
  @media screen and (max-width: 1000px) {
    #bi {
      display: inline-block; } }
  #bi #words {
    -webkit-animation-name: rotateIn;
    animation: rotateIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
    #bi #words p {
      width: 50%;
      padding-left: 10vw;
      padding-top: 10vh; }
      @media screen and (max-width: 1000px) {
        #bi #words p {
          padding-left: 0vw;
          padding-top: 10vh;
          margin: auto; } }
  #bi #pic1 {
    background: url(image/bi.gif) no-repeat right fixed;
    background-size: contain; }
    @media screen and (max-width: 1000px) {
      #bi #pic1 {
        background: url(image/bi.gif) no-repeat center fixed;
        background-size: contain; } }

@keyframes shake {
  0% {
    transform: translateX(0); }
  20% {
    transform: translateX(-10px); }
  40% {
    transform: translateX(10px); }
  60% {
    transform: translateX(-10px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */
