/* Rendered: 08:55:37 GMT+0100 (British Summer Time) */ /*
https://git.dbushell.com/dbushell/patchwork/src/branch/main/static/css/base/reset.css#
 */
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:where(html) {
  color-scheme: light;
  hanging-punctuation: first allow-end last;
  interpolate-size: allow-keywords;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

:where(html.translated-rtl) {
  direction: rtl;
}

@media (prefers-reduced-motion: reduce) {
  :where(html) {
    scroll-behavior: auto;
  }
}
:where(body) {
  min-block-size: 100svb;
  min-inline-size: 300px;
}

:where(canvas, img, picture, svg, video) {
  block-size: auto;
  border: none;
  display: block;
  max-inline-size: 100%;
}

:where(button, input, progress, select, textarea) {
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  hanging-punctuation: none;
  line-height: inherit;
  text-align: start;
  touch-action: manipulation;
}

:where(button) {
  cursor: pointer;
  user-select: none;
}

:where(textarea) {
  resize: vertical;
}

:where(textarea:not([rows])) {
  field-sizing: content;
}

:where(fieldset, iframe) {
  border: none;
}

:where(p, li, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

:where(abbr[title]) {
  border: none;
  text-decoration: none;
}

:where(cite) {
  font-style: inherit;
}

:where(small) {
  font-size: inherit;
}

:where(li, ol, ul) {
  list-style: none;
}

:where(dialog, [popover]) {
  background: transparent;
  border: none;
  color: inherit;
  margin: auto;
  max-block-size: none;
  max-inline-size: none;
  position: fixed;
}

:where([popover]) {
  inset: auto;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

html, body {
  background: #082B2B;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #4e4e4e;
  font-weight: 400;
  line-height: 1.6;
  margin: 50px;
}
@media (Max-width: 650px) {
  html, body {
    margin: 20px;
  }
}

body.ScrollLock {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fontdiner Swanky", serif;
  margin-bottom: 0.5em;
  font-weight: 400;
}

h1 {
  font-size: 2.8rem;
  font-weight: 100;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #008080;
}
a:hover {
  color: #005a5a;
}

.Padded {
  padding-bottom: 80px;
  padding-top: 80px;
}

.Container {
  max-width: 1024px;
  margin: 0 auto;
}

@media (max-width: 1124px) {
  .Container {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.Container-Edge-Wide {
  max-width: 2200px;
  margin: 0 auto;
}

.BG-Dark {
  background: #242828;
}

.Center-Image img {
  margin: 0 auto;
}

.Right {
  text-align: right;
}

.MoreLink {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #008080;
  border-bottom: 1px solid #008080;
}
.MoreLink:hover {
  color: #005a5a;
  border-bottom: 1px solid #005a5a;
}

.BigMoreLink {
  text-decoration: none;
  font-size: 1.2rem;
  font-style: italic;
  position: relative;
  border-bottom: 1px solid #008080;
  padding-bottom: 3px;
  /*
  &:after {
    content: '';
    width: 100%;
    height: 50%;
    background: $primary-tint;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 75%;
  }

   */
}

/*
@media (max-width: 2080px) {
  .Container-Wide {
    background: #0c0;
    margin-left: 40px;
    margin-right: 40px;
  }
}
 */
.Spacer {
  background: #efefef;
  height: 5px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.Footer {
  background: #005a5a;
  border-radius: 0 0 7px 7px;
  padding: 10px 40px;
  color: #ffffff;
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
}
.Footer a {
  color: #9FC6C6;
}

.BigTitle {
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: -50px;
  position: relative;
}
.BigTitle .Inner {
  background: #005a5a;
  border-radius: 10px;
  color: #ffffff;
  padding: 30px 20px 20px 20px;
  transform: rotate(4deg);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.BigTitle h1 {
  font-size: 2.4rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
.BigTitle .Subtitle {
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 650px) {
  .BigTitle {
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .BigTitle h1 {
    font-size: 1.8rem;
  }
  .BigTitle .Subtitle {
    font-size: 1.2rem;
  }
}

.Panel {
  background: #ffffff;
  border-radius: 7px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.Panel .Panel-Inner {
  padding: 40px;
}
@media (max-width: 650px) {
  .Panel .Panel-Inner {
    padding: 20px;
  }
}

.PhotoGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: 20px;
}
@media (max-width: 800px) {
  .PhotoGrid {
    display: block;
  }
  .PhotoGrid > div {
    margin-bottom: 20px;
  }
}

.VideoGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: 20px;
}
@media (max-width: 767px) {
  .VideoGrid {
    display: block;
  }
  .VideoGrid > div {
    margin-bottom: 20px;
  }
}