.mw0 {
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw1 {
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw2 {
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw3 {
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw4 {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw5 {
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw6 {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw7 {
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw8 {
  -webkit-font-smoothing: antialiased;
  font-weight: 800;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw9 {
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

a {
  color: #fff;
}

body {
  background: #0000cc;
  color: #fff;
  text-align: center;
  font-family: "Fixture", sans-serif;
  font-size: 75%;
  margin: 0;
}

#container {
  font-size: 1.5em;
}

header {
  width: 100%;
  height: 0;
  overflow: visible;
  position: absolute;
  font-size: 1em;
  z-index: 5000;
  box-sizing: border-box;
}

header img#giffest_logo {
  float: left;
  height: 60px;
  position: relative;
  left: 1.5em;
  top: 1em;
  z-index: 5001;
}

@media screen and (max-width: 600px) {
  header img#giffest_logo {
    left: .5em;
  }
}

header img#noise_logo {
  float: right;
  height: 90px;
  position: relative;
  right: 1.5em;
  top: .2em;
  z-index: 5001;
}

@media screen and (max-width: 600px) {
  header img#noise_logo {
    right: .5em;
  }
}

nav#site_nav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 100%, 0) rotateZ(-20deg);
  z-index: 4999;
  width: 50%;
  min-width: 300px;
  height: 100%;
  background: #0000cc;
  transition: transform ease-out .3s;
  box-sizing: border-box;
  padding: 120px 0 0 0;
}

nav#site_nav.open {
  left: 0;
  transform: translate3d(0, 0, 0) rotateZ(0);
}

nav#site_nav.open + #site_nav_overlay {
  left: 0;
  opacity: 1;
}

nav#site_nav ul {
  font-size: 6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav#site_nav ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

nav#site_nav ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 6rem;
}

#site_nav_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 4998;
  left: -120%;
  opacity: 0;
  transition: opacity ease-in-out .2s;
}

section#cover_fold {
  height: 100vh;
  width: 100%;
  background: url(/images/gf19-key-visual.jpg);
  background-size: contain;
  background-position: center;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  section#cover_fold {
    background-size: cover;
  }
}

section#cover_fold div.videos {
  width: 300%;
  height: 100%;
  position: relative;
  left: -100%;
  text-align: center;
  font-size: 0;
}

section#cover_fold div.videos video {
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 4997;
}

@media screen and (max-width: 600px) {
  section#cover_fold div.videos video {
    width: 100%;
  }
  section#cover_fold div.videos video#video1, section#cover_fold div.videos video#video2 {
    display: none;
  }
}

section#cover_fold img {
  position: absolute;
  z-index: 4999;
  width: 12%;
  min-width: 150px;
}

@media screen and (max-width: 600px) {
  section#cover_fold img {
    width: 15%;
    min-width: 70px;
  }
}

section#cover_fold img#text_1 {
  top: 18vh;
  left: 28%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  section#cover_fold img#text_1 {
    top: 12vh;
    left: 15%;
  }
}

section#cover_fold img#text_2 {
  top: 18vh;
  left: 72%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  section#cover_fold img#text_2 {
    top: 12vh;
    left: 85%;
  }
}

section#cover_fold img#text_3 {
  top: 75vh;
  left: 28%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  section#cover_fold img#text_3 {
    left: 15%;
  }
}

section#cover_fold img#text_4 {
  top: 75vh;
  left: 72%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  section#cover_fold img#text_4 {
    left: 85%;
  }
}

section#welcome_text {
  font-size: 3rem;
  box-sizing: border-box;
  width: 100%;
  padding: 2em 1em 1.3em 1em;
  background: #ff6600 center no-repeat;
  background-size: cover;
  font-family: "Fixture", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  section#welcome_text {
    padding: 1.3em .5em 1em .5em;
  }
}

section#welcome_text p {
  font-size: 2.5rem;
  font-weight: 500;
  padding: 1em 2em 0 2em;
  line-height: 1.3em;
}

@media screen and (max-width: 1000px) {
  section#welcome_text p {
    font-size: 2.2rem;
    padding: 1em 1em 0 1em;
  }
}

