@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i");
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

body {
  overflow-x: hidden;
  font-family: "grym_rgregular", sans-serif;
  color: #e1e1e1;
  position: relative;
}

body, html {
  height: 100%;
}

hr.testing {
  border-top: 1px solid rgba(17, 72, 107, 0.5);
}

p {
  font-size: 1.2rem;
}
p.corona-first-page {
  color: #cccccc;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

a {
  color: #e1e1e1;
}
a .active, a:hover, a:focus, a:active {
  color: #d09e6d;
  outline: none;
}

a.map-link {
  color: #b1cbeb;
  text-decoration: none;
}
a.map-link:hover {
  color: #d09e6d;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "grym_thin", sans-serif;
  color: #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h1, h2, h3, h4, h5, h6 {
    font-family: "grym_ththin", sans-serif;
  }
}

.btn-sm {
  margin-left: 1rem !important;
}

.info-title {
  font-size: 8rem;
  color: #ddecff;
  margin-bottom: 2.5rem;
}
.info-title a {
  color: #ddecff;
}
.info-title a:hover {
  color: #ddecff;
}

.admin-login {
  color: #586b9a;
  font-size: 1.3rem;
  vertical-align: -0.2rem;
}

.avoinna {
  font-family: "grym_rgregular", sans-serif;
  font-size: 1.4rem;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 200;
  font-family: "grym_ththin", sans-serif;
}

ul, li {
  font-size: 1.2rem;
}

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

.card-joulu-bg {
  background-color: transparent;
  border: thin solid red;
}

.tap-bottles {
  font-size: 2.8rem;
}

.country {
  font-family: "grymlight", sans-serif;
  font-size: 1.65rem;
  color: #efc97f;
  padding: 1.3rem 0 0.2rem 0;
  text-transform: uppercase;
}

.brew-name {
  font-family: "grymlight", sans-serif;
  color: #dedede;
}

.percent {
  font-family: "grymlight", sans-serif;
  font-size: 1.1rem;
  color: #b0b0b0;
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

.beer-label {
  height: 60px;
  width: 60px;
  max-width: initial;
  padding: 0.15rem;
  background-color: #fdfdfb;
  object-fit: contain;
}

.updated {
  font-family: "grymlight_italic", sans-serif;
  color: #8cb8cb;
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

.fa-external-link-alt {
  font-size: 0.9rem;
}

.face-panimo a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #b1cbeb;
}
.face-panimo a:hover {
  color: #d09e6d;
}
.face-panimo img {
  width: 22px;
  height: 22px;
  vertical-align: -0.15rem;
}
.face-panimo-sm img {
  width: 18px;
  height: 18px;
}
.face-panimo-sm .fa-external-link-alt {
  font-size: 0.9rem;
}

.brewery-link {
  font-size: 1.1rem;
  color: #739bc7;
}
.brewery-link:hover {
  color: #d09e6d;
}

.img-frame {
  border: 5px solid #DDDDDD;
}
@media (max-width: 575.98px) {
  .img-frame {
    border: 3px solid #DDDDDD;
  }
}

ul.hours {
  list-style: none;
}
ul.hours li {
  text-indent: -1rem;
}
ul.hours li::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 0.44rem;
  width: 0.44rem;
  margin-right: 0.5rem;
  background-color: #8cb8cb;
  margin-bottom: 0.2rem;
}

.card {
  background-color: transparent;
  font-size: 1.2rem;
}

.list-group {
  background-color: transparent;
  color: #e1e1e1;
}
.list-group-item {
  background-color: transparent;
  color: #e1e1e1;
}

.printer-icon {
  color: #7ab5ce;
  font-size: 1.9rem;
}

.printer-icon-sm {
  color: #7ab5ce;
  font-size: 1.6rem;
}

.jouluaatto {
  font-family: "grym_cn_rgregular", sans-serif;
  text-transform: uppercase;
}

.independence {
  font-family: "grym_rgregular", sans-serif;
  font-size: 1.4rem;
}

.korona-03 {
  font-family: "grym_cn_rgregular", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
}

.covid {
  font-size: 1.1rem;
}

.open-again {
  color: bisque;
}

li.alternative::before {
  background-color: #66c;
}

::-moz-selection {
  text-shadow: none;
  background: #e88206;
}

::selection {
  text-shadow: none;
  background: #e88206;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: rgba(20, 20, 20, 0.9);
  border: none;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: #d09e6d;
}

