@charset "UTF-8";
/*! Used as a base: 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

:root {
  --clr-primary-100: #047546;
  --clr-primary-100-rgb: 145, 222, 190;
  --clr-primary-200: #086645;
  --clr-primary-200-rgb: 110, 216, 179;
  --clr-primary-300: #145f4a;
  --clr-primary-300-rgb: 73, 212, 173;
  --clr-primary-400: #0f5546;
  --clr-primary-400-rgb: 42, 203, 168;
  --clr-primary-500: rgb(2 68 69);
  --clr-primary-500-rgb: 31, 173, 152;
  --clr-primary-600: #09554f;
  --clr-primary-600-rgb: 21, 142, 132;
  --clr-primary-700: #054241;
  --clr-primary-700-rgb: 13, 109, 107;
  --clr-primary-800: #07474a;
  --clr-primary-800-rgb: 7, 71, 74;
  --clr-primary-900: #032226;
  --clr-primary-900-rgb: 3, 34, 38;
  --clr-monoscl-000: white;
  --clr-monoscl-100: #e6e6e6;
  --clr-monoscl-100-rgb: 230, 230, 230;
  --clr-monoscl-200: #cccccc;
  --clr-monoscl-200-rgb: 204, 204, 204;
  --clr-monoscl-300: #b3b3b3;
  --clr-monoscl-300-rgb: 179, 179, 179;
  --clr-monoscl-400: #999999;
  --clr-monoscl-400-rgb: 153, 153, 153;
  --clr-monoscl-500: gray;
  --clr-monoscl-500-rgb: 128, 128, 128;
  --clr-monoscl-600: #666666;
  --clr-monoscl-600-rgb: 102, 102, 102;
  --clr-monoscl-700: #4d4d4d;
  --clr-monoscl-700-rgb: 77, 77, 77;
  --clr-monoscl-800: #333333;
  --clr-monoscl-800-rgb: 51, 51, 51;
  --clr-monoscl-900: #1a1a1a;
  --clr-monoscl-900-rgb: 26, 26, 26;
  --clr-monoscl-1000: black;
  --clr-monoscl-1000-rgb: 0, 0, 0;
}

*, *::before, *::after {
  box-sizing: inherit;
}

html {
  height: 100%;
  box-sizing: border-box;
}

/* Wrapper */
html {
  background-color: var(--clr-monoscl-200);
}