@media screen and (max-width: 900px) {
  section#welcome_text p {
    font-size: 2rem;
    padding: 1em 1em 0 1em;
  }
}

@media screen and (max-width: 800px) {
  section#welcome_text p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 650px) {
  section#welcome_text p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 550px) {
  section#welcome_text p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 550px) {
  section#welcome_text p {
    font-size: 1.03rem;
    line-height: 1.7;
  }
}

section#welcome_text p.mousewave {
  font-family: "FixtureUltra", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11rem;
  margin: 0;
  line-height: 9rem;
  height: 9rem;
  padding: 0;
}

@media screen and (max-width: 800px) {
  section#welcome_text p.mousewave {
    font-size: 8.5rem;
    line-height: 7.5rem;
    height: 7.5rem;
  }
}

@media screen and (max-width: 650px) {
  section#welcome_text p.mousewave {
    font-size: 6.5rem;
    line-height: 5.5rem;
    height: 5.5rem;
  }
}

@media screen and (max-width: 550px) {
  section#welcome_text p.mousewave {
    font-size: 6.0rem;
    line-height: 4.8rem;
    height: 4.8rem;
  }
}

@media screen and (max-width: 480px) {
  section#welcome_text p.mousewave {
    font-size: 4.0rem;
    line-height: 3.2rem;
    height: 3.2rem;
  }
}

section#instagram {
  line-height: 0;
  overflow: hidden;
}

section#instagram div#instagram_gifs div {
  width: 33.33333%;
  float: left;
}

@media screen and (max-width: 600px) {
  section#instagram div#instagram_gifs div {
    width: 50%;
  }
}

section#instagram div#instagram_text {
  background: #f00;
  background: linear-gradient(130deg, rgba(255, 0, 0, 0.6) 0%, rgba(0, 204, 255, 0.7) 100%);
  width: 100%;
  position: absolute;
  overflow: hidden;
  line-height: normal;
}

section#instagram div#instagram_text > div {
  position: relative;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

section#instagram div#instagram_text > div p {
  font-size: 2.2em;
  font-weight: 500;
  margin: 0 0 1em 0;
}

@media screen and (max-width: 1000px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 900px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 800px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 650px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 550px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 480px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.1em;
  }
}

section#instagram div#instagram_text > div div.two_big_buttons {
  width: 100%;
}

section#instagram div#instagram_text > div div.two_big_buttons div {
  width: 49%;
  display: inline-block;
  margin: 0;
  font-size: 2em;
}

@media screen and (max-width: 1000px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 900px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 800px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 650px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 550px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 480px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: 1.1em;
  }
}

section#instagram div#instagram_text > div div.two_big_buttons div img {
  width: 50%;
  max-width: 300px;
  display: inline-block;
  transform: rotateZ(-135deg) scale(0.8);
  transition: transform cubic-bezier(0.87, 1.94, 0.61, 1) 0.3s;
  margin: 1em 0;
}

@media screen and (max-width: 1000px) {
  section#instagram div#instagram_text > div div.two_big_buttons div img {
    width: 40%;
  }
}

@media screen and (max-width: 900px) {
  section#instagram div#instagram_text > div div.two_big_buttons div img {
    width: 35%;
  }
}

@media screen and (max-width: 480px) {
  section#instagram div#instagram_text > div div.two_big_buttons div img {
    width: 40%;
  }
}

section#instagram div#instagram_text > div div.two_big_buttons div img.open {
  transform: rotateZ(0) scale(1);
}

section#instagram div#instagram_text > div div.two_big_buttons div a {
  color: #fff;
  text-decoration: none;
  font-family: "Fixture", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (max-width: 650px) {
  section#instagram div#instagram_text > div div.two_big_buttons div a {
    font-weight: 900;
  }
}

@media screen and (max-width: 550px) {
  section#instagram div#instagram_text > div div.two_big_buttons div a {
    font-weight: 700;
  }
}

@media screen and (max-width: 480px) {
  section#instagram div#instagram_text > div div.two_big_buttons div a {
    font-weight: 600;
  }
}