.navbar-toggler {
  font-size: 1.2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.1rem;
}
@media (min-width: 768px) {
  .navbar-toggler {
    font-size: 1.4rem;
  }
}

.navbar-collapse {
  background-color: rgba(20, 20, 20, 0.3);
}

.navbar-brand {
  color: #d09e6d;
  font-family: "grym_extra_condensedlight", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  border: 1px solid #d09e6d;
  letter-spacing: 0.1rem;
  padding: 0 0.6rem;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 2.2rem;
    padding: 0 0.6rem;
  }
}
@media (max-width: 767.98px) {
  .navbar-brand {
    font-size: 1.6rem;
    padding: 0 0.6rem;
  }
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:active, .navbar-dark .navbar-brand.active {
  color: #debb99;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.3rem;
  padding: 0.3rem 0 0 0;
  font-family: "grym_rgregular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: white;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link:focus-visible, .navbar-nav .nav-item .nav-link.active {
  color: #d09e6d;
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    padding: 1.1rem 1rem;
  }
}
@media (max-width: 1199.98px) {
  .navbar-nav .nav-item .nav-link {
    padding: 1.1rem 1rem 1rem 0.6rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-item .nav-link {
    padding: 0.3rem 0 0.6rem 0.6rem;
  }
}
@media (max-width: 767.98px) {
  .navbar-nav .nav-item .nav-link {
    padding: 0.4rem 0 0.3rem 0.3rem;
  }
}
@media (max-width: 575.98px) {
  .navbar-nav .nav-item .nav-link {
    padding: 0.4rem 0 0.3rem 0.3rem;
    font-size: 1.2rem;
  }
}

.question {
  color: #d09e6d;
  font-size: 1.1rem;
}
.question svg {
  vertical-align: text-top;
}

h1 span, h2 span {
  color: #7b133c;
  font-size: 7rem;
  padding-left: 0.5rem;
}

.main-title {
  font-family: "grym_extra_condensedlight", sans-serif;
  font-size: 12rem;
  letter-spacing: -0.3rem;
  line-height: 0.68;
  margin-bottom: 2.5rem;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .main-title {
    font-size: 9rem;
  }
}
@media (max-width: 575.98px) {
  .main-title {
    font-size: 8rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-title {
    font-family: "grym_extra_condensedlight_IE", sans-serif;
  }
}

.second-title {
  font-family: "grym_extra_condensedlight", sans-serif;
  font-size: 10rem;
  letter-spacing: -0.3rem;
  line-height: 0.68;
  margin-bottom: 2.5rem;
  position: relative;
  text-transform: uppercase;
}
.second-title span {
  color: #7b133c;
  font-size: 6.5rem;
  padding-left: 0.5rem;
}
.second-title span.corona {
  color: #cccccc;
  font-size: 7rem;
  font-weight: 500;
  padding-left: 0.1rem;
}
@media (max-width: 575.98px) {
  .second-title span {
    font-size: 5rem;
  }
}
@media (max-width: 575.98px) {
  .second-title {
    font-size: 6.5rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .second-title {
    font-family: "grym_extra_condensedlight_IE", sans-serif;
  }
}

@media (max-width: 575.98px) {
  .long-word {
    font-family: "grym_extra_condensedlight", sans-serif;
    font-size: 6.5rem;
    letter-spacing: -0.3rem;
    line-height: 0.8;
    margin-bottom: 2.5rem;
    position: relative;
    text-transform: uppercase;
  }
}

.dropcap {
  background: #7b133c none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3rem;
  margin: 7px 7px 0 0;
  text-align: center;
  width: 44px;
  height: 44px;
}

.highlight {
  background: #7b133c none repeat scroll 0 0;
  color: #ffffff;
  padding: 0 6px;
}

.smallT {
  font-size: 2.2rem;
  line-height: 0.6;
  color: #a6b2c1;
}

.smallBoldT {
  font-size: 2.2rem;
  font-family: "grym_condensedSBd", sans-serif;
  line-height: 0.6;
  color: #8998ab;
}

.mediumT {
  font-size: 2.6rem;
  font-family: "grym_condensedlight", sans-serif;
  line-height: 0.6;
  color: #8998ab;
  text-transform: uppercase;
}

.mediumBoldT {
  font-size: 2.6rem;
  font-family: "grymsemibold", sans-serif;
  line-height: 0.6;
  color: #607288;
  text-transform: uppercase;
}

.largeT {
  font-size: 3rem;
  font-family: "grymlight", sans-serif;
  line-height: 0.6;
  letter-spacing: 0.3rem;
  color: #a6b2c1;
  text-transform: uppercase;
}

.largeCondT {
  font-size: 2.8rem;
  font-family: "grymlight", sans-serif;
  line-height: 0.6;
  color: #a6b2c1;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .largeCondT {
    line-height: 0.74;
  }
}

.largeBoldT {
  font-size: 4rem;
  font-family: "grym_cn_rgregular", sans-serif;
  text-transform: uppercase;
}

.authorT {
  font-size: 18px;
  font-weight: 300;
}

section {
  padding: 3.2rem 0;
}
section h3.section-subheading {
  font-family: "grymlight_italic", sans-serif;
  text-transform: none;
  font-style: italic;
  color: #919191;
  margin-bottom: 3rem;
}
section h4.section-subheading {
  font-family: "grymlight_italic", sans-serif;
  text-transform: none;
  font-style: italic;
  color: #919191;
  margin-bottom: 3rem;
}
section#beer, section#beer-draught, section#cider, section#whisky {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section#apteekki {
  background-color: #272f38;
}
section#beer {
  background-color: #1e242b;
}
section#cider {
  background-color: #2f3843;
}
section#whisky {
  background-color: #1f252c;
}
section#brewery, section#beer-draught {
  background-color: #272f38;
}
section#history {
  background-color: #333d49;
}
section#map {
  background-color: #2b333d;
  padding: 20px 0 0 0;
}
section#contact {
  background-color: #414f5f;
  background-image: url("/static/img/info-bg.webp");
  background-position: top left;
  background-repeat: repeat;
}
section#contact .info-avoinna {
  text-transform: lowercase;
  font-size: 2rem;
  color: white;
  padding-left: 0;
}
@media (max-width: 1024px) {
  section#contact {
    background-image: url("/static/img/info-bg.webp");
    background-position: top left;
  }
}
@media (max-width: 900px) {
  section#contact {
    background-image: url("/static/img/info-bg.webp");
    background-position: top left;
  }
}
@media (max-width: 575.98px) {
  section#contact {
    background-image: url("/static/img/info-bg.webp");
    background-position: top left;
  }
}
@media (max-width: 575.98px) {
  section {
    padding: 2rem 0;
  }
}

