/* Layout
   ========================================================================== */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -outline: solid 1px rgba(255, 73, 255, 0.1);
}

html {
  font: 100%/1.4 "Dosis", sans-serif;
  -font-weight: 400;
  -letter-spacing: 1.1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%;
}

@media (min-width: 40rem) {
  html {
    font-size: 100%;
  }
}

body {
  background-color: #f6f8fa;
  color: #284151;
  height: 100%;
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  width: 58rem;
  max-width: 100%;
  -overflow: hidden;
}

/* Header
   ========================================================================== */

header {
  min-width: 900px;
  position: relative;
  background-color: #090a13;
  background-size: cover;
  background-position: top;
}

.fullscreen {
  height: auto !important;
  height: auto 100%;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

.mobile_download {
  display: none;
}

@media (orientation: portrait) {
  .fullscreen {
    height: 750px;
    min-height: 750px;
  }
}

@media (max-height: 750px) {
  .fullscreen {
    min-height: 750px;
  }
}

.center {
  text-align: center;
}

@media (max-width: 40rem) {
  .navigation {
    display: none;
  }
  .scroll {
    display: none;
  }
  .intro {
    display: none;
  }
  .videocontainer {
    display: none;
  }
  .fullscreen {
    min-height: 180px;
    background-position: right bottom;
    background-size: cover;
    -display: none;
  }
  header {
    display: none;
  }
  .whaleshark {
    display: none;
  }
  .mobile_download {
    display: block;
  }
  .section_light {
    overflow-x: hidden;
  }
  .hidemobile {
    display: none;
  }
  .container {
    padding: 0px 20px;
    width: 100%;
  }
}

.navigation {
  z-index: 1000;
  -top: 5px;
  -right: 20px;
  position: absolute;
  z-index: 1000;
  padding-left: 25px;
  padding-right: 15px;
  -line-height: normal;
  line-height: 16px;
  vertical-align: top;
  text-align: right;
  font-weight: 600;
}

.logo {
  position: absolute;
  right: -200px;
  top: -10px;
  pointer-events: all;
}

.centernav {
  top: none;
  left: none;
  xmargin-left: -50px;
  position: relative;
  margin: 0 auto;
  margin-left: -30px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
}

li {
  display: inline-block;
  padding: 0px 15px;
  vertical-align: top;
}

.intro {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
}

/* Section
   ========================================================================== */

section {
  -border-top: 1px solid #eee;
  padding: 2rem 0;
}

section:first-of-type {
  border-top: none;
}

@media (min-width: 40rem) {
  section {
    padding: 4rem 0;
    min-width: 900px;
  }
}

/* Mobile First Grid
   ========================================================================== */

.columnclean {
  float: left;
}
.column {
  margin-bottom: 1.5rem;
}

@media (min-width: 40rem) {
  .column {
    float: left;
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column.full {
    width: 100%;
  }
  .column.two-thirds {
    width: 66.7%;
  }
  .column.half {
    width: 50%;
  }
  .column.half-center {
    width: 70%;
    margin: 0 auto;
    float: none;
  }
  .column.third {
    width: 33.3%;
  }
  .column.fourth {
    width: 25%;
  }
  .column.flow-opposite {
    float: right;
  }
}

/* Typography
   ========================================================================== */

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  margin: 0;
}

h2 {
  font-weight: 200;
}

h1 {
  font-size: 2rem;
  line-height: 1.3em;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
  margin-top: 1rem;
}

@media (min-width: 40rem) {
  h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

p {
  -color: #284151;
  margin: 0 auto;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

p svg {
  color: #00b9f9;
  margin-right: 0.5rem;
}

span {
  margin: 0;
  padding: 0;
}

b {
  font-weight: 400;
}

.yellow {
  color: #ffd900;
}

.white {
  color: #f6f8fa;
}

.gradient {
  color: #00b9f9;
  color: color(display-p3 0 0.73 1);
  background: -webkit-linear-gradient(left top, #0079c5, #00b9f9);
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(
    left top,
    color(display-p3 0 0.43 0.77),
    color(display-p3 0 0.73 1)
  );
  background-clip: text;
  -webkit-background-clip: text;
  --webkit-animation: hue 1s infinite;
}

.button_gradient {
  display: inline;
  background: linear-gradient(to bottom right, #0079c5, #00b9f9);
  background: linear-gradient(
    to bottom right,
    color(display-p3 0 0.43 0.77),
    color(display-p3 0 0.73 1)
  );
  border-radius: 25px;
  margin: 0px 6px;
  padding: 1px 1px;
  box-shadow: 0px 10px 25px rgba(0, 141, 240, 0.3);
  overflow: hidden;
}

.button_kickstarter {
  border-radius: 25px;
  margin: 20px auto;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 12px;
  color: white;
  display: block;
}

@-webkit-keyframes hue {
  0%,
  100% {
    -webkit-filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(-60deg);
  }
}

.smallcaps {
  font-variant: small-caps;
  font-size: 80%;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: lowercase;
  line-height: 1em;
  margin-bottom: 10px;
}

.copysmall {
  font-size: 80%;
}

.copylarge {
  font-size: 120%;
}

.copyhuge {
  font-size: 150%;
}

.copyhero {
  font-size: 250%;
}

.copybold {
  font-weight: 600;
}

.copythin {
  font-weight: 200;
}

.copywashed {
  opacity: 0.4;
}

.copynav {
  font-size: 110%;
  font-weight: 400;
  letter-spacing: 2px;
}

.copynavsub {
  -top: -0px;
  font-size: 70%;
  font-weight: 400;
  letter-spacing: 0.1;
  opacity: 0.8;
}

.copynav a {
  -text-shadow: 0px 0px 15px #000045;
  -color: #d4e7f3;
}

.copyfill {
  color: white;
  background-color: #284151;
  border-radius: 10px;
  padding: 3px 10px;
  outline: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  display: table-cell;
  -vertical-align: middle;
}

.copyfillinsta {
  background-image: url(/images/index_instagram_back.jpg);
  background-size: cover;
  background-position: bottom left;
  position: relative;
  top: -3px;
}

.copybutton {
  color: #02b3ff;
  background-color: #dee8ec;
  padding: 4px 14px;
}

.vspace10 {
  margin-top: 5px;
}

.vspace20 {
  margin-top: 20px;
}

.vspace30 {
  margin-top: 30px;
}

.vspace50 {
  margin-top: 50px;
}

.vspace60 {
  margin-top: 70px;
}

.vspace100 {
  margin-top: 100px;
}

.vspace140 {
  margin-top: 140px;
}

.vspace200 {
  margin-top: 200px;
}

.vspace600 {
  margin-top: 760px;
}

.hspace20 {
  margin-bottom: 20px;
}

.hspace5 {
  margin-left: 5px;
  margin-right: 5px;
}

.hspace3 {
  margin-left: 3px;
  margin-right: 3px;
}

.vspace5 {
  margin-top: 2px;
  margin-bottom: 5px;
}

.manual {
  border-radius: 10px;
}

.contentCentered {
  text-align: center;
}

.contentCentered:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.contentCentered > * {
  display: inline-block;
  vertical-align: middle;
}

.error {
  color: rgba(255, 0, 0, 0.6);
}

/* Lists
   ========================================================================== */

ul {
  -margin: 0;
  -text-align: left;
}

@media (min-width: 40rem) {
  ul {
    display: inline-block;
  }
}

/* Links
   ========================================================================== */

a {
  color: #497bae;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Buttons
   ========================================================================== */

button,
select {
  -webkit-appearance: none;
  background-color: #02b3fa;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 0px;
  font-family: "Open sans", "helvetica neue", "sans serif";
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 300 !important;
  letter-spacing: 6px;
  color: #fff;
  padding: 15px;
  margin-top: 10px;
}

button:disabled {
  opacity: 0.5;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  background-color: #fff;
  color: #497bae;
  border-radius: 4px;
  border: 0px;
  width: 100%;
  padding: 10px 20px;
  font-family: "Open sans", "helvetica neue", "sans serif";
  font-size: 18px !important;
  margin-bottom: 10px;
}

input[type="checkbox"] {
}

/* Elements
   ========================================================================== */

.uppercase {
  text-transform: uppercase;
}

hr {
  border: 0;
  -border-top: 1px solid #ddd;
  margin: 2rem auto;
  width: 3rem;
}

@media (min-width: 40rem) {
  hr {
    margin: 2.5rem auto;
  }
}

hr.small {
  margin: 1.5rem auto;
}

.circle {
  border: 3px solid #555;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #555;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  height: 3.2rem;
  line-height: 1.7em;
  margin: 0 auto 1rem auto;
  text-align: center;
  width: 3.2rem;
}

.rwd {
  margin: 0 auto 1.5rem auto;
  max-width: 440px;
}

video_old {
  -webkit-mask-image: url(/images/index_logo.png);
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}

.videocontainer {
  position: absolute;
  height: 100%;
  min-height: 915px;
  width: 100%;
  min-width: 900px;
  overflow: hidden;
  pointer-events: none;
  z-index: -10;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

  min-width: 100%;
  min-height: 100%;

  z-index: -100;

  background-size: cover;

  opacity: 0.5;
  transition: 1s opacity;
}

.whaleshark {
  padding: 0px !important;
}

.supersonic {
  padding: 0px !important;
  margin: 0px;
}

.bubble {
  position: relative;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 5px 25px rgba(9, 20, 37, 0.1);
  width: auto;
  height: auto;
}

.bubble p {
  padding-bottom: 15px;
}

.bubble_overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, #fff);
}

.article {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 240px;
  color: #284151;
  font-family: "Lato";
  font-weight: 300;
}

.head {
  border-radius: 100px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 5px 25px rgba(9, 20, 37, 0.1);
  background-size: cover;
}

.shadow {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("/images/index_shadow.png");
  background-size: 100% 10px;
  min-height: 10px;
  width: auto;
  background-color: none;
}

.phone {
  background-image: url(/images/iphone_5c_blue.png);
  background-repeat: no-repeat;
  background-size: 197px 408px;
  width: 197px;
  height: 408px;
  padding-top: 60px;
  padding-left: 7px;
}

.phonewhite {
  background-image: url(/images/index_screen_timeline_hammerhead.jpg);
  transform: scale(1.1, 1.1) rotate(12deg);
  background-repeat: no-repeat;
  background-size: 188px 406px;
  display: inline-block;
  min-height: 406px;
  min-width: 188px;
  margin-left: 100px;
  margin-top: 50px;
  -overflow: hidden;
  -background-position: 101px 26px;
  -margin-left: 50px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 10px 45px rgba(12, 64, 141, 0.2);
}

.phonehero {
  -background-image: url(/images/index_screen_front.jpg);
  -transform: scale(1, 1) rotate(0deg);
  -margin-left: 40px;
  float: right;
  -transition: scale 1s;
  margin-bottom: -50px;
  margin-top: 150px;
  margin-right: -80px;
  -width: 344px;
  -height: 524px;
  z-index: 900;
}

.introcopy {
  -position: absolute;
  margin-right: -200px;
  height: 400px;
  width: 400px;
  -max-width: 360px;
  margin-left: -20px;
  margin-top: 80px;
  -top: 50px;
  padding: 0px;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: all;
}

.introS1 {
  -position: absolute;
  height: 900px;
  width: 900px;
  -max-width: 360px;
  margin-left: -20px;
  -margin-top: 80px;
  -top: 50px;
  padding: 0px;
  overflow: hidden;
  pointer-events: all;
}

.cardwhite {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 0px 5px 25px rgba(9, 20, 37, 0.1);
  width: auto;
  height: 120px;
  margin-bottom: 40px;
  margin-top: 20px;
  background-size: cover;
}

.card_citizenscience {
  background-image: url("/images/index_hero_citizenscience.jpg");
}
.card_fabiencousteau {
  background-image: url("/images/index_hero_fabiencousteau.jpg");
}
.card_diveoftheweek {
  background-image: url("/images/index_hero_diveoftheweek.jpg");
  box-shadow: 0px 5px 25px rgba(12, 64, 141, 0.2);
}

.card_buy {
  background-image: url("/images/index_S1_hero_buy.jpg");
}
.card_support {
  background-image: url("/images/index_S1_hero_support.jpg");
}
.card_learnmore {
  background-image: url("/images/index_S1_hero_learnmore.jpg");
  box-shadow: 0px 5px 25px rgba(231, 141, 5, 0.2);
}

.card_meetfabien {
  -background-image: url("/images/index_hero_meetfabiencousteau.jpg");
  height: auto;
  padding-top: 1px;
  margin-top: 0px;
  color: #284151;
  background-color: F6F8FA;
  box-shadow: 0px 0px 45px rgba(9, 20, 37, 0.8);
  opacity: 0.9;
  --webkit-filter: blur(5px);
  -filter: blur(5px);
  -overflow: hidden;
}

.rating {
  float: left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
  float: right;
  width: 40px;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
  text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating:not(:checked) > label:before {
  content: "★ ";
}

.rating > input:checked ~ label {
  color: #f70;
  text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #b57340,
    0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #ea0;
  text-shadow: 1px 1px goldenrod, 2px 2px #b57340,
    0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.rating_labels {
  clear: both;
}

/* Sections
   ========================================================================== */

.section_blue {
  position: relative;
  left: 0;
  right: -50px;
  top: 0;
  bottom: 0;
  border-top: none;
  color: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

@media (orientation: portrait) {
  .section_blue img {
    width: 100%;
  }
}

@media (max-width: 40rem) {
  .section_blue img {
    width: 70%;
    height: auto;
  }
  .mobile {
    transform: scale(0.8, 0.8);
  }
  .shrink img {
    width: 100%;
    height: auto;
  }
}

.shrink img {
  display: block;
}

.plankton {
  background-image: url(/images/index_plankton_layer.png);
  background-size: cover;
  position: absolute;
  left: 0;
  right: -50px;
  top: 0;
  bottom: 0;
  z-index: -1;

  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-backface-visibility: hidden;
}

.water {
  background-image: url(/images/index_plankton_layer_back.jpg);
  background-size: cover;
  position: absolute;
  left: 0;
  right: -50px;
  top: 0;
  bottom: 0;
  z-index: -2;

  -webkit-animation-name: MOVE-BG2;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes MOVE-BG {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes MOVE-BG2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-20px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

.section_grey {
  border-top: none;
  background-size: cover;
  background-position: center center;
}

.section_glass {
  border-top: none;
  background-color: #f0f0f3;
  background-image: url(/images/index_glass_back.jpg);
  background-size: cover;
  background-position: center center;
}

.section_light {
  border-top: none;
  background-color: #fff;
  background: linear-gradient(#ffffff, #f6f8fa);
  background-size: cover;
  background-position: center center;
}

.section_citizenscience {
  border-top: none;
  background-color: #f6f8fa;
  background-image: url(/images/index_back_citizenscience.jpg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.section_whaleshark {
  border-top: none;
  background-color: #fff;
  background-image: url(/images/index_back_hammerhead.jpg);
  background-size: auto 900px;
  background-position: top center;
  background-repeat: no-repeat;
}

.section_yellow {
  border-top: none;
  background-color: #497bad;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(1, rgba(255, 206, 0, 0)),
      color-stop(0, rgba(255, 206, 0, 0.8))
    ),
    url(/images/index_yellow_back.jpg);
  background-size: cover;
  color: #ff9d00;
}

.section_bag {
  border-top: none;
  background-color: #fff;
  background-image: url(/images/index_bag.jpg);
  background-size: 1000px 464px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 464px;
}

@media (max-width: 40rem) {
  .section_bag {
    height: 200px;
    background-size: contain;
  }
}

.section_white {
  border-top: none;
  background-color: #fff;
}

.section_dark {
  border-top: none;
  background-color: #040b3d;
  background-image: url(/images/index_diveoftheweek2018.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
}

.section_S1 {
  border-top: none;
  background-color: #040b3d;
  background-image: url(/images/index_oceans_S1_hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  color: #fff;
}
.section_S1_mobile {
  background-image: url(/images/index_oceans_S1_mobile.jpg);
  background-position: center center;
}

.section_fabien {
  border-top: none;
  background-color: #040b3d;
  background-image: url(/images/index_meetfabien.jpg);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.example p {
  color: rgba(2, 179, 250, 1);
}
.example img {
  margin: 0;
}

.fragmentation {
  background-image: url(/images/fragmentation.png);
  background-size: cover;
  min-height: 250px;
}

@media (min-width: 40rem) {
  .fragmentation {
    min-height: 500px;
  }
}

.mobile-first .column {
  float: none;
  margin-bottom: 1rem;
}

.grid {
  text-align: center;
}

.grid span {
  background: rgba(225, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.grid .container {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  padding: 1rem 1rem 0 1rem;
}

@media (min-width: 40rem) {
  .grid .container {
    padding: 1rem 0 0 0;
  }
}

.grid .column {
  margin-bottom: 1rem;
}

.row-example .container {
  border: 2px dashed rgba(255, 255, 255, 0.2);
  padding: 1rem;
}

.row-example .row {
  background: rgba(225, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
}

.row-example .row:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 40rem) {
  .row-example .row {
    padding: 1rem 0 0 0;
  }
}

.gutters {
  border: 2px dashed #eee;
  margin-bottom: 2rem;
  max-width: 39rem;
  padding: 1rem 1rem 0 1rem;
}

.gutters .column {
  background: #fb917e;
  margin-bottom: 1rem;
}

.gutters span {
  background: #f8f8f8;
  color: #999;
  display: block;
  padding: 1rem 0;
}

/* Box Model
   ========================================================================== */

.box-model h1 {
  margin-bottom: 3rem;
}

/* Animate.css by Daniel Eden
   ========================================================================== */

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.bounce {
  -webkit-animation: bounce 1s infinite;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
  }
}
/* Utilities
   ========================================================================== */

.remove-padding {
  padding-bottom: 0;
}
.remove-border {
  border: none;
}

.remove-margin {
  margin: 0;
}

.hide {
  display: none;
}

.pointer {
  cursor: pointer;
}

@media (max-width: 40rem) {
  .mobile {
    margin-top: 0px;
  }
}

/* Clearfix by Nicolas Gallagher
   ========================================================================== */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* Fancybox override
  =========================================================================== */
.fancybox-active {
  height: inherit;
}

.shopify-buy__btn {
  cursor: pointer;
}

/* S1 Google form
  =========================================================================== */

.s1-form-wrapper {
  width: 640px;
  height: 510px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .s1-form-wrapper {
    width: 375px;
    height: 580px;
    max-width: 100%;
  }
}