section#instagram div#instagram_text > div div.two_big_buttons div a:hover img, section#instagram div#instagram_text > div div.two_big_buttons div a:active img {
  transform: scale(1.1);
}

section#instagram div#instagram_text > div div.two_big_buttons div:nth-child(2) img {
  transition-delay: .3s;
}

section#instagram div#instagram_text > div div.two_big_buttons div:nth-child(2) img.open {
  transition-delay: 0;
}

section#mailing_list {
  padding: 80px 0;
  text-align: center;
  background: #4b0294;
}

section#mailing_list img {
  width: 30%;
  max-width: 200px;
  display: inline-block;
}

section#mailing_list h2 {
  margin: .5em 0;
  text-transform: uppercase;
  font-size: 2em;
  line-height: .95;
  font-weight: 900;
  font-family: "Fixture", sans-serif;
}

section#mailing_list input[type="email"] {
  display: block;
  background: #4b0294;
  border: 2px solid #fff;
  border-radius: 0;
  width: 98%;
  height: 2em;
  box-sizing: border-box;
  margin: 30px 1% 0 1%;
  font-size: 3em;
  text-align: center;
  font-family: "Fixture", sans-serif;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: .5em 0;
  cursor: pointer;
  transition: all ease .3s;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  section#mailing_list input[type="email"] {
    font-size: 1.7em;
  }
}

section#mailing_list input[type="email"]:focus {
  color: #4b0294;
  border: 2px solid #4b0294;
  background: #fff;
  outline: none;
  font-size: 5em;
}

@media screen and (max-width: 600px) {
  section#mailing_list input[type="email"]:focus {
    font-size: 3em;
  }
}

section#mailing_list input[type="email"]:focus::placeholder {
  color: #ccc;
}

section#mailing_list input[type="email"]::placeholder {
  color: #fff;
}

section#mailing_list input[type="email"].error {
  border: 2px solid #f00;
}

section#mailing_list input[type="email"].success {
  border: 0;
  height: 0;
  padding: 0;
}

section#mailing_list div.error_message {
  font-size: 2.2em;
  font-weight: 500;
  color: #f00;
  max-height: 0;
  overflow: hidden;
  transition: height ease .3s;
}

section#mailing_list div.error_message.open {
  height: auto;
  max-height: 100em;
}

section#mailing_list div.success_message {
  font-size: 2.2em;
  font-weight: 500;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: height ease .3s;
  box-sizing: border-box;
  padding: 0 2em;
}

section#mailing_list div.success_message.open {
  height: auto;
  max-height: 100em;
}

@media screen and (max-width: 600px) {
  section#mailing_list div.error_message, section#mailing_list div.success {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 400px) {
  section#mailing_list div.error_message, section#mailing_list div.success {
    font-size: .9em;
  }
}

section#mailing_list input[type="submit"] {
  border: 2px solid #fff;
  border-radius: 0 !important;
  color: #fff;
  background: transparent;
  font-size: 2em;
  font-weight: 700;
  font-family: "Fixture", sans-serif;
  cursor: pointer;
  transition: all ease .3s;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  padding: 5px 15px;
  height: 2em;
}

section#mailing_list input[type="submit"].success {
  border: 0;
  height: 0;
  padding: 0;
}

section#mailing_list input[type="submit"]:focus {
  border-radius: 0;
}

section#mailing_list input[type="submit"]:hover {
  background: #fff;
  color: #4b0294;
}

@media screen and (max-width: 1000px) {
  section#mailing_list h2,
  section#mailing_list input[type="submit"],
  section#mailing_list div.error_message,
  section#mailing_list div.success_message {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 900px) {
  section#mailing_list h2,
  section#mailing_list input[type="submit"],
  section#mailing_list div.error_message,
  section#mailing_list div.success_message {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 800px) {
  section#mailing_list h2,
  section#mailing_list input[type="submit"],
  section#mailing_list div.error_message,
  section#mailing_list div.success_message {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 600px) {
  section#mailing_list h2,
  section#mailing_list input[type="submit"],
  section#mailing_list div.error_message,
  section#mailing_list div.success_message {
    font-size: 1.3em;
  }
}

