@charset "UTF-8";
/* Colors */
/* Fonts */
/* Text Sizes */
/* Media Queries */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  border: 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.25;
  font-size: 100%;
  color: inherit;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
  text-align: center;
}

h1 {
  font-size: clamp(2em, 5vw, 3em);
}

h2, h3 {
  font-size: clamp(1.5em, 4vw, 2em);
}

h4, h5, h6 {
  font-size: clamp(1.25em, 3vw, 1.5em);
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: -1px;
}
.wp-block-table tr:nth-of-type(odd) {
  background: #34353f;
}
.wp-block-table td {
  padding: 2rem 2rem;
  vertical-align: top;
  min-width: 12rem;
}
.wp-block-table td img {
  display: block;
  max-width: 12rem;
}

.fixed-background, body {
  background-size: cover;
  background-attachment: fixed;
}

.wrapper, .footnote, .footer, .sponsor, .twitch, .news, .content, .children {
  padding: 1em 2em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.container, .footer__container, .sponsor__container, .twitch__container, .news__container, .content__container, .children__container {
  width: min(100%, 120rem);
}

.button, .form__container input[type=submit], .news__link, .cta {
  display: block;
  float: left;
  clear: both;
  color: #13141d !important;
  background-color: #dda645;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 1em 2em;
  cursor: pointer;
}
.button:hover, .form__container input[type=submit]:hover, .news__link:hover, .cta:hover, .button:focus, .form__container input[type=submit]:focus, .news__link:focus, .cta:focus, .button:active, .form__container input[type=submit]:active, .news__link:active, .cta:active {
  text-decoration: none !important;
}
.button, .form__container input[type=submit], .news__link, .cta {
  margin: 0 auto;
}

.cta {
  clear: none;
  float: none;
  display: inline-block;
}
.cta__container {
  margin: 1rem 0;
}
.cta__container--left {
  text-align: left;
}
.cta__container--center {
  text-align: center;
}
.cta__container--right {
  text-align: right;
}

.section-title, .twitch__section-title, .news__section-title {
  text-align: left;
  border: solid #dda645;
  border-width: 0 0 0.5rem 0;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}

.js {
  display: none;
}

.children {
  padding-top: 0;
  padding-bottom: 4rem;
  margin: 0;
  background-color: #13141d;
}
.children__container {
  margin-top: 0;
  margin-bottom: 0;
}
.children__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1em;
}

.child__item {
  position: relative;
}
@media screen and (min-width: 992px) {
  .child__item {
    width: calc(50% - 0.5em);
  }
}
.child__link {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(9, 9, 9, 0.75);
  opacity: 0;
  transition: 0.25s opacity ease-in-out;
  justify-content: center;
  align-items: center;
}
.child__link:hover {
  opacity: 1;
}
.child__label {
  display: inline-block;
  background-color: #dda645;
  padding: 0.5em 0.75em;
  font-weight: bold;
  color: black;
  border-radius: 0.15em;
}

