@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v15-latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v20-latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/jura-v16-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dm-sans-v6-latin-ext-regular.woff2') format('woff2');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
a:link {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover {
  text-shadow: 0 0 4px black;
  transition: 0.3s linear;
}
a:active {
  color: #0BC5C0;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: white;
  background: #303540;
}
.content {
  background: no-repeat url("gold_corner-l.svg") top left, no-repeat url("gold_corner-r.svg") top right;
  background-size: 4rem;
  padding: 2em 1em 1em 1em;
}
.group {
  border-top: solid 1px;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #303540, #980df5);
  margin: 2rem 0 0 0;
}
.group:first-of-type {
  border-top: 0;
}
.group ol {
  display: flex;
  flex-direction: column;
}
.group li {
  list-style-type: none;
  text-align: left;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.group li a {
  text-decoration: none;
  display: grid;
  grid-template-columns: 45px 1fr 50px 50px 70px;
  align-items: center;
}
.group li a span {
  margin-right: 0.6rem;
}
.group li img {
  box-shadow: 0 0 1px #000;
  width: 35px;
}
.group li a:link img,
.group li a:visited img,
.group li a:active img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.77);
  transition: 0.1s linear;
}
.group li a:hover img {
  box-shadow: 0 0 15px #980df5;
  transition: 0.1s linear;
}
/*
.group li a:hover img {
	animation: pulsingBoxShadow 2s linear infinite;
}

@keyframes pulsingBoxShadow {
	0% {
		box-shadow: 0 0 5px #980df5;
	}
	50% {
		box-shadow: 0 0 22px #980df5;
	}
	100% {
		box-shadow: 0 0 5px #980df5;
	}
}
*/
.items-count-in-category {
  font-size: 1.3rem;
  color: #7FFF00;
}
.submenu .items-count-in-category {
  font-size: 0.9rem;
  color: #7FFF00;
}
.series-completed-in-year {
  font-size: 1rem;
  color: #63cb00;
}
.group.games li.completed,
.group.serials li.completed {
  position: relative;
  color: #f0d179;
}
.group.games li.completed:before,
.group.serials li.completed:before {
  content: 'COMPLETED';
  font-family: 'Jura', sans-serif;
  color: red;
  transform: rotate(0deg);
  display: inline-block;
  position: absolute;
  right: 0;
  border: 2px red double;
  padding: 1px 5px 2px 5px;
  border-radius: 7px;
  text-shadow: 1px 1px 1px #000000;
}
.half-size-items.group.games li.completed:before,
.half-size-items.group.serials li.completed:before {
  right: -3px;
  top: 30%;
  color: #f0d179;
  border: 1px #f0d179 double;
}
.group.games li.completed img,
.group.serials li.completed img {
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, #664a25, #f0d179);
}
.half-size-items.group.games li.completed img,
.half-size-items.group.serials li.completed img {
  position: relative;
  left: -2px;
  top: -2px;
}
/* Serials - Currently active */
.group.serials li.watching img {
  border: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, #3f2566, #b379f0);
}
.half-size-items.group.serials li.watching img {
  position: relative;
  left: -4px;
  top: -3px;
}
/* Games - Currently active */
.group.games li.currently-active {
  position: relative;
  left: -4px;
  top: -3px;
}
.group.games li.currently-active img {
  border: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, #3b065e, #8e44ad);
}
.group li.home img {
  margin-bottom: 0.05rem;
}
.group li .medium {
  line-height: 1.3;
  font-size: 0.8rem;
  border: 1px solid #22262e;
  border-top: none;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 1px #000;
  width: min-content;
  padding: 0.1rem 0.3rem;
}
.group li a:hover .medium {
  box-shadow: 0 0 25px #980df5;
  transition: 0.1s linear;
}
.group.half-size-items li .medium {
  width: 73px;
}
.group li.disney .medium {
  content: "Disney+";
  background: #16245b;
  color: #94e1e1;
}
.group li.live .medium {
  content: "Live";
  background: #57009f;
  color: #fff;
}
.group li.voyo .medium {
  content: "Voyo";
  background: #4d22c2;
  color: #31e1ea;
}
.group li.kino .medium {
  content: "kino";
  background: #321d49;
  color: #ad17ff;
}
.group li.other .medium {
  content: "Other";
  background: #3f3e0a;
  color: #e4ac25;
}
.group li.dropout .medium {
  content: "Dropout";
  background: #534e13;
  color: #fceb3b;
}
.group li.netflix .medium {
  content: "Netflix";
  background: #3f0405;
  color: #e4111b;
}
.group li.amazon .medium {
  content: "Amazon";
  background: #013141;
  color: #02a8e0;
}
.group li.skyshowtime .medium {
  content: "SkyShowtime";
  background: #462cbc;
  color: #ffffff;
}
.group li.bluray .medium {
  content: "Bluray";
  background: #075958;
  color: #16d0f7;
}
.group li.vimeo .medium {
  content: "Vimeo";
  background: #1eb8eb;
  color: white;
}
.group li.youtube .medium {
  content: "Youtube";
  background: #0e0203;
  color: #ff1517;
}
.group li.primaplus .medium {
  content: "Prima+";
  background: #232124;
  color: #ffffff;
}
.group li.hbo .medium,
.group li.max .medium {
  background: #292829;
  color: #ffffff;
}
.group li.hbo .medium {
  content: "HBO";
}
.group li.max .medium {
  content: "Max";
}
.group li.mubi .medium {
  content: "MUBI";
  background: #ffffff;
  color: #000000;
}
.group li.online-stream .medium {
  content: "Online stream";
  background: #26a6d0;
  color: #090404;
}
.starcraft ol {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.starcraft li {
  list-style-type: none;
  border: 1px solid #000000;
  margin: 0.3rem 0;
  padding: 0.3rem 0.5rem;
}
.item-year {
  color: #92969b;
  justify-self: center;
}
.rating {
  color: #ae3eef;
}
h1 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 7px;
  font-family: "DM Sans", sans-serif;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
h2 {
  font-family: "DM Sans", sans-serif;
  margin: 1.3em 0 1em 0;
  font-size: 1.5rem;
}
.brace {
  max-width: 25rem;
  padding-bottom: 20px;
  font-size: 2em;
  line-height: 2em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  background-image: radial-gradient(circle at 0 0, rgba(31, 34, 41, 0) 14.5px, #1f2229 15.5px, #1f2229 19.5px, rgba(31, 34, 41, 0) 20.5px), radial-gradient(circle at 35px 0, rgba(31, 34, 41, 0) 14.5px, #1f2229 15.5px, #1f2229 19.5px, rgba(31, 34, 41, 0) 20.5px);
  background-size: 35px 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-transform: lowercase;
  font-style: italic;
  color: #1f2229;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.0015));
}
.brace:before {
  width: 50%;
  border-top: 5px solid #1f2229;
  border-left: 1px solid transparent;
  /* play with this until you like the look of it */
  border-top-left-radius: 80% 30px;
  height: 100%;
  content: "";
  position: absolute;
  top: 100%;
  left: -15px;
  box-sizing: border-box;
  margin-top: -5px;
}
.brace:after {
  width: 50%;
  border-top: 5px solid #1f2229;
  border-right: 1px solid transparent;
  /* play with this until you like the look of it */
  border-top-right-radius: 80% 30px;
  height: 100%;
  content: "";
  position: absolute;
  top: 100%;
  right: -15px;
  box-sizing: border-box;
  margin-top: -5px;
}
footer {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #71839b;
  font-size: 0.9rem;
  border-bottom: 25px solid red;
  border-image: linear-gradient(#303540, #111111) 40;
  padding: 1rem 0;
}
.small {
  font-size: 0.5em;
}
.menu,
.submenu {
  display: flex;
  background: #2b303a;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #242931;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.2rem;
  row-gap: 0.2rem;
}
.menu li,
.submenu li {
  display: flex;
}
.menu li a,
.submenu li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0.4rem 1.2rem;
  border: 1px solid #313742;
  background: linear-gradient(#4c5768 0%, #363e4b 99%);
  position: relative;
  z-index: 1;
}
.menu li a::before,
.submenu li a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(#5c53bb 0%, #463e9d 99%);
  z-index: -1;
  transition: opacity 0.3s linear;
  opacity: 0;
}
.menu li a:hover::before,
.menu li a.active::before,
.submenu li a:hover::before,
.submenu li a.active::before {
  opacity: 1;
}
.submenu {
  margin-top: 1rem;
  background: transparent;
  border-bottom: none;
}
.submenu li:first-of-type a,
.submenu li:first-of-type a:hover::before,
.submenu li:first-of-type a:link::before,
.submenu li:first-of-type a.active::before {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding-left: 1.4rem;
}
.submenu li:last-of-type a,
.submenu li:last-of-type a:hover::before,
.submenu li:last-of-type a:link::before,
.submenu li:last-of-type a.active::before {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  padding-right: 1.4rem;
}
@media (min-width: 820px) {
  .content {
    background-size: 7rem;
    padding: 3em 3em 1em 3em;
  }
  h1 {
    font-size: 3em;
    margin-bottom: 10px;
  }
  h2 {
    margin: 1.8em 0 2em 0;
    font-size: 1.8rem;
  }
  .menu {
    display: flex;
  }
  .mobile-header {
    display: none;
  }
  .group {
    margin: 2rem 0 4rem 0;
  }
  .group ol {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(163px, 1fr));
  }
  .group.half-size-items ol {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  }
  .group li {
    width: 150px;
    height: 320px;
    list-style-type: none;
    text-align: center;
    font-size: 0.8rem;
  }
  .group li img {
    width: fit-content;
  }
  .group li a {
    display: inline;
  }
  .group li a span {
    margin-right: 0;
  }
  .item-year {
    font-size: 0.8rem;
    display: block;
  }
  .rating {
    display: none;
    font-size: 0.9rem;
    position: absolute;
    z-index: 10;
    padding: 0.7rem 1.2rem 0.7rem 0.7rem;
    border: 1px solid #3f0665;
    border-radius: 0 0 30px 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    background: #000000;
    background-image: linear-gradient(to right bottom, #270a46, #2b0634, #280425, #220319, #1a010e, #19010d, #18000d, #17000c, #1f0116, #230221, #25042d, #21083c);
    color: #ba970d;
    left: 0;
    top: 0;
  }
  .group li:hover .rating {
    display: inline;
  }
  .group.half-size-items li img {
    width: 75px;
  }
  .half-size-items li {
    width: 75px;
    height: 250px;
    font-size: 70%;
  }
  .medium {
    display: none;
  }
  .group li.disney span:first-child::after,
  .group li.voyo span:first-child::after,
  .group li.kino span:first-child::after,
  .group li.other span:first-child::after,
  .group li.netflix span:first-child::after,
  .group li.dropout span:first-child::after,
  .group li.mubi span:first-child::after,
  .group li.hbo span:first-child::after,
  .group li.max span:first-child::after,
  .group li.amazon span:first-child::after,
  .group li.skyshowtime span:first-child::after,
  .group li.youtube span:first-child::after,
  .group li.primaplus span:first-child::after,
  .group li.vimeo span:first-child::after,
  .group li.live span:first-child::after,
  .group li.online-stream span:first-child::after,
  .group li.bluray span:first-child::after {
    line-height: 1.3;
    font-size: 0.8rem;
    border: 1px solid #22262e;
    border-top: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: -4px;
    width: 148px;
    margin-bottom: 0.05rem;
    box-shadow: 0 0 1px #000;
  }
  .group li.disney a:hover span:first-child::after,
  .group li.voyo a:hover span:first-child::after,
  .group li.kino a:hover span:first-child::after,
  .group li.other a:hover span:first-child::after,
  .group li.netflix a:hover span:first-child::after,
  .group li.dropout a:hover span:first-child::after,
  .group li.mubi a:hover span:first-child::after,
  .group li.hbo a:hover span:first-child::after,
  .group li.max a:hover span:first-child::after,
  .group li.amazon a:hover span:first-child::after,
  .group li.skyshowtime a:hover span:first-child::after,
  .group li.youtube a:hover span:first-child::after,
  .group li.primaplus a:hover span:first-child::after,
  .group li.vimeo a:hover span:first-child::after,
  .group li.live a:hover span:first-child::after,
  .group li.online-stream a:hover span:first-child::after,
  .group li.bluray a:hover span:first-child::after {
    box-shadow: 0 0 25px #980df5;
    transition: 0.1s linear;
  }
  .group.half-size-items li.disney span:first-child::after,
  .group.half-size-items li.voyo span:first-child::after,
  .group.half-size-items li.kino span:first-child::after,
  .group.half-size-items li.other span:first-child::after,
  .group.half-size-items li.netflix span:first-child::after,
  .group.half-size-items li.dropout span:first-child::after,
  .group.half-size-items li.mubi span:first-child::after,
  .group.half-size-items li.hbo span:first-child::after,
  .group.half-size-items li.max span:first-child::after,
  .group.half-size-items li.amazon span:first-child::after,
  .group.half-size-items li.skyshowtime span:first-child::after,
  .group.half-size-items li.youtube span:first-child::after,
  .group.half-size-items li.primaplus span:first-child::after,
  .group.half-size-items li.vimeo span:first-child::after,
  .group.half-size-items li.live span:first-child::after,
  .group.half-size-items li.online-stream span:first-child::after,
  .group.half-size-items li.bluray span:first-child::after {
    width: 73px;
  }
  .group li.disney span:first-child::after {
    content: "Disney+";
    background: #16245b;
    color: #94e1e1;
  }
  .group li.live span:first-child::after {
    content: "Live";
    background: #57009f;
    color: #fff;
  }
  .group li.voyo span:first-child::after {
    content: "Voyo";
    background: #4d22c2;
    color: #31e1ea;
  }
  .group li.kino span:first-child::after {
    content: "kino";
    background: #321d49;
    color: #ad17ff;
  }
  .group li.other span:first-child::after {
    content: "Other";
    background: #0a3f16;
    color: #5be425;
  }
  .group li.dropout span:first-child::after {
    content: "Dropout";
    background: #534e13;
    color: #fceb3b;
  }
  .group li.netflix span:first-child::after {
    content: "Netflix";
    background: #3f0405;
    color: #e4111b;
  }
  .group li.amazon span:first-child::after {
    content: "Amazon";
    background: #013141;
    color: #02a8e0;
  }
  .group li.skyshowtime span:first-child::after {
    content: "SkyShowtime";
    background: #462cbc;
    color: #ffffff;
  }
  .group li.bluray span:first-child::after {
    content: "Bluray";
    background: #075958;
    color: #16d0f7;
  }
  .group li.vimeo span:first-child::after {
    content: "Vimeo";
    background: #1eb8eb;
    color: white;
  }
  .group li.youtube span:first-child::after {
    content: "Youtube";
    background: #0e0203;
    color: #ff1517;
  }
  .group li.primaplus span:first-child::after {
    content: "Prima+";
    background: #232124;
    color: #ffffff;
  }
  .group li.hbo span:first-child::after,
  .group li.max span:first-child::after {
    background: #292829;
    color: #ffffff;
  }
  .group li.hbo span:first-child::after {
    content: "HBO";
  }
  .group li.max span:first-child::after {
    content: "Max";
  }
  .group li.mubi span:first-child::after {
    content: "MUBI";
    background: #ffffff;
    color: #000000;
  }
  .group li.online-stream span:first-child::after {
    content: "Online stream";
    background: #26a6d0;
    color: #090404;
  }
  .group.games li {
    width: auto;
    height: 200px;
  }
  .group.games li span {
    display: block;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
  }
  .group.games ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
  }
  .group.games ol li {
    margin: 0 0.47rem;
  }
  .group.games li.completed,
  .group.serials li.completed {
    position: relative;
    color: #f0d179;
  }
  .group.games li.completed:before,
  .group.serials li.completed:before {
    transform: rotate(25deg);
    right: -5%;
    top: 3%;
  }
  .half-size-items.group.games li.completed:before,
  .half-size-items.group.serials li.completed:before {
    transform: rotate(0deg);
    left: -2px;
    top: -10%;
  }
  .group.games li.completed img,
  .group.serials li.completed img {
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(45deg, #664a25, #f0d179);
  }
  .half-size-items.group.games li.completed img,
  .half-size-items.group.serials li.completed img {
    position: relative;
    left: -4px;
    top: -3px;
  }
  /* Serials - Currently active */
  .group.serials li.watching img {
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(45deg, #3f2566, #b379f0);
  }
  .half-size-items.group.serials li.watching img {
    position: relative;
    left: -4px;
    top: -3px;
  }
}
/*# sourceMappingURL=style.css.map */