/*! 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.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* 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.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */


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.
 */

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input {
  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 { /* 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.
 */

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/**
 * 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.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */


h1,
h2,
p {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 * to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

input:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::placeholder {
  color: inherit;
  opacity: 0.5;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */


canvas {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

.header {
  width: 100%;
  background-size: cover;
  background-position: right top;
  position: absolute;
  background-image: url(1dc4ff92c6efa417238ed5cec2ae8a8a.jpg);
  z-index: -5;
  height: 1317px;
}

.paper {
  max-width: 750px;
  min-height: 902px;
  position: relative;
}

.paper::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: "";
  background-image: url(ca27b28c0763933ac993263ad018532a.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}

@media (min-width: 768px) {
  .paper:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
  }
}

.schedule-title {
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  color: #FF9E00;
  letter-spacing: 0.025em;
  text-align: center;
  z-index: 10;
  margin-bottom: -2rem;
  position: relative;
  text-shadow: 2px 2px 0 #172e17;
  font-size: 40px;
}

@media (min-width: 640px) {
  .schedule-title {
    font-size: 3.75rem;
    margin-bottom: -3rem;
    text-shadow: 10px 5px 0 #172e17;
  }
}

@media (min-width: 1024px) {
  .schedule-title {
    font-size: 8.75rem;
    margin-bottom: -6rem;
  }
}

.schedule-wrap {
  overflow-x: scroll;
}

.schedule {
  min-width: 600px;
}

.schedule,
.schedule td,
.schedule th {
  border-color: #222020;
  border-style: solid;
  border-width: 3px;
  vertical-align: top;
}

.schedule tr td:first-child,
.schedule tr th:first-child {
  font-weight: 700;
  text-align: right;
}

.schedule td,
.schedule th {
  padding: 0.5rem;
  min-width: 120px;
}

@media (min-width: 768px) {
  .schedule td,
  .schedule th {
    min-width: 180px;
    padding: 1.25rem;
  }
}

.schedule th {
  font-weight: 700;
  vertical-align: bottom;
  background-color: #6F914B;
  text-align: left;
}

.schedule thead th {
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .schedule thead th {
    padding-top: 4rem;
  }
}

td.schedule-varustus {
  background-color: #345633;
  border-color: #345633;
}

.schedule th:nth-child(2),
.schedule th:nth-child(3) {
  width: 50%;
}

.deco-title {
  position: relative;
}

.deco-title::before {
  z-index: -1;
  background-color: #E0411D;
  content: "";
  display: block;
  width: 90%;
  height: 240px;
  -webkit-transform: skewX(-10deg) rotate(-2deg) translateX(-50%);
          transform: skewX(-10deg) rotate(-2deg) translateX(-50%);
  position: absolute;
  top: 0px;
  left: 50%;
}

@media (min-width: 640px) {
  .deco-title::before {
    top: 20px;
  }
}

.deco-title-orange::before {
  background-color: #FF9E00;
  height: 50px;
  top: 0px;
}

@media (min-width: 640px) {
  .deco-title-orange::before {
    height: 120px;
  }
}

.tv {
  background-image: url(9382da0b5645b26b407c06ca4cbaff87.png);
  background-size: contain;
  width: calc(420px / 1.5);
  height: calc(453px / 1.5);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: -100px;
}

@media (min-width: 1280px) {
  .tv {
    margin-bottom: 80px;
    width: 420px;
    height: 453px;
    margin-top: -300px;
  }
}

.laws {
  max-width: 385px;
  position: relative;
}

@media (min-width: 1280px) {
  .laws::before {
    z-index: -1;
    background-color: #264026;
    content: "";
    display: block;
    width: calc(100% + 100px);
    height: 100%;
    -webkit-transform: skewX(-3deg) skewY(-3deg) rotate(-2deg) translateX(-50%);
            transform: skewX(-3deg) skewY(-3deg) rotate(-2deg) translateX(-50%);
    position: absolute;
    top: 20px;
    left: 50%;
  }
}

.laws li {
  margin-bottom: 1rem;
}

.footer {
  width: 100%;
  background-size: cover;
  position: absolute;
  background-image: url(93e0b021388b9307b26d7137bf1c8f24.png);
  z-index: -5;
  height: 650px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group input[type="text"],
.form-group input[type="email"] {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border-style: dashed;
  border-bottom-width: 2px;
  border-color: #222020;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus {
  outline: 0;
  border-color: #FF9E00;
}

.form-group input:checked + label {
  color: #E0411D;
}

.btn {
  display: inline-block;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  border-color: #E0411D;
  color: #E0411D;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}

.btn:hover {
  background-color: #E0411D;
  color: #fff;
}

.btn-secondary {
  color: #FF9E00;
  border-color: #FF9E00;
}

.btn-secondary:hover {
  background-color: #FF9E00;
}

.body-copy p {
  margin-bottom: 1.25rem;
}

.body-copy ul {
  margin-bottom: 1.25rem;
}

.bg-modal {
  background-color: rgba(0,0,0,0.6);
}

.bg-light {
  background-color: #F4F0E8;
}

.bg-green-200 {
  background-color: #345633;
}

.bg-green-400 {
  background-color: #264026;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-initial {
  flex: 0 1 auto;
}

.font-sans {
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-mono {
  font-family: Courier, "Courier New", Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.font-bold {
  font-weight: 700;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-loose {
  line-height: 2;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 76.875rem;
}

.max-w-8xl {
  max-width: 90rem;
}

.opacity-50 {
  opacity: 0.5;
}

.overflow-y-auto {
  overflow-y: auto;
}

.p-12 {
  padding: 3rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #E0411D;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 3.125rem;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.visible {
  visibility: visible;
}

.z-50 {
  z-index: 50;
}

.max-h-screen-90 {
  max-height: 90vh;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

@media (min-width: 640px) {

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 3.125rem;
  }

  .sm\:indent-10 {
    text-indent: 2.5rem;
  }
}

@media (min-width: 768px) {

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:text-base {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }
}

@media (min-width: 1280px) {

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