.pplg-form__container {
  padding: 1rem 0;
}
.pplg-form__field {
  position: relative;
  padding: 1rem 0;
  flex-basis: calc(50% - 2rem);
}
.pplg-form__field--additionalInformation {
  flex-basis: 100%;
}
.pplg-form__general {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}
.pplg-form__label {
  display: block;
  margin: 0 0 1rem;
}
.pplg-form__label small {
  display: block;
}
.pplg-form__input, .pplg-form__select {
  color: #13141d;
  width: 100%;
  padding: 1rem;
  transition: background-color 0.25s ease-in-out;
}
.pplg-form__input--additionalInformation, .pplg-form__select--additionalInformation {
  min-height: 15rem;
}
.pplg-form__input--file, .pplg-form__select--file {
  color: rgba(255, 255, 255, 0.8705882353);
}
.pplg-form__input--select, .pplg-form__select--select {
  background-color: white;
  color: #13141d;
  padding: 1rem;
  border: none;
}
.pplg-form__input--checkbox, .pplg-form__select--checkbox {
  width: auto;
  border: 0;
  border-radius: 0;
  box-shadow: 0;
}
.pplg-form__input--submit, .pplg-form__select--submit {
  background-color: #dda645;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0.25rem;
  padding: 1rem 2rem;
  width: auto;
}
.pplg-form__input.hasErrors, .pplg-form__select.hasErrors {
  background-color: rgb(255, 121, 121);
}
.pplg-form__players {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.pplg-form__player {
  flex-basis: 100%;
  justify-content: space-between;
  padding: 1rem 2rem;
  background-color: #34353f;
}
@media screen and (min-width: 768px) {
  .pplg-form__player {
    flex-basis: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1200px) {
  .pplg-form__player {
    flex-basis: calc(33% - 1rem);
  }
}
.pplg-form__player.hidden {
  display: none;
}
.pplg-form__player-controls {
  margin: 1rem 0 2rem;
}
.pplg-form__error {
  display: block;
  margin: 2rem 0;
  padding: 2rem;
  text-align: center;
  background-color: rgb(255, 121, 121);
}
.pplg-form__error.hidden {
  display: none;
}
.pplg-form__control {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8705882353) !important;
  background-color: #34353f;
  font-weight: bold;
  border-radius: 0.25em;
  padding: 0.5em 1em;
  cursor: pointer;
}
.pplg-form__control:hover, .pplg-form__control:focus, .pplg-form__control:active {
  text-decoration: none !important;
}
.pplg-form__control.hidden {
  display: none;
}
.pplg-form__notice {
  display: block;
  margin: 3rem 0;
}
.pplg-form__modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.pplg-form__modal-container.active {
  visibility: visible;
  opacity: 1;
}
.pplg-form__modal-content {
  background-color: #13141d;
  max-width: 75rem;
  flex-grow: 1;
  margin: 2rem;
  padding: 5rem;
}
@keyframes tilt-shaking {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-8rem);
  }
  40% {
    transform: translateX(8rem);
  }
  60% {
    transform: translateX(-4rem);
  }
  80% {
    transform: translateX(4rem);
  }
  100% {
    transform: translateX(0);
  }
}
.pplg-form__modal-content.shaking {
  animation-name: tilt-shaking;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
.pplg-form__modal-heading {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.pplg-form__modal-body {
  margin-bottom: 3rem;
}
.pplg-form__tooltip {
  display: inline-block;
  text-decoration: none;
}
.pplg-form__tooltip:hover, .pplg-form__tooltip:active, .pplg-form__tooltip:focus {
  text-decoration: none !important;
}
.pplg-form__tooltip .tooltip {
  text-align: center;
  font-size: 80%;
  display: block;
  visibility: hidden;
  bottom: 10rem;
  right: 0;
  position: absolute;
  padding: 1.5rem;
  z-index: 1;
  background-color: #13141d;
  color: white;
  border: 1px solid rgb(27.2426470588%, 28.6764705882%, 41.5808823529%);
  opacity: 0;
  transition: 0.15s opacity ease-in-out;
  white-space: nowrap;
  word-break: break-word;
  border-radius: 1rem;
}
.pplg-form__tooltip .tooltip img {
  width: 20rem;
  min-width: 10rem;
}
.pplg-form__tooltip:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #13141d;
  color: rgba(255, 255, 255, 0.8705882353);
  font-size: clamp(1.6rem, 2vw, 2rem);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.logged-in .menu--primary {
  margin-top: 32px;
}
body {
  /*
  &:not(&.home) {
      background-image: none !important;
  }*/
}

.main {
  padding-top: 65px;
}

header {
  scroll-snap-align: start;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .home {
  min-height: 50vh;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #13141d;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-y: auto;
  transform: translateX(-100%);
  overflow: inherit;
}
.menu.has-transition {
  transition: 0.75s transform ease-in-out;
}
.menu.is-visible {
  transform: translateX(0);
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .menu {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    background: none;
    display: flex;
    justify-content: center;
    transform: translateX(0);
    transition: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background: #13141d;
  }
}
.menu__container {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .menu__container {
    display: flex;
    flex-direction: row;
  }
}
.menu__link {
  color: inherit;
  text-align: center;
  display: block;
  padding: 2rem 2.5rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.25s ease-in-out color;
}
.menu__link:active, .menu__link:hover, .menu__link:focus {
  color: #dda645;
}
.menu__link.current-menu-item {
  color: #dda645;
  background-color: #13141d;
}
.menu__toggle {
  display: block;
  transition: 1s transform cubic-bezier(0.86, 0, 0.07, 1);
}
.menu__toggle-container {
  background-color: #13141d;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 0.5rem;
}
@media screen and (min-width: 992px) {
  .menu__toggle-container {
    display: none;
  }
}
.menu__toggle.is-active {
  transform: rotate(180deg);
}
.menu__toggle > div {
  width: 4rem;
  height: 0.5rem;
  margin: 1rem;
  background-color: rgba(255, 255, 255, 0.8705882353);
  transform: none;
  transition: 0.25s transform ease-in-out 0.35s, 0.35s opacity ease-in-out 0.35s;
}
.menu__toggle.is-active > div:nth-child(1) {
  transform: translateY(1.425rem) translateX(0) scaleX(1.25) rotate(45deg);
}
.menu__toggle.is-active > div:nth-child(2) {
  opacity: 0;
}
.menu__toggle.is-active > div:nth-child(3) {
  transform: translateY(-1.425rem) translateX(0) scaleX(1.25) rotate(-45deg);
}

.menu--primary .menu__mobile-logo {
  display: block;
  width: 25%;
  margin: 20px auto;
}
.menu--primary ul li {
  list-style: none;
}
.menu--primary ul li:hover {
  background-color: #13141d;
}
.menu--primary ul li.submenu-open > ul {
  display: contents;
}
.menu--primary ul ul {
  display: none;
  z-index: 99999;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #13141d;
  position: absolute;
  padding: 10px;
  text-align: center;
}
.menu--primary ul ul li {
  padding: 10px;
}
.menu--primary ul ul li a {
  transition: 0.25s color ease-in-out;
}
.menu--primary ul ul li:hover a {
  color: #dda645;
}
@media screen and (min-width: 992px) {
  .menu--primary .menu__mobile-logo {
    display: none;
  }
  .menu--primary ul li {
    list-style: none;
  }
  .menu--primary ul li:hover {
    background-color: #101116;
  }
  .menu--primary ul li:hover > ul {
    display: block;
  }
  .menu--primary ul ul {
    display: none;
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #101116;
    position: absolute;
    padding: 10px;
  }
  .menu--primary ul ul li {
    padding: 10px;
  }
}

.hero {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 9rem;
}
.hero__logo-container {
  width: clamp(32rem, 50%, 42rem);
  align-self: center;
}

.content {
  scroll-snap-align: start;
  text-align: left;
  background: #13141d;
}
.content__container {
  padding-bottom: 3rem;
}
.content a {
  color: #dda645;
}
.content a:hover, .content a:active, .content a:focus {
  text-decoration: underline;
}

.news {
  scroll-snap-align: start;
  background: #13141d;
}
.news--front-page {
  padding-top: 0em;
}
.news__list {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news__list {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
  }
}
.news__item {
  display: flex;
  background: #34353f;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news__item {
    margin-bottom: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1200px) {
  .news__item {
    flex-basis: calc(33.3333% - 1.3333333333rem);
  }
}
.news__thumbnail {
  background-size: cover;
  background-position: center center;
  flex-basis: 50%;
  flex-shrink: 0;
  aspect-ratio: 1;
}
@media screen and (min-width: 992px) {
  .news__thumbnail {
    flex-basis: 40%;
  }
}
.news__content {
  font-size: 0.9em;
  padding: 1em 1em;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .news__content {
    font-size: 0.8em;
  }
}
.news__date {
  font-weight: bold;
}
.news__link {
  font-size: 0.8em;
  padding: 0.5em 1em;
}

.twitch {
  scroll-snap-align: start;
  background-color: #13141d;
  display: none;
}
.twitch--is-active {
  display: flex;
}
.twitch__live {
  margin-bottom: 3rem;
}
.twitch__live[hidden] {
  display: none;
}
.twitch__tabs {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.twitch__tabs:empty {
  display: none;
}
.twitch__tab {
  flex: 1 1 13rem;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .twitch__tab {
    flex-basis: 22rem;
  }
}
.twitch__tab {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75em 1em;
  border: 0;
  border-bottom: 0.4rem solid transparent;
  background: #34353f;
  color: rgba(255, 255, 255, 0.8705882353);
  font: inherit;
  font-size: 0.7em;
  text-align: left;
  cursor: pointer;
  transition: 0.25s border-color ease-in-out, 0.25s color ease-in-out;
}
.twitch__tab:hover, .twitch__tab:focus-visible {
  border-color: rgba(221, 166, 69, 0.5);
}
.twitch__tab--is-active {
  border-color: #dda645;
}
.twitch__tab-channel {
  font-weight: bold;
  font-size: 1.15em;
}
.twitch__tab--is-active .twitch__tab-channel {
  color: #dda645;
}
.twitch__tab-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.twitch__tab-viewers {
  opacity: 0.7;
}
.twitch__embed {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  background: #000;
}
.twitch__embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.twitch {
  /* Varatilan tunnistussoittimet: ladataan ruudun ulkopuolelle, eivät näy kävijälle */
}
.twitch__detectors {
  position: absolute;
  left: -9999px;
  width: 400px;
  height: 300px;
  overflow: hidden;
  visibility: hidden;
}
.twitch__offline {
  margin-bottom: 3rem;
}
.twitch__offline[hidden] {
  display: none;
}
.twitch__offline-text {
  margin-bottom: 2rem;
}
.twitch__upcoming[hidden] {
  display: none;
}
.twitch__upcoming-title {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.twitch__upcoming-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.twitch__upcoming-item {
  background: #34353f;
  margin-bottom: 1rem;
  font-size: 0.8em;
}
.twitch__upcoming-link {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  gap: 0.5rem 2rem;
  padding: 1em;
  transition: 0.25s color ease-in-out;
}
.twitch__upcoming-link:hover {
  color: #dda645;
}
.twitch__upcoming-time {
  font-weight: bold;
  flex-shrink: 0;
}
.twitch__upcoming-time::first-letter {
  text-transform: uppercase;
}
.twitch__upcoming-name {
  flex: 1 1 20rem;
}
.twitch__upcoming-channel {
  color: #dda645;
  font-weight: bold;
}

.form a {
  color: #dda645;
}
.form a:hover, .form a:active, .form a:focus {
  text-decoration: underline;
}
.form__container {
  padding-top: 2rem;
}
.form__container input[type=text],
.form__container input[type=email],
.form__container textarea,
.form__container select,
.form__container option {
  width: 100%;
  color: black;
  padding: 1rem;
}
.form__container input[type=submit] {
  padding: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .form__column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 4rem;
  }
  .form__column:first-of-type {
    margin-bottom: 2rem;
  }
  .form__column:last-of-type {
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .form__field {
    width: calc(50% - 2rem);
  }
}
.form__field {
  margin-top: 0;
  margin-bottom: 2rem;
}
.form .form__input {
  margin-top: -1rem;
}

.sponsor {
  background-color: rgba(255, 255, 255, 0.8705882353);
}
.sponsor__container {
  text-align: center;
}
.sponsor__title {
  display: block;
  text-align: center;
  color: #34353f;
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.sponsor__list {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
}
.sponsor__logo {
  max-width: 16rem;
  max-height: 16rem;
}

.footer {
  flex-direction: column;
  scroll-snap-align: start;
}
.footer__container {
  padding: 1rem 0;
  max-width: 96rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.footer__group-title {
  flex-basis: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
  margin: 2rem 0 0;
}
.footer {
  /* Pelkkä logo: nimi jää ruudunlukijoille */
}
.footer__item--icon-only .footer__icon {
  width: 4.5rem;
  height: 4.5rem;
}
.footer__item--icon-only .footer__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  padding: 0;
}
.footer__item {
  display: flex;
  align-items: center;
  transition: 0.25s color ease-in-out;
  margin: 2rem;
}
.footer__item:hover {
  color: #dda645;
}
.footer__label {
  padding-left: 0.75rem;
  font-weight: bold;
}
.footer__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  fill: currentColor;
}

.footnote {
  display: block;
  text-align: center;
  background-color: #13141d;
}
.footnote a {
  transition: color 0.35s ease-in;
}
.footnote a:hover,
.footnote a:active,
.footnote a:focus {
  color: #dda645;
}

/*# sourceMappingURL=main.css.map */
