@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@font-face {
  font-family: "Social";
  src: url(social.otf);
}

html,
body {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

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

@keyframes smoothload {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 30px;
}

p {
  margin: 0;
}

#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.menu {
  width: calc(100% - 100vh);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: black;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#logo {
  height: 3vw;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-animation: logoloop 3s linear infinite;
          animation: logoloop 3s linear infinite;
}

#logo:hover {
  height: 3vw;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-animation: logoloophover 3s linear infinite;
          animation: logoloophover 3s linear infinite;
}

@-webkit-keyframes logoloop {
  0% {
    background-image: url("logo1.svg");
  }
  32% {
    background-image: url("logo1.svg");
  }
  33% {
    background-image: url("logo2.svg");
  }
  65% {
    background-image: url("logo2.svg");
  }
  66% {
    background-image: url("logo3.svg");
  }
  100% {
    background-image: url("logo3.svg");
  }
}

@keyframes logoloop {
  0% {
    background-image: url("logo1.svg");
  }
  32% {
    background-image: url("logo1.svg");
  }
  33% {
    background-image: url("logo2.svg");
  }
  65% {
    background-image: url("logo2.svg");
  }
  66% {
    background-image: url("logo3.svg");
  }
  100% {
    background-image: url("logo3.svg");
  }
}

@-webkit-keyframes logoloophover {
  0% {
    background-image: url("logo1_fill.svg");
  }
  32% {
    background-image: url("logo1_fill.svg");
  }
  33% {
    background-image: url("logo2_fill.svg");
  }
  65% {
    background-image: url("logo2_fill.svg");
  }
  66% {
    background-image: url("logo3_fill.svg");
  }
  100% {
    background-image: url("logo3_fill.svg");
  }
}

@keyframes logoloophover {
  0% {
    background-image: url("logo1_fill.svg");
  }
  32% {
    background-image: url("logo1_fill.svg");
  }
  33% {
    background-image: url("logo2_fill.svg");
  }
  65% {
    background-image: url("logo2_fill.svg");
  }
  66% {
    background-image: url("logo3_fill.svg");
  }
  100% {
    background-image: url("logo3_fill.svg");
  }
}

.menu p {
  font-size: 3vw;
  text-transform: uppercase;
  margin: 0;
  line-height: 110%;
  letter-spacing: 1px;
}