#map-container {
  position: relative;
  height: 600px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  #map-container {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  #map-container {
    height: 450px;
  }
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

footer {
  background-color: #222222;
  margin-bottom: 0;
  padding: 15px 0;
}

.credits {
  color: #aeaeae;
  font-size: 0.85rem;
  text-transform: uppercase;
  vertical-align: middle;
}

.fa-copyright {
  color: #d09e6d;
}

.bi-c-circle {
  color: #d09e6d;
}

.vertical-bar {
  color: #FCAB4E;
  padding-left: 5px;
  padding-right: 5px;
}

.scroll-up {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .scroll-up {
    right: 20px;
  }
}
@media (max-width: 575.98px) {
  .scroll-up {
    right: 15px;
  }
}
.scroll-up img {
  width: 40px;
  height: auto;
}
@media (max-width: 575.98px) {
  .scroll-up img {
    width: 32px;
    height: auto;
  }
}
.scroll-up a {
  display: block;
  opacity: 0.6;
}
.scroll-up a:visited {
  opacity: 0.6;
}
.scroll-up a:hover {
  opacity: 1;
}
.scroll-up a:active {
  opacity: 0.6;
}

section#print, section#print-ciders, section#print-whiskies {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
section#print td, section#print-ciders td, section#print-whiskies td {
  font-family: "Trebuchet MS", "Source Sans Pro", Roboto, sans-serif;
  font-size: 0.81rem;
  color: #000000;
}
section#print .print-title, section#print-ciders .print-title, section#print-whiskies .print-title {
  background-color: #dae5fe;
  height: 2.2rem;
}
section#print .head-bottles, section#print-ciders .head-bottles, section#print-whiskies .head-bottles {
  font-family: "Trebuchet MS", "Source Sans Pro", Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: black;
  margin-bottom: 0;
  margin-top: 0.1rem;
}
section#print .head-updated, section#print-ciders .head-updated, section#print-whiskies .head-updated {
  font-family: "Trebuchet MS", "Source Sans Pro", Roboto, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #555555;
  margin-bottom: 0;
  margin-top: 0.1rem;
}
section#print .country, section#print-ciders .country, section#print-whiskies .country {
  font-family: "Trebuchet MS", "Source Sans Pro", Roboto, sans-serif;
  font-size: 0.81rem;
  font-weight: bold;
  color: #000000;
  padding: 0.5rem 0 0 0;
  margin-bottom: 0.2rem;
}
section#print table, section#print-ciders table, section#print-whiskies table {
  margin-bottom: 0;
}
section#print table > :not(caption) > * > *, section#print-ciders table > :not(caption) > * > *, section#print-whiskies table > :not(caption) > * > * {
  padding: 0;
}
section#print .beer-percent, section#print-ciders .beer-percent, section#print-whiskies .beer-percent {
  width: 10%;
  text-align: right;
}
section#print .beer-price, section#print-ciders .beer-price, section#print-whiskies .beer-price {
  text-align: right;
  width: 12%;
}
section#print .cider-name, section#print-ciders .cider-name, section#print-whiskies .cider-name {
  width: 75%;
}
section#print .cider-percent, section#print-ciders .cider-percent, section#print-whiskies .cider-percent {
  width: 12%;
  text-align: right;
}
section#print .cider-price, section#print-ciders .cider-price, section#print-whiskies .cider-price {
  text-align: right;
}
section#print-draught {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
section#print-draught td {
  font-family: "Trebuchet MS", "Source Sans Pro", Roboto, sans-serif;
  font-size: 0.9rem;
  color: #000000;
}
section#print-draught .print-title {
  background-color: #dae5fe;
  height: 2.2rem;
}
section#print-draught .head-bottles {
  font-family: "Trebuchet MS", "Source Sans Pro", Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
  margin-top: 0.1rem;
}
section#print-draught .head-updated {
  font-family: "Trebuchet MS", "Source Sans Pro", Roboto, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #555555;
  margin-bottom: 0;
  margin-top: 0.1rem;
}
section#print-draught .country {
  font-family: "Trebuchet MS", "Source Sans Pro", Roboto, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  color: #000000;
  padding: 0.5rem 0 0 0;
  margin-bottom: 0.2rem;
}
section#print-draught table {
  margin-bottom: 0;
}
section#print-draught table > :not(caption) > * > * {
  padding: 0;
}
section#print-draught .beer-name {
  width: 43%;
}
section#print-draught .beer-percent {
  width: 13%;
  text-align: right;
}
section#print-draught .beer-price {
  width: 13%;
  text-align: right;
}
section#print-draught .beer-volume {
  width: 7%;
  text-align: right;
  font-style: italic;
  color: #6c6c6c;
}
section#print-cash-bottles, section#print-cash-ciders {
  padding-top: 0;
  padding-bottom: 0;
}
section#print-cash-bottles td, section#print-cash-ciders td {
  font-family: "Trebuchet MS", "Source Sans Pro", Roboto, sans-serif;
  color: #000000;
}
section#print-cash-bottles .country, section#print-cash-ciders .country {
  font-family: "Trebuchet MS", "Source Sans Pro", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  color: #000000;
  padding: 0.4rem 0 0 0;
  margin-bottom: 0.1rem;
  border-bottom: #b0b0b0 solid 1px;
}
section#print-cash-bottles table, section#print-cash-ciders table {
  margin-bottom: 0;
}
section#print-cash-bottles table > :not(caption) > * > *, section#print-cash-ciders table > :not(caption) > * > * {
  padding: 0;
}
section#print-cash-bottles .beer-name, section#print-cash-ciders .beer-name {
  width: 85%;
}
section#print-cash-bottles .beer-price, section#print-cash-ciders .beer-price {
  text-align: right;
}
section#print-cash-bottles .row {
  --bs-gutter-x: 0.9rem;
}
section#print-cash-bottles td {
  font-size: 0.74rem;
}
section#print-cash-ciders td {
  font-size: 0.8rem;
}

.print-warning {
  color: #ab0058;
  font-size: 1.3rem;
  font-style: italic;
  margin-top: 2rem;
}

@media print {
  .print-warning {
    display: none;
  }
}
@media print {
  .col-md-7 {
    width: 100%;
  }
}
@media print {
  .col-md-5 {
    width: 49%;
  }
}
@media print {
  .col-md-4 {
    width: 45%;
  }
}
@media print {
  .col-md-3 {
    width: 25%;
  }
}
section#thank-you {
  background-color: #272f38;
  height: 100vh;
}

.thanks {
  color: #028c87;
  text-transform: uppercase;
  font-size: 6rem;
  font-family: "grym_cn_rgregular", sans-serif;
}

section#class-draught {
  background-color: #181717;
  height: 100vh;
}

.draught {
  height: 90vh;
}

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