.wrapper {
  background-color: var(--clr-monoscl-000);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

a {
  text-decoration: none;
  color: var(--clr-primary-600);
}
a:hover, a:focus {
  outline: none;
  color: var(--clr-primary-700);
}
a:active {
  color: var(--clr-primary-500);
}

/*#region Merriweather*/
@font-face {
  font-family: "merriweather";
  src: local("merriweather"), url("/assets/fonts/Merriweather/Merriweather-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "merriweather";
  src: local("merriweather"), url("/assets/fonts/Merriweather/Merriweather-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "merriweather";
  src: local("merriweather"), url("/assets/fonts/Merriweather/Merriweather-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "merriweather";
  src: local("merriweather"), url("/assets/fonts/Merriweather/Merriweather-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "merriweather";
  src: local("merriweather"), url("/assets/fonts/Merriweather/Merriweather-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "merriweather";
  src: local("merriweather"), url("/assets/fonts/Merriweather/Merriweather-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "merriweather";
  src: local("merriweather"), url("/assets/fonts/Merriweather/Merriweather-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "merriweather";
  src: local("merriweather"), url("/assets/fonts/Merriweather/Merriweather-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
/*#endregion*/
/*#region Roboto*/
@font-face {
  font-family: "roboto";
  src: local("roboto"), url("/assets/fonts/Roboto/Roboto-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: local("roboto"), url("/assets/fonts/Roboto/Roboto-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "roboto";
  src: local("roboto"), url("/assets/fonts/Roboto/Roboto-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: local("roboto"), url("/assets/fonts/Roboto/Roboto-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "roboto";
  src: local("roboto"), url("/assets/fonts/Roboto/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: local("roboto"), url("/assets/fonts/Roboto/Roboto-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "roboto";
  src: url("/assets/fonts/Roboto/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: local("roboto"), url("/assets/fonts/Roboto/Roboto-RegularItalic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "roboto";
  src: local("roboto"), url("/assets/fonts/Roboto/Roboto-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: local("roboto"), url("/assets/fonts/Roboto/Roboto-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "roboto";
  src: local("roboto"), url("/assets/fonts/Roboto/Roboto-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: local("roboto"), url("/assets/fonts/Roboto/Roboto-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
/*#endregion*/
/*#region Castellar*/
@font-face {
  font-family: "castellar";
  src: local("castellar"), url("/assets/fonts/Castellar/castellar-regular.ttf");
  font-weight: 700;
  font-style: normal;
}
/*#endregion*/
body {
  font-family: Roboto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Merriweather;
}

.button {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 1em 1.25em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
}
.button__group {
  margin-top: 0.5em;
  font-weight: 500;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  display: flex;
}
.button__group--small {
  margin: auto;
  max-width: 40em;
}
.button__group .button {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.5em;
}
.button__group .button:first-child {
  flex: 1 auto;
}
.button__details:first-child {
  flex: 1 auto;
}
.button__details:first-child :first-child {
  margin-right: 0.25em;
}
.button--primary {
  background-color: var(--clr-primary-500);
  color: var(--clr-monoscl-000);
}
.button--primary:hover, .button--primary:focus {
  background-color: var(--clr-primary-600);
  color: var(--clr-monoscl-100);
}
.button--primary:active {
  background-color: var(--clr-primary-700);
}
.button--outline {
  outline: 0.25em solid var(--clr-primary-500);
  color: var(--clr-primary-000);
  outline-offset: -0.25em;
}
.button--outline:hover, .button--outline:focus {
  background-color: var(--clr-primary-600);
  outline: 0.25em solid var(--clr-primary-600);
  color: var(--clr-monoscl-100);
}
.button--outline:active {
  background-color: var(--clr-primary-700);
}
.button--transparent {
  font-weight: 600;
  font-size: 1.2em;
  border-radius: 0.5em;
  width: 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--clr-primary-800);
  background-color: rgba(var(--clr-primary-900-rgb), 0.75);
  color: var(--clr-monoscl-000);
}
.button--transparent:hover, .button--transparent:focus {
  background-color: var(--clr-primary-900);
  background-color: rgba(var(--clr-primary-900-rgb), 0.9);
  color: var(--clr-monoscl-000);
}
.button--transparent:active {
  background-color: var(--clr-primary-800);
  background-color: rgba(var(--clr-primary-900-rgb), 0.75);
  color: var(--clr-monoscl-000);
}

.banner {
  position: relative;
  background-image: linear-gradient(to right, #0e0c09, #8d4716, #2f1502);
  color: var(--clr-monoscl-000);
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  align-items: center;
  padding: 1em 2em;
}
.banner__logo {
  filter: brightness(0) invert(1);
}
.banner__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 7.5em;
}
.banner__logo {
  flex: 1 auto;
}
.banner__text {
  flex: 100 auto;
  margin: 0 2em;
}
.banner__goes {
  font-family: castellar;
  margin: 0;
}
.banner__medialinks {
  display: none;
}
@media screen and (min-width: 768px) {
  .banner {
    padding: 1em 5em;
  }
  .banner__medialinks {
    display: block;
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
  }
  .banner__media {
    font-size: 2em;
    margin: 0.25em;
    display: block;
    color: var(--clr-monoscl-000);
  }
  .banner__media:hover, .banner__media:focus {
    outline: none;
    color: var(--clr-monoscl-200);
  }
  .banner__media:active {
    color: var(--clr-monoscl-400);
  }
}
@media screen and (min-width: 1201px) {
  .banner__text {
    font-size: 1.5em;
  }
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}
.navbar__logo {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 1em 1.25em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: "merriweather";
  margin: 0;
  padding: 0.5em 1.25em;
  font-size: 2em;
  display: block;
}
.navbar__toggle {
  display: none;
}
.navbar__toggle:checked ~ .navbar__menu {
  transform: scale(1, 1);
}
.navbar__toggle:checked ~ .navbar__menu .navbar__item {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.3s;
}
.navbar__toggle-label, .navbar__facebook {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 1em 1.25em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar__toggle-label {
  left: 0;
}
.navbar__facebook {
  font-size: 1.5em;
  padding: 1em 1em;
  right: 0;
}
.navbar__burger, .navbar__burger::before, .navbar__burger::after {
  background-color: var(--clr-monoscl-000);
  display: block;
  height: 2px;
  width: 2em;
  position: relative;
}
.navbar__burger::before, .navbar__burger::after {
  content: "";
  position: absolute;
}
.navbar__burger::before {
  bottom: 0.625em;
}
.navbar__burger::after {
  top: 0.625em;
}
.navbar__menu {
  overflow: auto;
  background-color: var(--clr-monoscl-900);
  position: absolute;
  width: 100%;
  height: 100vh;
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 0.4s ease-in-out;
}
.navbar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar__list:last-of-type {
  padding-bottom: 5em;
}
.navbar__item {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.navbar__link {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 1em 1.25em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  width: 100%;
}
.navbar--dark {
  color: var(--clr-monoscl-000);
  background-color: var(--clr-monoscl-900);
}
.navbar--dark .navbar__list {
  background-color: var(--clr-monoscl-900);
}
.navbar--dark .navbar__link, .navbar--dark .navbar__toggle-label, .navbar--dark .navbar__facebook, .navbar--dark .navbar__logo {
  background-color: #000000;
  color: var(--clr-monoscl-000);
}
.navbar--dark .navbar__link:hover, .navbar--dark .navbar__link:focus, .navbar--dark .navbar__toggle-label:hover, .navbar--dark .navbar__toggle-label:focus, .navbar--dark .navbar__facebook:hover, .navbar--dark .navbar__facebook:focus, .navbar--dark .navbar__logo:hover, .navbar--dark .navbar__logo:focus {
  background-color: var(--clr-monoscl-1000);
  color: var(--clr-monoscl-200);
}
.navbar--dark .navbar__link:active, .navbar--dark .navbar__link:focus, .navbar--dark .navbar__toggle-label:active, .navbar--dark .navbar__toggle-label:focus, .navbar--dark .navbar__facebook:active, .navbar--dark .navbar__facebook:focus, .navbar--dark .navbar__logo:active, .navbar--dark .navbar__logo:focus {
  background-color: var(--clr-monoscl-1000);
}
@media screen and (min-width: 768px) {
  .navbar__logo, .navbar__toggle-label, .navbar__facebook {
    display: none;
  }
  .navbar__menu {
    transform: scale(1, 1);
    transition: transform 0s;
    display: flex;
    flex-flow: row wrap;
    height: auto;
    position: relative;
  }
  .navbar__list {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 auto;
    justify-content: space-around;
  }
  .navbar__list:last-of-type {
    padding-bottom: 0;
  }
  .navbar__item {
    opacity: 1;
    transition: opacity 0s;
    flex: 1 1 0px;
  }
}

.footer {
  background-color: var(--clr-monoscl-900);
  margin-top: auto;
}
.footer__websites {
  margin: 1em 10%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}
.footer__recommendations {
  padding: 0 2.5em;
  flex-basis: 100%;
  font-family: Merriweather;
  color: var(--clr-monoscl-000);
}
.footer__website {
  padding: 0.5em;
}
.footer__website img {
  height: 6em;
  width: 16em;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__main {
  border-top: 0.25em solid var(--clr-monoscl-800);
  padding-top: 2em;
  color: var(--clr-monoscl-000);
  display: flex;
  flex-flow: row wrap;
  margin: 1em 5% 2em;
  text-align: center;
}
.footer__logo {
  filter: brightness(0) invert(1);
}
.footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 7.5em;
}
.footer__logo, .footer__text {
  flex: 1 auto;
}
.footer__text {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.footer__medialinks {
  flex: 0 0 100%;
}
.footer__disclaimer {
  font-family: Merriweather;
  max-width: 90ch;
  padding-left: 2em;
  padding-right: 2em;
  margin: 1em auto;
}
.footer__media {
  font-size: 2em;
  margin: 0 0.5em;
}
.footer__bottom {
  background-color: var(--clr-monoscl-1000);
  padding: 0.5em 5em;
  display: flex;
  flex-flow: row wrap;
}
.footer__copyright {
  flex: 1 auto;
  margin-right: 5em;
}
.footer__copyright, .footer__links {
  margin: 0.25em;
}
.footer__link + .footer__link {
  margin-left: 0.5em;
}
.footer__link + .footer__link::before {
  content: "|";
  margin-right: 0.5em;
}
.footer__copyright, .footer__media, .footer__link {
  color: var(--clr-monoscl-000);
}
.footer__copyright:hover, .footer__copyright:focus, .footer__media:hover, .footer__media:focus, .footer__link:hover, .footer__link:focus {
  outline: none;
  color: var(--clr-monoscl-200);
}
.footer__copyright:active, .footer__media:active, .footer__link:active {
  color: var(--clr-monoscl-400);
}

.date {
  color: var(--clr-primary-600);
}
.date__day, .date__month {
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  .date {
    position: absolute;
    background-color: var(--clr-primary-500);
    color: var(--clr-monoscl-000);
    left: 1.25em;
    top: 0;
    width: 6em;
  }
  .date::after {
    content: "";
    position: absolute;
    border: solid var(--clr-primary-500);
    border-width: 0.75em 3em 1.5em;
    border-bottom-color: transparent;
    filter: drop-shadow(0 0.25em 0 var(--clr-primary-600));
  }
  .date__day, .date__month {
    text-align: center;
    display: block;
  }
  .date__month {
    font-size: 1em;
  }
  .date__day {
    padding-top: 0.125em;
    font-size: 3em;
  }
}

.location {
  font-weight: 500;
  padding-bottom: 0.5em;
  display: flex;
  flex-flow: row wrap;
}
.location :first-child {
  flex: 1 auto;
}
.location__gridref {
  margin: 0.25em;
  margin-right: 2em;
}
.location__gridref::before {
  content: "Grid Ref:.";
  padding-right: 0.5em;
}
.location__googlemaps {
  margin: 0.25em;
  margin-right: 2em;
}
.location__googlemaps::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  padding-right: 0.5em;
}
.location__googlemaps::after {
  content: "Google Maps";
}

.header {
  background-size: cover;
  text-align: center;
  color: var(--clr-monoscl-100);
}
.header--about {
  background-image: url("/header-images/about.jpg");
  background-position: 0% 40%;
}
.header--articles {
  background-image: url("/header-images/articles.jpg");
  background-position: 0% 22.5%;
}
.header--contact {
  background-image: url("/header-images/contact.jpg");
  background-position: 0% 40%;
}
.header--exploration {
  background-image: url("/header-images/exploration.jpg");
  background-position: 0% 50%;
}
.header--galleries {
  background-image: url("/header-images/galleries.jpg");
  background-position: 0% 60%;
}
.header--great-orme {
  background-image: url("/header-images/great-orme.jpg");
  background-position: 0% 40%;
}
.header--membership {
  background-image: url("/header-images/membership.jpg");
  background-position: 0% 40%;
}
.header--news {
  background-image: url("/header-images/news.jpg");
  background-position: 0% 75%;
}
.header--walks {
  background-image: url("/header-images/walks.jpg");
  background-position: 0% 40%;
}
.header__blur {
  padding: 1em 2.5em 2.5em;
  -webkit-backdrop-filter: blur(2px) brightness(0.5);
          backdrop-filter: blur(2px) brightness(0.5);
}
@supports not ((-webkit-backdrop-filter: blur(2px) brightness(0.5)) or (backdrop-filter: blur(2px) brightness(0.5))) {
  .header__blur {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  }
  @supports not (box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5)) {
    .header__blur {
      background-color: var(--clr-monoscl-800);
    }
  }
}
.header__title {
  font-size: 2.5em;
}
.header__description {
  max-width: 80ch;
  font-size: 1.2em;
  margin-left: auto;
  margin-right: auto;
}

.carousel {
  position: relative;
  /*#region Navarrows*/
  /*#endregion*/
  /*#region Details*/
  /*#endregion*/
}
.carousel__slide {
  height: 70vh;
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  display: none;
}
@-webkit-keyframes slide {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
.carousel__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: var(--clr-monoscl-900);
}
#carousel__powerpoint {
  max-width: 180ch;
  margin-left: auto;
  margin-right: auto;
}
#carousel__powerpoint .carousel__slide {
  height: 60vh;
}
#carousel__powerpoint .carousel__image {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 25px 5px;
}
.carousel__expand, .carousel__info, .carousel__newtab, .carousel__pause {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.carousel__expand {
  margin-right: 1em;
  margin-top: 1em;
}
.carousel__info {
  margin-left: 1em;
  margin-top: 1em;
}
.carousel__newtab {
  margin-right: 1em;
  margin-bottom: 1em;
}
.carousel__pause {
  margin-left: 1em;
  margin-bottom: 1em;
}
.carousel__pause::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.carousel__pause--paused::before {
  content: "";
}
.carousel__pause--playing::before {
  content: "";
}
.carousel__table {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5%;
  margin: auto;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel__tableheader {
  padding-right: 1.5em;
}
.carousel__navarrows {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel__navarrows * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: opacity 0.3s ease;
}
@media (pointer: fine) {
  .carousel__navarrows * {
    opacity: 0;
  }
}
.carousel__navarrows:hover * {
  opacity: 1;
}
.carousel__navarrows button:first-child {
  margin-left: 1em;
}
.carousel__navarrows button:last-child {
  margin-right: 1em;
}
.carousel__details-toggle {
  display: none;
}
.carousel__table {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5%;
  margin: auto;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel__tableheader {
  padding-right: 1.5em;
}
.carousel__details {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--clr-monoscl-000);
  background-color: rgba(var(--clr-monoscl-1000-rgb), 0.8);
  width: 100%;
  height: 100%;
}
.carousel__details-toggle:checked ~ .carousel__details {
  display: block;
}

.gallery {
  padding: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
  grid-gap: 0.5em;
}
.gallery__button {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 1em 1.25em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--clr-monoscl-1000);
}
.gallery__button:focus .gallery__image, .gallery__button:hover .gallery__image {
  transform: scale(1.1);
  filter: blur(2px);
  opacity: 0.6;
}
.gallery__button:focus .gallery__caption, .gallery__button:hover .gallery__caption {
  opacity: 1;
}
.gallery__button:focus .gallery__caption span::before, .gallery__button:focus .gallery__caption span::after, .gallery__button:hover .gallery__caption span::before, .gallery__button:hover .gallery__caption span::after {
  width: 100%;
}
.gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease, opacity 0.3s ease;
}
.gallery__caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-monoscl-000);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery__caption span {
  position: relative;
  margin: 15%;
  padding: 15px 0;
}
.gallery__caption span::before, .gallery__caption span::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: var(--clr-monoscl-000);
  width: 0;
  transition: width 0.3s ease-out;
}
.gallery__caption span::before {
  top: 0;
  left: 0;
}
.gallery__caption span::after {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .gallery__button--large {
    grid-column: span 2;
    grid-row: span 2;
  }
  .gallery__button--horizontal {
    grid-column: span 2;
  }
  .gallery__button--vertical {
    grid-row: span 2;
  }
}

.main__title {
  text-align: center;
  max-width: 90ch;
  padding-left: 2em;
  padding-right: 2em;
  margin: auto;
}
.main__subtitle {
  font-size: 1.5em;
  margin: 0.5em;
  padding-right: 2em;
}
.main__description {
  max-width: 90ch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em; 
  white-space: pre-line;
}
.main__description--large {
  max-width: 120ch;
}
.main__subdescription {
  margin: 0.5em 2em 1.5em;
}
.main__media {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1200px;
  height: 315px;
  padding: 0.5em;
}
.main__mediasubcontainer {
  position: relative;
}
.main__mediacontainer {
  display: flex;
  justify-content: center;
}
.main__mediacontainer iframe {
  width: 700px;
}
.main__mediacontainer--large .main__media {
  height: 750px;
}
.main__mediacontainer--extralarge .main__media {
  height: 750px;
}
.main__mediabtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  margin-right: 1em;
  margin-top: 1em;
}
.main__googlemaps {
  border-radius: 5px;
  width: 100%;
  height: 25em;
}
.main__section {
  display: flex;
  flex-flow: row wrap;
  padding: 1em;
  max-width: 120em;
  margin: auto;
  justify-content: center;
}
.main__content {
  overflow: hidden;
  padding: 1em;
}
.main__subcontent {
  overflow: hidden;
  padding-bottom: 1em;
}
.main__divider {
  flex: 1 0 min(40em, 100%);
}
.main__container {
  position: relative;
  margin: 1em;
  padding: 1em;
  border-radius: 10px;
  background-color: var(--clr-monoscl-100);
  flex: 1 0 min(40em, 100%);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .main__container--date, .main__container--news {
    padding-left: 10em;
  }
}
.main__containerlink {
  flex: 0 1 40em;
}
.main__container--news {
  min-height: 20em;
  flex: 1 0 min(20em, 100%);
  max-width: 40em;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
  transition: box-shadow 0.2s ease;
  color: var(--clr-monoscl-100);
}
.main__container--news:hover {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8);
}
.main__container--news p {
  font-size: 1.2em;
}
.main__container--news .main__author {
  text-align: left;
  padding-left: 2em;
}
.main__container--grey {
  color: var(--clr-monoscl-800);
  background-color: var(--clr-monoscl-200);
}
.main__container--grey .date {
  color: var(--clr-monoscl-100);
  background-color: var(--clr-monoscl-500);
}
.main__container--grey .date::after {
  border-color: var(--clr-monoscl-500);
  border-bottom-color: transparent;
  filter: drop-shadow(0 0.25em 0 var(--clr-monoscl-600));
}
.main__container--grey a {
  color: var(--clr-monoscl-600);
}
.main__container--grey a:hover, .main__container--grey a:focus {
  outline: none;
  color: var(--clr-monoscl-700);
}
.main__container--grey a:active {
  color: var(--clr-monoscl-500);
}
.main__date {
  text-align: center;
  margin-top: 0.5em;
}
.main__author {
  font-size: 1.2em;
  font-family: Merriweather;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}
.main__breadcrumbs {
  font-weight: 600;
  margin: 1em 10% 0;
  text-transform: capitalize;
}
.main__breadcrumb + .main__breadcrumb {
  margin-left: 0.25em;
}
.main__breadcrumb + .main__breadcrumb::before {
  content: ">";
  margin-right: 0.25em;
}
.main__imagegrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 175px;
  grid-auto-flow: dense;
  grid-gap: 0.5em;
}
.main__imagegriditem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__caption {
  text-align: center;
  font-weight: 600;
  margin-top: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  background-color: rgba(var(--clr-monoscl-1000-rgb), 0.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal__content {
  width: 100%;
  height: 100%;
}
.modal .carousel {
  width: 100%;
  height: 100%;
  padding: 5em;
  vertical-align: middle;
}
.modal .carousel__slide {
  height: 100%;
}
.modal .carousel__image {
  -o-object-fit: contain;
     object-fit: contain;
}

.error {
  padding: 3em;
  position: relative;
  height: 30em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.error__code, .error__message {
  position: absolute;
  font-family: roboto;
}
.error__code {
  font-weight: 900;
  font-size: 25em;
  color: var(--clr-monoscl-300);
}
.error__message {
  padding: 0 1em;
  font-weight: 900;
  font-size: 2em;
  color: var(--clr-monoscl-900);
  z-index: 1;
}
.error__description {
  font-size: 1.5em;
  padding-top: 17.5em;
}

.contacts {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
.contacts .main__subtitle {
  margin-top: 1em;
}
.contacts__row:hover {
  background-color: var(--clr-monoscl-200);
}
.contacts__role {
  padding-left: 2em;
}
.contacts__role {
  text-align: left;
  font-size: 1.2em;
}
.contacts__email {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .contacts {
    text-align: center;
  }
  .contacts .main__subtitle {
    padding: 0;
  }
  .contacts__role, .contacts__name, .contacts__email {
    display: block;
    text-align: center;
    padding-left: 0;
  }
}
