html {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  height: 100%;
}

body {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #172d42;
  height: 100%;
  margin: 0;
  padding: 0;
}

body:not(.page-15) {
  background-position: center bottom 40px;
  background-image: url("images/aubsandmugg-logo-ko.svg");
  background-size: 120px 25px;
  background-repeat: no-repeat;
}

.page-1 {
  background-color: #B1272D;
}

.page-2 {
  background-color: #529c8b;
}

.page-3 {
  background-color: #758aa5;
}

.page-4 {
  background-color: #172d42;
}

.page-5 {
  background-color: #B1272D;
}

.page-6 {
  background-color: #529c8b;
}

.page-7 {
  background-color: #758aa5;
}

.page-8 {
  background-color: #172d42;
}

.page-9 {
  background-color: #B1272D;
}

.page-10 {
  background-color: #529c8b;
}

.page-11 {
  background-color: #758aa5;
}

.page-12 {
  background-color: #172d42;
}

.page-13 {
  background-color: #B1272D;
}

.page-14 {
  background-color: #529c8b;
}

.page-15 {
  background-color: #758aa5;
}

.page-16 {
  background-color: #172d42;
}

p {
  margin: 0;
}

.wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

.wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  text-align: center;
  width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

.small {
  font-size: 10px;
}

@-webkit-keyframes color_change {
  0% {
    background-color: #B1272D;
  }
  25% {
    background-color: #529c8b;
  }
  75% {
    background-color: #758aa5;
  }
  100% {
    background-color: #172d42;
  }
}

@-moz-keyframes color_change {
  0% {
    background-color: #B1272D;
  }
  25% {
    background-color: #529c8b;
  }
  75% {
    background-color: #758aa5;
  }
  100% {
    background-color: #172d42;
  }
}

@-ms-keyframes color_change {
  0% {
    background-color: #B1272D;
  }
  25% {
    background-color: #529c8b;
  }
  75% {
    background-color: #758aa5;
  }
  100% {
    background-color: #172d42;
  }
}

@-o-keyframes color_change {
  0% {
    background-color: #B1272D;
  }
  25% {
    background-color: #529c8b;
  }
  75% {
    background-color: #758aa5;
  }
  100% {
    background-color: #172d42;
  }
}

@keyframes color_change {
  0% {
    background-color: #B1272D;
  }
  25% {
    background-color: #529c8b;
  }
  75% {
    background-color: #758aa5;
  }
  100% {
    background-color: #172d42;
  }
}

.page-15 {
  -webkit-animation: color_change 20s infinite alternate;
  -moz-animation: color_change 20s infinite alternate;
  -ms-animation: color_change 20s infinite alternate;
  -o-animation: color_change 20s infinite alternate;
  animation: color_change 20s infinite alternate;
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -1px, 0);
    -moz-transform: translate3d(0, -1px, 0);
    -ms-transform: translate3d(0, -1px, 0);
    -o-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  11% {
    -webkit-transform: translate3d(0, -11px, 0);
    -moz-transform: translate3d(0, -11px, 0);
    -ms-transform: translate3d(0, -11px, 0);
    -o-transform: translate3d(0, -11px, 0);
    transform: translate3d(0, -11px, 0);
  }
  15% {
    -webkit-transform: translate3d(0, -1px, 0);
    -moz-transform: translate3d(0, -1px, 0);
    -ms-transform: translate3d(0, -1px, 0);
    -o-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  18% {
    -webkit-transform: translate3d(0, -6px, 0);
    -moz-transform: translate3d(0, -6px, 0);
    -ms-transform: translate3d(0, -6px, 0);
    -o-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  24% {
    -webkit-transform: translate3d(0, -1px, 0);
    -moz-transform: translate3d(0, -1px, 0);
    -ms-transform: translate3d(0, -1px, 0);
    -o-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -1px, 0);
    -moz-transform: translate3d(0, -1px, 0);
    -ms-transform: translate3d(0, -1px, 0);
    -o-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
}

.bounce {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 6px;
  -webkit-animation: bounce 2.5s infinite;
  -moz-animation: bounce 2.5s infinite;
  -ms-animation: bounce 2.5s infinite;
  -o-animation: bounce 2.5s infinite;
  animation: bounce 2.5s infinite;
}
