html {
  background: white;
}

header {
  overflow: hidden;
  position: relative;
  padding: 1vw 0;
  font-size: 0;
  transition: height 1s;
}

body {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1vw;
  font-family: Georgia, serif;
  background: white;
}

hr {
  margin: 5% 0;
}

h3 {
  font-family: Helvetica, sans-serif;  
}

ul {
  list-style-type: none;
}

footer {
  padding: 2vw;
  position: relative;
  color: black;
}

.bold {
  font-weight: bold;
}

.header-container {
  position: relative;
  height: 80px;
}

.header-title {
  display: inline-block;
  height: 50%;
  width: 80%;
  vertical-align: top;
}

.header-title-image {
  display: inline-block;
  width: auto;
  height: 67%;
  max-width: 100%;
  aspect-ratio: 2224 / 515;
  object-fit: cover;
}

.header-subtitle {
  margin: 0;
  height: 33%;
  font-size: 16px;
  font-style: italic;
}

.header-sign {
  display: inline-block;
  width: 20%;
  height: 50%;
}

.legal {
  font-family: sans-serif;
}

/* #5f5a85 */
.fairyties-purple {
  filter: invert(33%) sepia(6%) saturate(2687%) hue-rotate(207deg) brightness(102%) contrast(84%);
}

.invert {
  filter: invert(100%);
}

.sign {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.header-links {
  height: 50%;
  text-align: right;
  font-size: 0;
  font-family: Helvetica, sans-serif;
  vertical-align: top;
}

.header-links a {
  margin: 0 0 0 10%;
  text-decoration: none;
  color: rgb(112, 201, 239);
}

.header-links a:visited {
  color: rgb(112, 201, 239);
}

.header-links-shapes {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: initial;
}

.header-link-image {
  display: inline-block;
  vertical-align: top;
}

.header-link-image img {
  height: 36px;
  width: auto;
  filter: invert(100%);
}

.header-link-image img:hover {
  filter: invert(58%) sepia(9%) saturate(2701%) hue-rotate(230deg) brightness(92%) contrast(92%);
}

.header-sign:hover img {
  filter: invert(58%) sepia(9%) saturate(2701%) hue-rotate(230deg) brightness(92%) contrast(92%);
}

@media only screen and (min-width: 480px) {
  .header-title-image {
    object-fit: contain;
  }
}

@media only screen and (min-width: 650px) {
  .header-title {
    width: 40%;
    height: 100%;
  }

  .header-sign {
    height: 100%;
  }

  .header-links {
    display: inline-block;
    width: 40%;
    height: 100%;
  }
}

.purple {
  color: #8159a2 !important;
}

.bg-grey {
  background: #1d1d1b;
}

.bg-gray {
  background: #1d1d1b;
  color: white;
}

.footer-content {
  direction: rtl;
  font-size: 0;
}

footer a {
  display: block;
  text-decoration: none;
  color: black;
}

footer a:hover {
  opacity: 0.7;
}

.footer-column {
  margin: 4% 0 4% 4%;
  vertical-align: middle;
  text-align: left;
  font-size: initial;
}

.footer-column:first-child {
  display: block;
  text-align: center;
}

.footer-column:first-child a {
  display: inline-block;
}

@media only screen and (min-width: 480px) {
  .footer-column,
  .footer-column:first-child {
    display: inline-block;
  }
}

.footer-dark a {
  color: white;
}

.footer-dark img {
  filter: invert(100%);
}

footer img {
  width: 36px;
  height: 36px;
  margin: 0 12px;
}

.intro {
  width: 100vw;
  max-width: none;
  padding: 0;
  color: white;
}

#home-bg {
  background-image: url("../images/background.jpg");
  background-size: cover;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

.test-home {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: gray;
}

.bgcover {
  color: white;
  background: #012;
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: top;
}

.iblock {
  display: inline-block;
}

.vcenter {
  top: 50vh;
  position: relative;
  transform: translateY(-50%)
}

.bcenter {
  max-width: 90%;
  margin: 0 auto;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.xxlarge {
  font-size: xx-large;
}

.red {
  color: red;
}

/* unused, defined in body */
.serif {
  font-family: Georgia, serif;
}

.sanserif {
  font-family: Helvetica, sans-serif;
}

.proceedButton {
  font-size: xx-large;
  font-family: Helvetica, sans-serif;
  border: solid 2px transparent;
  background: none;
  margin: 24px 0 48px;
  position: relative;
}

.proceedButton:hover {
  border: solid 2px black;
  cursor: pointer;
}

.bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
  filter: grayscale(100%);
  z-index: 1;
  opacity: 1;
  transition: opacity 2s;
}

.splash {
  height: 100vh;
  width: 90vw;
  z-index: 2;
}

.splash-sub {
  margin: 0;
  height: 20vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.splash-link {
  display: block;
}

.splash-subtitle {
  height: 5vh;
  margin: 5vh 0 0;
}

.splash-subtitle-flex {
  display: flex;
  height: 4vh;
  margin: 5vh 0 1vh;
  align-items: flex-end;
  justify-content: center;
}

.splash-awards {
  height: 10vh;
  max-width: 500px;
  margin: 0 auto 5vh;
}

.splash-awards img {
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
  height: 50%;
}

.splash-awards img:nth-of-type(2) {
  height: 100%;
}

#stars {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#logotype {
  display: block;
  margin: 0 auto;
  filter: invert(100%);
  height: 6vh;
  margin-top: 2vh;
}

#logo {
  display: block;
  margin: 2vh auto 2vh;
  height: 30vh;
}

#frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 96vw;
  height: 96vh;
  margin: 2vh 2vw;
  border-image-source: url("../images/frame.png");
  border-image-repeat: stretch;
  border-image-width: 90px;
  border-image-outset: 1px;
  border-image-slice: 300;
  filter: invert(28%) sepia(41%) saturate(1871%) hue-rotate(183deg) brightness(96%) contrast(85%);
}

#menu {
  position: relative;
  margin-top: 2vw;
  padding: 0;
  text-align: center;
  font-size: initial;
}

#menu li {
  margin: 0.5em 0;
  color: white;
}

#menu li:hover {
  cursor: pointer;
  color: #225f9b;
  color: #93beeb;
}

.showcase {
  font-size: 0;
}

.showcase div {
  display: inline-block;
  position: relative;
  width: calc(100% / 7);
  aspect-ratio: 0.4;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-radius: 12px;
  font-size: small;
  text-decoration: none;
  color: gray;
  text-align: center;
  opacity: 0.5;
}
.showcase div img {
  position: absolute;
  transform: translate(-50%);
  height: calc(100% - 2em);
  left: 50%;
}

.showcase div:hover {
  opacity: 1;
  cursor: pointer;
}

.banner {
  margin: 24px 0;
  font-size: 0;
  font-weight: normal;
}

.banner p {
  display: inline-block;
  width: 50%;
  font-size: x-large;
}

.banner p:last-of-type {
  text-align: right;
  font-size: large;
}

/* SLIDER */
.slider {
  width: 100vw;
  overflow: hidden;
  position: relative;
  font-size: 0;
  margin-top: 2vh;
}

.slider ul {
  width: calc(11 * 100vw);
  padding: 0;
  margin: 0;
  position: relative;
  transition: all 1s;
  right: 0;
}

.slider ul li {
  display: inline-block;
  width: 100vw;
}

.slider ul li img {
  width: 100%
}

.slider div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50%;
}

.slider div:nth-of-type(2) {
  right: 0;
}

#slider-l, #slider-r {
  font-size: xxx-large;
  opacity: 0.5;
}

#slider-l:hover {
  cursor: w-resize;
  opacity: 1;
}
#slider-r:hover {
  cursor: e-resize;
  opacity: 1;
}

#slider-l button,
#slider-r button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 5vw;
  border: none;
  border-radius: 1vw;
  padding: 0 1vw;
  line-height: 5vw;
  font-size: 5vw;
  background: #333;
  color: white;
}
#slider-l button {
  left: 1vw;
}
#slider-r button {
  right: 1vw;
}
/* SLIDER */

/* STARRY */
@keyframes starry {
  0% {
    transform: rotate(0deg) scale(0);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(0);
  }
}

.star {
  animation: starry 5s;
  position: absolute;
  width: 20px;
  height: 20px;
  /*filter: invert(28%) sepia(41%) saturate(1871%) hue-rotate(183deg) brightness(96%) contrast(85%);*/
  filter: invert(25%) sepia(74%) saturate(976%) hue-rotate(180deg) brightness(104%) contrast(86%); /* #225f9b */
}
/* STARRY */