section#brief {
  background-color: #ff0066;
  color: #fff;
  padding: 50px 25px;
  box-sizing: border-box;
  transition: background-color ease .4s;
}

section#brief.open {
  background-color: #60f;
}

section#brief p {
  font-size: 2em;
  margin: .5em 0;
}

@media screen and (max-width: 1000px) {
  section#brief p {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 900px) {
  section#brief p {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 800px) {
  section#brief p {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 600px) {
  section#brief p {
    font-size: 1.3em;
  }
}

section#brief p a {
  text-transform: uppercase;
  font-family: "Fixture", sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

section#brief p a img {
  width: 50%;
  max-width: 200px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  section#brief p a img {
    max-width: 160px;
  }
}

@media screen and (max-width: 900px) {
  section#brief p a img {
    max-width: 140px;
  }
}

@media screen and (max-width: 800px) {
  section#brief p a img {
    max-width: 130px;
  }
}

@media screen and (max-width: 600px) {
  section#brief p a img {
    max-width: 100px;
  }
}

section#footer_links {
  box-sizing: border-box;
  padding: 50px 25px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  section#footer_links {
    padding: 25px 15px;
  }
}

section#footer_links div:nth-child(1), section#footer_links div:nth-child(2) {
  width: 20%;
  float: left;
  text-align: left;
  font-size: 1.2em;
}

@media screen and (max-width: 500px) {
  section#footer_links div:nth-child(1), section#footer_links div:nth-child(2) {
    width: 25%;
  }
}

section#footer_links div:nth-child(1) a, section#footer_links div:nth-child(2) a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.0em;
}

@media screen and (max-width: 800px) {
  section#footer_links div:nth-child(1) a, section#footer_links div:nth-child(2) a {
    font-size: .9em;
  }
}

@media screen and (max-width: 600px) {
  section#footer_links div:nth-child(1) a, section#footer_links div:nth-child(2) a {
    font-size: .7em;
    font-weight: 300;
  }
}

@media screen and (max-width: 500px) {
  section#footer_links div:nth-child(1) a, section#footer_links div:nth-child(2) a {
    font-size: .6em;
    line-height: 1.8;
  }
}

section#footer_links div:nth-child(3) {
  margin-left: 20%;
  width: 39.5%;
  float: left;
  text-align: right;
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  section#footer_links div:nth-child(3) {
    margin-left: 10%;
  }
}

section#footer_links div:nth-child(3) img {
  width: 40%;
  max-width: 140px;
  margin-right: 9%;
  margin-top: .5em;
  vertical-align: top;
}

section#footer_links div:nth-child(3) img + img {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  section#footer_links div:nth-child(3) img {
    max-width: 80px;
  }
}

br.clear {
  clear: both;
}

@media screen and (max-width: 700px) {
  header img#giffest_logo {
    height: 50px;
  }
  header img#noise_logo {
    height: 80px;
  }
  nav#site_nav {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  header img#giffest_logo {
    height: 45px;
  }
  header img#noise_logo {
    height: 70px;
  }
  nav#site_nav {
    width: 70%;
  }
  div.header_backing {
    height: 80px;
  }
}

@media screen and (max-width: 400px) {
  header img#giffest_logo {
    height: 45px;
  }
  header img#noise_logo {
    height: 60px;
  }
  nav#site_nav {
    width: 80%;
  }
}

@media screen and (max-width: 350px) {
  header {
    padding: 0 .5em;
  }
  header img#giffest_logo {
    width: 65%;
    height: auto;
  }
  header img#noise_logo {
    width: 20%;
    height: auto;
    top: 5px;
  }
  nav#site_nav {
    width: 100%;
  }
}

div.heading_magic {
  font-size: 5em;
  line-height: 1em;
}

span[data-gif] {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.6);
  text-decoration-style: dotted;
  font-weight: 700;
}

div.gifpop {
  width: 200px;
  height: 160px;
  transform-origin: center top;
  transform: scale(0) translateX(0);
  overflow: hidden;
  position: absolute;
  transition: transform ease .2s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4000;
}

div.gifpop.open {
  transform: scale(1) translateX(0);
}
