:root {
  --accent-color: #8700e3;
  --dark-accent-color: #25004d;
  --accent-color-rgb: 135, 0, 227;
  --dark-color: #202124;
  --accent-gradient: linear-gradient(to top left, var(--dark-accent-color), var(--dark-color));
  --body-bg: var(--dark-accent-color);
  --body-color: #e7e9ec;
}

html {
  font-size: 18px;
  -webkit-tap-highlight-color: transparent;

  background-color: var(--body-bg);
  color: var(--body-color);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;

  font-family: "e-Ukraine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: lighter;
  line-height: 1.5;
  text-align: left;
}

::selection {
  background-color: var(--dark-color);
  color: var(--accent-color);
}

::-webkit-scrollbar {
  width: 24px;
  height: 4px;
}

::-webkit-scrollbar-track {
  /*background-color: inherit;*/
  border-left: 0;
  background-color: var(--dark-color, #000000);
  background-image: linear-gradient(to top left, rgba(var(--accent-color-rgb), 0.5), rgba(32, 33, 36, 0.5)),
  linear-gradient(to top left, rgba(var(--accent-color-rgb), 0.5), rgba(32, 33, 36, 0.5)),
  url("/assets/images/noise.png"),
  var(--accent-gradient);
  background-size: 150vw 150vh, 150vw 150vh, 200px 200px, 150vw 150vh;
  background-position: center right, center right, center right, center right;
}

::-webkit-scrollbar-thumb {
  background-color: currentColor;
}

::-webkit-scrollbar-thumb:hover {
  background-color: currentColor;
}

* {
  transition-duration: 0.4s;
  transition-property: box-shadow, text-shadow, background, opacity, transform;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    animation: none !important;
    transition: none !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "e-Ukraine Head", Arial, serif;
  font-weight: 200;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, p, li {
  margin: 0 0 1rem 0;
}

h1:last-child, h2:last-child, h3:last-child, p:last-child, li:last-child {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

b, strong, .strong {
  font-weight: bolder;
}

img {
  max-width: 100%;
}

img.i {
  height: 1.3em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.flex-grow-1 {
  flex-grow: 1;
}

/*
	MAIN
*/
section {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 1rem auto;
  padding: 1rem;
}

h1 {
  font-size: calc(2rem + 5vw);
}

a {
  box-shadow: 0 -0.125em var(--accent-color) inset;
  transition: box-shadow 0.25s;
}

a:hover {
  box-shadow: 0 -2em var(--accent-color) inset;
}

.background {
  pointer-events: none;
  overflow: hidden;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  width: 100%;
  height: 100vh;

  background-image: var(--accent-gradient);
  background-size: 150%;
  background-position: center;
}


.background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  width: 100%;
  height: 100%;

  background-repeat: repeat;
  background-image: url("/assets/images/starBackground.png");
}

.arrow-left, .arrow-right {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1em;
  line-height: inherit;
  vertical-align: -15%;
}

.arrow-left:before, .arrow-right:before {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.arrow-left {
  background: url('data:image/svg+xml,<svg width="100" height="244" viewBox="0 0 100 243.6" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,1)" d="m99.95 136.7-99.94 0.42v-31.75l100-0.41z" fill-rule="nonzero"/></svg>') center/auto 1em repeat-x;
}

.arrow-right {
  background: url('data:image/svg+xml,<svg width="100" height="244" viewBox="0 0 100 243.6" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,1)" d="m99.95 136.7-99.94 0.42v-31.75l100-0.41z" fill-rule="nonzero"/></svg>') center/auto 1em repeat-x;
}

.arrow-left:before {
  left: -0.25rem;
  background: url('data:image/svg+xml,<svg width="1012" height="244" viewBox="0 0 1012 243.6" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,1)" d="m138.4 0-138.4 120.8 140.5 122.8 20.92-23.91-94.93-83 945.5 0.42v-31.75l-945.6-0.41 92.89-81.02z" fill-rule="nonzero"/></svg>') left/auto 1em no-repeat;
}

.arrow-right:before {
  right: -0.25rem;
  background: url('data:image/svg+xml,<svg width="1012" height="244" viewBox="0 0 1012 243.6" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,1)" d="m873.6 0 138.4 120.8-140.5 122.8-20.92-23.91 94.93-83-945.5 0.42v-31.75l945.6-0.41-92.89-81.02z" fill-rule="nonzero"/></svg>') right/auto 1em no-repeat;
}


@media print {
  body {
    background-color: #ffffff;
    color: #000000;
  }
  
  .no-print {
    display: none;
  }
  
  h1 {
    font-size: 5rem;
  }
  
  
  a {
    box-shadow: none;
    outline: none;
    text-decoration: underline;
  }
  
  a[href]:after {
    content: " (" attr(href) ")";
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
  }
}