.social,
.social:visited {
  font-family: 'Social';
  color: white;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.social:hover {
  text-decoration: none;
  color: white;
}

.itemlinks,
.itemlinks:visited {
  color: white;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.itemlinks:hover {
  text-decoration: underline;
  color: white;
}

.itemlinks:active {
  text-decoration: underline;
  color: #D23A34;
}

.bottom_text p {
  font-size: 1.5vw;
  line-height: 150%;
}

#scroll {
  width: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: smoothload 1s ease-out;
          animation: smoothload 1s ease-out;
}

.filmfree img {
  height: 1.5vw;
  width: auto;
  margin: 0 0 -4px 0;
  fill: 0;
}

.module {
  width: 100%;
  height: 100vh;
  background-color: #27AAE1;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 30px), auto;
}

.module img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.module p {
  text-transform: uppercase;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(50vh - 15px);
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header img {
  height: 100%;
  width: auto;
}

.home_about {
  width: 100%;
  background-color: #D23A34;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home_about h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 15px;
  text-decoration: underline;
}

.home_about p,
li {
  font-size: 20px;
  margin-bottom: 15px;
  white-space: normal;
}

.home_about a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.home_about section {
  margin-bottom: 40px;
}

.aboutlinks_red,
.aboutlinks_red:visited,
.aboutlinks_blue,
.aboutlinks_blue:visited {
  color: white;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
}

.aboutlinks_red:hover,
.aboutlinks_blue:hover {
  text-decoration: underline;
  color: white;
}

.aboutlinks_red:active {
  text-decoration: underline;
  color: #27AAE1;
}

.aboutlinks_blue:active {
  text-decoration: underline;
  color: #D23A34;
}

#home_video {
  background: transparent url("thumbnail.jpg") no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

.image_about {
  width: 100%;
  height: auto;
}

.wraper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.home_buttons {
  width: 50%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #D23A34;
  font-size: 30px;
  text-decoration: underline;
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  background-color: black;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  line-height: 130%;
}

#menu_mobile {
  display: none;
}

.sponsor {
  width: 100%;
  background-color: #27AAE1;
  min-height: 100vh;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sponsor h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 15px;
  text-decoration: underline;
}

.sponsor p,
li {
  font-size: 20px;
  margin-bottom: 15px;
  white-space: normal;
}

.sponsor a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.sponsor section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sponsor img {
  height: 40px;
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.sponsor div p {
  margin: 15px 0px 15px 0px;
  font-size: 15px;
}

.team {
  width: 100%;
  background-color: #27AAE1;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 15px;
  text-decoration: underline;
}

.team h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0px;
}

.team p {
  font-size: 20px;
  margin-bottom: 15px;
  white-space: normal;
}

.team a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.team section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.team section p {
  font-size: 15px;
  margin-bottom: 15px;
  white-space: normal;
}

.team img {
  height: 40px;
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.team div p {
  margin: 15px 0px 15px 0px;
  font-size: 15px;
}

.store_module {
  width: 100%;
  height: 100vh;
  background-color: white;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/tote.jpg");
}

@-webkit-keyframes store_products {
  0% {
    background-image: url("img/tote.jpg");
  }
  10% {
    background-image: url("img/tote.jpg");
  }
  20% {
    background-image: url("img/scoopcover.png");
  }
  50% {
    background-image: url("img/scoopcover.png");
  }
  60% {
    background-image: url("img/tote.jpg");
  }
  90% {
    background-image: url("img/tote.jpg");
  }
  100% {
    background-image: url("img/tote.jpg");
  }
}

@keyframes store_products {
  0% {
    background-image: url("img/tote.jpg");
  }
  10% {
    background-image: url("img/tote.jpg");
  }
  20% {
    background-image: url("img/scoopcover.png");
  }
  50% {
    background-image: url("img/scoopcover.png");
  }
  60% {
    background-image: url("img/tote.jpg");
  }
  90% {
    background-image: url("img/tote.jpg");
  }
  100% {
    background-image: url("img/tote.jpg");
  }
}

.store_module p {
  color: black;
  font-size: 20px;
  white-space: normal;
}

.prog {
  width: 100%;
  background-color: #D23A34;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.prog h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 15px;
  text-decoration: underline;
}

.prog p,
li {
  font-size: 20px;
  margin-bottom: 15px;
  white-space: normal;
}

.prog a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.prog_evento {
  font-weight: bold;
  text-transform: uppercase;
}

.winner,
.honnor_winner {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.winner {
  background-color: #D23A34;
}

.honnor_winner {
  background-color: #27AAE1;
}

.winner h2,
.honnor_winner h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 15px;
}

.winner p,
li,
.honnor_winner p,
li {
  font-size: 20px;
  margin-bottom: 15px;
  white-space: normal;
}

.winner a:hover,
.honnor_winner a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.winner hr,
.honnor_winner hr, .prog hr {
  border-style: solid;
  border-width: 1.6px;
  margin: 30px 0 30px 0;
}

.winner_title {
  width: 100%;
  background-color: #D23A34;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.winner_title h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
}

.juri_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.juri_container:last-child {
  margin-bottom: 0;
}

.juri_container p {
  margin: 0;
}

.juri {
  width: 120px;
  height: auto;
  margin-right: 15px;
}

.blue {
  background-color: #27AAE1;
}

.half {
  min-height: 50vh;
}

/* media query*/
@media screen and (max-width: 600px) {
  #menu_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: black;
    width: 100%;
    position: fixed;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menu_mobile a {
    width: 100%;
  }
  .open_mobile {
    height: 100vh;
  }
  .open_mobile p {
    text-transform: uppercase;
    font-size: 30px;
  }
  #logo {
    height: 60px;
    width: 100%;
    margin: 15px 0 15px 0;
  }
  #logo:hover {
    height: 60px;
  }
  .hamburger {
    backgrounad-color: yellow;
  }
  .hamburger img {
    height: 30px;
    width: auto;
    margin: 0;
  }
  .hidden {
    display: none;
  }
  h1 {
    font-size: 35px;
  }
  .menu {
    display: none;
  }
  .bottom_text p {
    font-size: 20px;
    line-height: 150%;
  }
  .social {
    font-size: 30px;
  }
  .filmfree img {
    height: 30px;
    margin: 0 0 -5px 0;
  }
  #scroll {
    display: block;
    width: 100vw;
  }
  #container {
    top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    position: absolute;
    z-index: -1;
  }
  .module {
    width: 100vw;
    height: 100vw;
    display: block;
    font-size: 35px;
    background-color: #27AAE1;
  }
  .module img {
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .module div p {
    font-size: 25px;
  }
  #header {
    height: calc(50vw - 15px);
  }
  #header img {
    height: 100%;
    width: auto;
  }
  .home_about {
    width: 100%;
    background-color: #D23A34;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home_about p,
  li {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .home_about h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  #footer {
    display: block;
    font-size: 10px;
  }
  .team {
    display: block;
  }
  .team h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .team h3 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .team p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .team section p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .team div p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .prog {
    width: 100%;
  }
  .prog h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .prog p,
  li {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .prog_evento_details {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .winner h2,
  .honnor_winner h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .winner p,
  li,
  .honnor_winner p,
  li {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .winner_title h1 {
    font-size: 35px;
  }
  .winner hr,
  .honnor_winner hr {
    border-width: 0.9px;
  }
  .sponsor {
    display: block;
  }
  .sponsor section div {
    display: block;
  }
  .sponsor p,
  li {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .sponsor div p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .store_module {
    height: calc(100vh - 60px);
    background-color: white;
    background-size: cover;
  }
  .store_module p {
    font-size: 15px;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */