* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 12px;
  color: #008000;
  font-family: "Open sans condensed", sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media all and (min-width: 320px) {
  body {
    font-size: calc(12px + 8 * ((100vw - 320px) / 960));
  }
}
@media all and (min-width: 1280px) {
  body {
    font-size: 20px;
  }
}
input[type="radio"] {
  position: fixed;
  top: -10000px;
  left: -10000px;
}
a {
  text-decoration: none;
}
em {
  font-style: italic;
}
.parts {
  width: 0;
  background: rgba(34,43,98,0);
  border: solid 15px rgba(34,43,98,0);
  border-bottom-color: rgba(34,43,98,0.9);
  margin: 0 auto;
}
#t3 {
  padding-bottom: 3vh;
  width: 90vw;
  margin-left: 7vw !important;
  height: 97vh;
  z-index: 100;
  border: none;
}
#t1,
#t2,
#t4 {
  padding-bottom: 3vh;
  width: 94%;
  height: 75vh;
  z-index: 100;
  border: none;
}
#bg {
  visibility: hidden;
}
svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
header,
section,
section:before,
section:after {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
}
header,
section,
section:before,
nav,
h1 {
  position: absolute;
}
nav {
  bottom: 3vh;
  right: 0;
  padding: 1vh 2vw;
  z-index: 100;
  line-height: 2vh;
  width: 100%;
  background: transparent;
  left: 50px;
}
h1,
h2 {
  font-weight: 200;
}
h1 {
  z-index: 90;
  mix-blend-mode: multiply;
  -webkit-transform: rotate(-90deg) translateY(50px);
          transform: rotate(-90deg) translateY(50px);
  display: inline-block;
  line-height: 0;
  margin-top: auto;
  margin-right: 0;
  margin-bottom: 5%;
  margin-left: 1em;
  bottom: 12%;
  left: 0;
  font-size: 1.7em;
  font-family: 'Coming soon', cursive;
  color: rgba(154,205,50,0.3);
  text-shadow: 0 1px 0 rgba(0,0,128,0.2);
  white-space: nowrap;
}
h1:after {
  content: '';
  display: block;
  padding-top: 100%;
}
h2,
a {
  font-size: 1.5em;
  font-family: 'Coming soon', cursive;
  color: rgba(255,248,220,0.5);
}
a {
  font-size: 0.9em;
}
h3 {
  font-size: 1.1em;
  color: rgba(255,248,220,0.5);
  width: 60%;
  min-width: 250px;
  display: block;
  line-height: 2;
  text-align: justify !important;
}
label {
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  display: inline-block;
  padding: 1vh 0;
  position: relative;
  font-family: 'Coming soon', cursive;
  font-size: 1.1em;
  text-decoration: none;
  cursor: pointer;
}
label span {
  font-size: 0.8em;
}
label span:after {
  content: '  ❖';
  opacity: 0.5;
}
label:hover {
  color: rgba(255,69,0,0.6);
}
label::active {
  color: rgba(255,69,0,0);
}
label::before,
label::after {
  display: block;
  width: 100%;
  position: absolute;
  color: rgba(0,0,0,0.7);
  opacity: 0;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 350ms 350ms;
  transition: 350ms 350ms;
}
p {
  color: #fff8dc;
  font-weight: normal;
  font-size: 0.8em;
  letter-spacing: 1px;
}
label {
  color: rgba(255,255,255,0.3);
}
img {
  width: auto;
  height: 36vh;
  margin-bottom: -5vh;
}
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section:nth-of-type(1) {
  background-image: -webkit-gradient(linear, left top, right top, from(#3f7363), to(rgba(63,115,99,0.01)));
  background-image: linear-gradient(90deg, #3f7363 0%, rgba(63,115,99,0.01) 100%);
  background-size: 100vw 100vh;
}
section:nth-of-type(2) {
  background-image: -webkit-gradient(linear, left top, right top, from(#002ab3), to(rgba(0,42,179,0.01)));
  background-image: linear-gradient(90deg, #002ab3 0%, rgba(0,42,179,0.01) 100%);
  background-size: 100vw 100vh;
}
section:nth-of-type(3) {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(100,116,62,0.81)), to(rgba(100,116,62,0.1)));
  background-image: linear-gradient(180deg, rgba(100,116,62,0.81) 5%, rgba(100,116,62,0.1) 100%);
  background-size: 100vw 100vh;
}
section:nth-of-type(4) {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(27,23,19,0.7)), to(#1b1713));
  background-image: linear-gradient(90deg, rgba(27,23,19,0.7) 0%, #1b1713 100%);
  background-size: 100vw 100vh;
}
section:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(50%, rgba(0,0,255,0.01)), to(#222b62));
  background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,255,0.01) 50%, #222b62 100%);
  background-size: 100vw 100vh;
}
section {
  z-index: 10;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform 0ms 3000ms;
  transition: -webkit-transform 0ms 3000ms;
  transition: transform 0ms 3000ms;
  transition: transform 0ms 3000ms, -webkit-transform 0ms 3000ms;
}
section:before {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translateY(100vh) rotate(30deg);
          transform: translateY(100vh) rotate(30deg);
  -webkit-transition: 350ms 0ms cubic-bezier(0.25, 0, 0.75, 1);
  transition: 350ms 0ms cubic-bezier(0.25, 0, 0.75, 1);
}
section > * {
  -webkit-transform: translateY(-50vh);
          transform: translateY(-50vh);
  opacity: 0;
  text-align: center;
  -webkit-transition: 1s 0s;
  transition: 1s 0s;
}
section > *:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
section > *:nth-child(2) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
section > *:nth-child(3) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
section > *:nth-child(4) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
input:checked + section {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1600ms 1000ms cubic-bezier(1, 0, 0.7, 1);
  transition: -webkit-transform 1600ms 1000ms cubic-bezier(1, 0, 0.7, 1);
  transition: transform 1600ms 1000ms cubic-bezier(1, 0, 0.7, 1);
  transition: transform 1600ms 1000ms cubic-bezier(1, 0, 0.7, 1), -webkit-transform 1600ms 1000ms cubic-bezier(1, 0, 0.7, 1);
  z-index: 50;
}
input:checked + section::before {
  -webkit-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
  -webkit-transition: 350ms 4000ms cubic-bezier(0.25, 0, 0.75, 1);
  transition: 350ms 4000ms cubic-bezier(0.25, 0, 0.75, 1);
}
input:checked + section > * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 450ms cubic-bezier(0.25, 0, 0.75, 1);
  transition: 450ms cubic-bezier(0.25, 0, 0.75, 1);
}
input:checked + section > *:nth-child(1) {
  -webkit-transition-delay: 3700ms;
          transition-delay: 3700ms;
}
input:checked + section > *:nth-child(2) {
  -webkit-transition-delay: 3350ms;
          transition-delay: 3350ms;
}
input:checked + section > *:nth-child(3) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
input:checked + section > *:nth-child(4) {
  -webkit-transition-delay: 2250ms;
          transition-delay: 2250ms;
}
input:checked +  ~ section {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
#section1:checked ~ nav [for="section1"],
#section2:checked ~ nav [for="section2"],
#section3:checked ~ nav [for="section3"],
#section4:checked ~ nav [for="section4"] {
  color: rgba(255,255,255,0.6);
}
#section1:checked ~ nav [for="section1"]::before,
#section2:checked ~ nav [for="section2"]::before,
#section3:checked ~ nav [for="section3"]::before,
#section4:checked ~ nav [for="section4"]::before {
  opacity: 1;
  top: -3.5vh;
}
#section1:checked ~ nav [for="section1"]::after,
#section2:checked ~ nav [for="section2"]::after,
#section3:checked ~ nav [for="section3"]::after,
#section4:checked ~ nav [for="section4"]::after {
  opacity: 1;
  top: 3.5vh;
}
