@font-face {
    font-family: 'SuisseIntl-Regular';
    src: url("../fonts/SuisseIntl-Regular-WebXL.woff") format('woff');
}

@font-face {
  font-family: 'SimplonMono-Regular';
  src: url("../fonts/SimplonMono-Regular.woff") format('woff');
}

@font-face {
  font-family: 'SuisseWorks-Regular';
  src: url("../fonts/SuisseWorks-Book-WebXL.woff") format('woff');
}

@font-feature-values: { styleset();
   }
   ::-moz-selection { /* Code for firefox */
    color: #000000;
    background: rgb(0, 0, 255);
  }
  
  ::selection {
    color: rgb(0, 0, 0);
    background: rgb(0, 0, 255);
  }

  html, body {
    font-family: SimplonMono-Regular;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    word-wrap: break-word;
}

.body {
  border-right: 1px white solid;
  border-top: 1px white solid;
}

/* animation flip */
.panel {
  background-color: transparent;
  margin-top: 25%;
  width: 70%;
  height: 110px;
  perspective: 1000px;
}

.panel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  /* transition: transform 0.75s; */
  transform-style: preserve-3d;
  animation: flip 4s linear forwards infinite;
  animation-direction: normal;
  
}

.panel-front,
.panel-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  
}

.panel-front {
  background-color: rgb(255, 255, 255);
  border: 1px solid white;
  color: white;
  
}

.panel-back {
  background-color: rgb(255, 255, 255);
  border: 1px solid white;
  color: white;
  transform: rotateY(180deg);
  /* padding: 5px; */
}

.panel-front img {
  width: 300px;
  height: 300px;
}

@keyframes flip {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}


.panel2 {
  background-color: transparent;
  margin-top: 25%;
  width: 70%;
  height: 110px;
  perspective: 1000px;
}

.panel-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  /* transition: transform 0.75s; */
  transform-style: preserve-3d;
  animation: flip2 4s linear forwards infinite;
  animation-direction: normal;
}

.panel-front2,
.panel-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.panel-front2 {
  background-color: rgb(255, 255, 255);
  border: 1px solid white;
  color: white;
}

.panel-back2 {
  background-color: rgb(255, 255, 255);
  border: 1px solid white;
  color: white;
  transform: rotateY(180deg);
  /* padding: 5px; */
}

.panel-front2 img {
  width: 300px;
  height: 300px;
}

@keyframes flip2 {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}

.container_flip {
  text-align: center;
  font-family: SimplonMono-Regular;
  font-size: 128px;
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: 512px;
  padding-left: 5px;
  border-left: white solid;
  /* border-right: white solid; */
  border-bottom: white solid;
  border-width: 1px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

/* end flip animation  */
/* 
.takeoff {
  top: 0;
  left: 0px;
  offset-path: path(
    "M0,512C58.8889,512,1920,0,1920,0"
  );
  offset-distance: 0%;
  animation: followpath 10s linear infinite;
}

@keyframes followpath {
  0% {
    offset-distance: 0%;
    offset-rotate: 0deg;
  
  }
  25% {

  }
  50% {
    offset-distance: 100%;
  }
  100% {
    offset-distance: 0%;
  }
  
} */



.containertitle_25 {
  background-color: rgb(0, 0, 255);
  float: left;
  box-sizing: border-box;
  width: 25%;
  height: 8.1%;
  padding-left: 5px;
  border-left: white solid;
  /* border-right: white solid; */
  border-bottom: white solid;
  border-width: 1px;
}
.containertitle_25_512_photo {
  float: left;
  box-sizing: border-box;
  width: 25%;
  height: 69.7%;
  border-left: white 1px solid;
  /* border-right: white solid; */
  border-bottom: white 1px solid;
  border-top: white 1px solid;
}
.containertitle_25_512_separator {
  float: left;
  box-sizing: border-box;
  width: 25%;
  height: 69.7%;
  border-left: white 1px solid;
  /* border-right: white solid; */
  border-bottom: white 1px solid;
  border-top: white 1px solid;
}

.containertitle_75 {
  background-color: rgb(0, 0, 255);
  float: left;
  box-sizing: border-box;
  width: 25%;
  height: 8.2%;
  padding-left: 5px;
  border-left: white solid;
  /* border-right: white solid; */
  border-bottom: white solid;
  border-width: 1px;
}

.container_25 {
  float: left;
  box-sizing: border-box;
  width: 25%;
  height: 4.1%;
  padding-left: 5px;
  border-left: white solid;
  /* border-right: white solid; */
  border-bottom: white solid;
  border-width: 1px;
  background-color: black;
}
.container_25_drop {
  float: left;
  box-sizing: border-box;
  width: 25%;
  height: 8.2%;
  border-left: white solid;
  /* border-right: white solid; */
  border-bottom: white solid;
  border-width: 1px;
  background-color: black;
}

.container_takeoff {
  float: left;
  box-sizing: border-box;
  width: 25%;
  height: 4.1%;
  padding-left: 5px;
  border-left: white solid;
  /* border-right: white solid; */
  border-bottom: white solid;
  border-width: 1px;
  background-color: black;
}

.container_25_null {
  float: left;
  box-sizing: border-box;
  width: 25%;
  height: 4.1%;
  padding-left: 5px;
  border-left: white solid;
  /* border-right: white solid; */
  border-bottom: white solid;
  border-width: 0px;
}

.container_50 {
  flex-wrap: wrap;
  display: flex;
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: 4.1%;
  padding-left: 5px;
  border-left: white solid;
  /* border-right: white solid; */
  border-bottom: white solid;
  border-width: 1px;
}

.container_50_512 {
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: 69.7%;
  padding-left: 5px;
  border-left: 1px white solid;
  /* border-right: white solid; */
  border-bottom: 1px white solid;
}

.container_75 {
  float: left;
  box-sizing: border-box;
  width: 75%;
  height: 4.1%;
  padding-left: 5px;
  border-left: white solid;
  /* border-right: white solid; */
  border-bottom: white solid;
  border-width: 1px;
}

.container_100 {
  float: left;
  box-sizing: border-box;
  width: 100%;
  height: 69.7%;
  padding-left: 5px;
  border-top: white solid;
  border-left: white solid;
  /* border-right: white solid; */
  border-bottom: white solid;
  border-width: 1px;
}

.container_scroll {
  height: 69.7%;
  overflow: scroll;
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-left: 5px;
  border-left: white solid;
  /* border-right: white solid; */
  border-bottom: white solid;
  border-width: 1px;
}
.container_scroll_75 {
  background-color: white;
  overflow: scroll;
  float: left;
  box-sizing: border-box;
  width: 75%;
  height: 69.7%;
  padding-left: 5px;
  border: black solid;
  border-width: 0px;
}



.container_photo {
  height: 100%;
  width: 100%;
  object-fit: cover;
/* user-drag: none;  */
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  width: 25%;
  padding-left: -5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.h1 {
  font-family: SimplonMono-Regular;
  font-size: 30px;
  color: rgb(255, 255, 255);
}

.h2 {
  font-family: SuisseWorks-Regular;
  font-size: 30px;
  color: rgb(0, 0, 0);
}
.h2_blue {
  font-family: SuisseWorks-Regular;
  font-size: 30px;
  color: rgb(0, 0, 255);
  text-decoration: underline;
}

.h3 {
  font-family: SimplonMono-Regular;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size:  5vw;
}
.h4 {
  font-family: SimplonMono-Regular;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size:  5vw;
}

/* copypaste material */

/* charge anim */
.moving-block {
  display: block;
  position: absolute;
  top: 0px;
  left: -5px;
  width: 0%;
  height: 100%;
  background: rgb(255, 255, 255);
  animation: move 2500ms linear 0s infinite normal; 
}

.moving-block.jump-6 {
  animation-name: move-jump;
  animation-timing-function: steps(5);
}

.moving-block.jump {
  animation-timing-function: steps(5);
}

.moving {
  height: 69.7%;
  margin-left: -7px;
  position: relative;
  width: 102%;
  height: 100%;
  border: 1px solid #ccc;
}

@keyframes move {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes move-jump {
  0% {
    width: 0%;
  }
  100% {
    width: 125%;
  }
}

/* charge anim end */


  details {
    position:relative;
    background-color: black;
    border: 0px white solid;
    margin-left: 0px;
    padding-left: 5px;
  }
  details summary {
    display:block;
    cursor: pointer;
    color: rgb(255, 255, 255);
  }

  details summary:focus {
    outline:none;
  }
  details[open] {
    display:block;
    padding-bottom: 25px;
    padding-top:0px;
    animation: open .2s linear;
    padding-left: 5px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }

  .transition {
    -moz-transition: all .2 ease-in-out;
    -o-transition: all .2 ease-in-out;
    -webkit-transition: all .2 ease-in-out;
    transition: all .2 ease-in-out;
  }

  .transition:hover {
    color: white;
  }

  #open:hover {
    color: white;
    font-style: italic;
    transition: .2s;
  }
  #close:hover {
    color: white;
    font-style: italic;
    transition: .2s;
  }
  details[open] summary {
    position:absolute;
    bottom: 0;
    left:0;
  }
  
  details #open{padding-left:0px;text-align:middle;}
  details #open:after{
      display: inline-block;
      position:relative;
      top: 0px;
      padding-left: 0px;
      /* content: "\00bb"; */
      transform: rotate(90deg);
  }
  details[open] #open{display:none;}
  details #close{display:none;}
  details[open] #close{display:block;}

  ::-webkit-details-marker {display: none;}

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

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


/* marquee */

  .marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #000000;
    border: 1px white solid;
}

.marquee p {
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* MOBILE */

@media screen and (max-width: 800px) {
  /* .h1 {
   font-size: 15px;
  } */
  .container_50 {
    width: 100%;
    height: 4.1%;
  }
  .container_100 {
    width: 100%;
  }
  .container_25 {
    width: 50%;
  }
  .container_25_drop {
    width: 50%;
  }
  .container_scroll_75 {
    width: 100%;
  }
  .containertitle_25 {
    width: 50%;
  }
  .containertitle_25_512_photo {
    width: 100%;
  }
  .containertitle_25_512_separator {
    display: none;
  }
  .container_50_512 {
    display: none;
  }
  .marquee {
    width: 100%;
  }
  .containertitle_25 {
    width: 50%;
  }
  .containertitle_75 {
    width: 100%;
  }
  .container_25_null {
    display: none;
  }
  .h1 {
    font-size: 25px;
  }
  .h2 {
    font-size: 20px;
  }
  .h2_blue {
    font-size: 20px;
  }
  .container_takeoff {
    width: 100%;
  }
}