@charset "UTF-8";
/* Reset
 * from Kirby @ https://github.com/getkirby/starterkit/blob/master/assets/css/main.css
-------------------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

* {
  outline: none;
}

a,
a:focus {
  text-decoration: none;
  color: inherit;
}

a {
  outline: none;
}

a[href^=tel] {
  border: none;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

input {
  border-radius: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

video {
  max-width: 100%;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
html {
  font-size: 10px;
}

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

button {
  border-radius: 0;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

address {
  font-style: normal;
}

/*


      ___|         |
     |       _ \   |   _ \    __|  __|
     |      (   |  |  (   |  |   \__ \
    \____| \___/  _| \___/  _|   ____/



*/
/* Grays
-------------------------------------------------- */
/* Colors
-------------------------------------------------- */
:root {
  --blue: #2ba7df;
  --green: #00aca8;
  --red: #ef4023;
  --warning: gold;
  --failed: #fd5e53;
}

/* General
-------------------------------------------------- */
/* Color Application
-------------------------------------------------- */
/*
    Dimensions for easier responsive styling
*/
/* Breakpoints
* mainly from http://callmenick.com/post/maintainable-responsive-web-design-with-sass
* usage:
    @include break(0, sm) { // break
    @include break(sm) { // use this for min width declarations
    @include break(sm, lg) { // use this for min and max-width declarations
-------------------------------------------------- */
:root {
  --gutterInt: 10;
  --columnInt: 85;
  --pageWidthInt: 400;
  --gutter: calc(var(--gutterInt) / var(--pageWidthInt) * 100vw);
  --column: calc(var(--columnInt) / var(--pageWidthInt) * 100vw);
}
@media (min-width: 48em) {
  :root {
    --gutterInt: 40;
    --columnInt: 85;
    --pageWidthInt: 1620;
  }
}
@media (min-width: 85.375em) {
  :root {
    --gutter: calc(var(--gutterInt) * 1px);
    --column: calc(var(--columnInt) * 1px);
  }
}

/* Gutters
-------------------------------------------------- */
/* Columns
-------------------------------------------------- */
/* Sizes
-------------------------------------------------- */
/* Core
-------------------------------------------------- */
.core {
  padding: 0 calc(var(--gutter) * 2);
}

.sm-grid {
  display: grid;
  grid-column: core;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: var(--gutter);
       column-gap: var(--gutter);
}
@media (min-width: 48em) {
  .sm-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

.error-intro p {
  font-family: "Trocchi", serif;
}

body, .updated-date, .servers-table, .button, .login-fixed, nav, h2, .content-section ul:not(.swiper-wrapper),
.residence-details-section ul:not(.swiper-wrapper), p, h1 {
  font-family: "Montserrat", sans-serif;
}

/* Fonts
* underlying structure from https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
-------------------------------------------------- */
/* build sizes
-------------------------------------------------- */
/* build font sizes
* start with style, then greek size group name, then two sizes for mobile and desktop
-------------------------------------------------- */
.content-section ul:not(.swiper-wrapper),
.residence-details-section ul:not(.swiper-wrapper), p, h1 {
  font-size: 4.8387096774vw;
  line-height: 1.1;
}
@media (min-width: 48em) {
  .content-section ul:not(.swiper-wrapper),
  .residence-details-section ul:not(.swiper-wrapper), p, h1 {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 101.25em) {
  .content-section ul:not(.swiper-wrapper),
  .residence-details-section ul:not(.swiper-wrapper), p, h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 4.5161290323vw;
  line-height: 1.1;
}
@media (min-width: 48em) {
  h2 {
    font-size: 1.7283950617vw;
  }
}
@media (min-width: 101.25em) {
  h2 {
    font-size: 28px;
  }
}

nav {
  font-size: 3.5483870968vw;
  line-height: 1.1;
}
@media (min-width: 48em) {
  nav {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 101.25em) {
  nav {
    font-size: 18px;
  }
}

.servers-table, .button, .login-fixed {
  font-size: 3.5483870968vw;
  line-height: 1.1;
}
@media (min-width: 48em) {
  .servers-table, .button, .login-fixed {
    font-size: 0.8641975309vw;
  }
}
@media (min-width: 101.25em) {
  .servers-table, .button, .login-fixed {
    font-size: 14px;
  }
}

.updated-date {
  font-size: 2.2580645161vw;
  line-height: 1.1;
}
@media (min-width: 48em) {
  .updated-date {
    font-size: 0.7407407407vw;
  }
}
@media (min-width: 101.25em) {
  .updated-date {
    font-size: 12px;
  }
}

.error-intro p {
  font-size: 5.1612903226vw;
  line-height: 1.1;
}
@media (min-width: 48em) {
  .error-intro p {
    font-size: 2.3456790123vw;
  }
}
@media (min-width: 101.25em) {
  .error-intro p {
    font-size: 38px;
  }
}

.random,
.another {
  color: brown;
}
.random .another,
.another .another {
  color: red;
}

.text {
  line-height: 1.2;
}
.text p {
  margin-bottom: calc(var(--gutter) * 2);
}
@media (min-width: 48em) {
  .text p {
    margin-bottom: calc(var(--gutter));
  }
}

/*
    Better grid system
    2023
*/
/*
-------------------------------------------------- */
.grid {
  display: grid;
  -moz-column-gap: var(--gutter);
       column-gap: var(--gutter);
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 48em) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

/* Helpers
* at beginning of CSS cascade so can be used in other partials
-------------------------------------------------- */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* Links
-------------------------------------------------- */
a {
  text-decoration: underline;
  text-underline-offset: 0.6vw;
  text-decoration-thickness: 0.01vw;
  text-decoration-color: white;
}
a:hover, a:focus, a:focus-visible {
  color: var(--red);
  text-decoration: underline;
  text-decoration-thickness: 0.01vw;
}
a:focus-visible {
  outline: 2px solid black;
  outline-offset: calc(var(--gutter) / 32);
  box-shadow: 0 0 10px white;
}
@media (min-width: 48em) {
  a {
    text-underline-offset: 0.4vw;
  }
}

a.icon {
  font-weight: 600;
  position: relative;
}
a.icon:hover {
  color: var(--red);
}
a.icon:hover:after {
  color: var(--red);
  content: url(/assets/svg/icons/right-arrow-hover.svg);
}
a.icon:after {
  content: " ➮";
  content: url(/assets/svg/icons/right-arrow-yellow.svg);
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  top: 2px;
  margin-left: 5px;
  color: hsl(0, 0%, 88%);
}

.anchor-link {
  display: block;
  position: absolute;
  top: 0;
  visibility: hidden;
  top: -15vw;
}
@media (min-width: 48em) {
  .anchor-link {
    top: 0;
  }
}
@media (min-width: 85.375em) {
  .anchor-link {
    top: -2rem;
  }
}

/* Mixins
-------------------------------------------------- */
/* smaller, better bullets
    -------------------------------------------------*/
.no-bullets-list li {
  margin: 0;
}
.no-bullets-list li::before {
  content: none;
}

/* allow break emails, from https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
-------------------------------------------------- */
/* Body Element
-------------------------------------------------- */
body {
  color: var(--dark-gray);
  font-variant-numeric: oldstyle-nums;
}
body.open-nav {
  height: 100%;
  overflow-y: hidden;
}

/* Nav
-------------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  padding: calc(var(--gutter) / 2) var(--gutter) 0;
  gap: calc(var(--gutter) / 2);
}

/* Heading Elements
-------------------------------------------------- */
h1 {
  text-align: center;
  padding: calc(var(--gutter) / 2) 0 calc(var(--gutter) / 2);
}
@media (max-width: 47.9em) {
  h1 {
    padding: calc(var(--gutter) * 6) 0 calc(var(--gutter) / 2);
  }
}
@media (min-width: ) and (max-width: 47.9em) {
  h1 {
    padding: calc(var(--gutter) * 6) 0 calc(var(--gutter) / 2);
  }
}

h2 {
  padding: 0 0 calc(var(--gutter) / 2);
}

/* Main Element
-------------------------------------------------- */
main {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
/* Nav
-------------------------------------------------- */
nav {
  text-transform: uppercase;
  line-height: 1.5;
  text-align: right;
  display: flex;
}

/* Paragraph Element
-------------------------------------------------- */
p {
  line-height: 1.4;
  margin-bottom: var(--gutter);
}
@media (min-width: 48em) {
  p:last-child {
    margin-bottom: 0;
  }
}

/* List Elements
-------------------------------------------------- */
.content-section ul:not(.swiper-wrapper),
.residence-details-section ul:not(.swiper-wrapper) {
  margin-bottom: var(--gutter);
}
.content-section ul:not(.swiper-wrapper) li,
.residence-details-section ul:not(.swiper-wrapper) li {
  margin-left: calc(var(--gutter) * 1.5);
}
@media (min-width: 48em) {
  .content-section ul:not(.swiper-wrapper) li,
  .residence-details-section ul:not(.swiper-wrapper) li {
    margin-left: calc(var(--gutter) * 0.75);
  }
}
.content-section ul:not(.swiper-wrapper) li:before,
.residence-details-section ul:not(.swiper-wrapper) li:before {
  content: "•";
  position: absolute;
  margin-left: calc(var(--gutter) * -1.5);
}
@media (min-width: 48em) {
  .content-section ul:not(.swiper-wrapper) li:before,
  .residence-details-section ul:not(.swiper-wrapper) li:before {
    transform: scale(1.2);
    margin-right: calc(var(--gutter) / 4);
    margin-left: calc(var(--gutter) * -0.75);
  }
}
.content-section li,
.residence-details-section li {
  position: relative;
  line-height: 1.4;
  padding: 0 0 var(--gutter);
}
.content-section li::before,
.residence-details-section li::before {
  position: absolute;
}
@media (min-width: 48em) {
  .content-section li,
  .residence-details-section li {
    padding: 0 0 calc(var(--gutter) / 2);
  }
}

/* Video Element
-------------------------------------------------- */
.video-controls-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  height: 100%;
  top: 0;
  bottom: unset;
  padding-bottom: calc(var(--gutter) / 2);
  display: flex;
  align-items: flex-end;
  height: 100vh;
  max-height: 100vw;
  margin: 0 calc(var(--gutter) / 1.5);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
}
@media (min-width: 48em) {
  .video-controls-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: calc(var(--gutter) / 2);
    max-height: 56.25vw;
  }
}
.video-controls-wrapper svg {
  display: block;
  overflow: visible;
  --icon-scale: 2.5;
  --icon-scale: 3;
  width: calc(var(--gutter) * var(--icon-scale));
  height: calc(var(--gutter) * var(--icon-scale));
  fill: white;
  cursor: pointer;
}
.video-controls-wrapper svg:hover {
  fill: var(--red);
}
@media (min-width: 48em) {
  .video-controls-wrapper svg {
    --icon-scale: 1.2;
  }
}

.video-controls {
  position: absolute;
  z-index: 2;
  display: block;
  right: 1vw;
  bottom: 1vw;
  display: flex;
  align-items: center;
}
@media (min-width: 32em) {
  .video-controls {
    right: 1vw;
    bottom: 1vw;
  }
}
@media (min-width: 101.25em) {
  .video-controls {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-controls.short-screen-video-controls {
    display: none !important;
  }
}
@media (min-aspect-ratio: 16/9) {
  .video-controls.tall-screen-video-controls {
    display: none !important;
  }
  .video-controls.short-screen-video-controls {
    display: flex;
  }
  .pin-video-controls .video-controls {
    position: fixed;
  }
}
.video-controls use {
  pointer-events: none;
}

.video-volume-icon,
.video-play-icon,
.video-pause-icon,
.video-fullscreen-icon {
  cursor: pointer;
  display: block;
  fill: hsl(0, 0%, 80%);
}
.video-volume-icon:hover,
.video-play-icon:hover,
.video-pause-icon:hover,
.video-fullscreen-icon:hover {
  fill: white;
}

.video-volume-icon {
  width: 8vw;
  height: 8vw;
}
@media (min-width: 32em) {
  .video-volume-icon {
    width: 4vw;
    height: 4vw;
  }
}
@media (min-width: 101.25em) {
  .video-volume-icon {
    width: 40px;
    height: 40px;
  }
}

.video-play-icon,
.video-pause-icon {
  width: 9vw;
  height: 9vw;
}
@media (min-width: 32em) {
  .video-play-icon,
  .video-pause-icon {
    width: 5vw;
    height: 5vw;
  }
}
@media (min-width: 101.25em) {
  .video-play-icon,
  .video-pause-icon {
    width: 50px;
    height: 50px;
  }
}

.video-fullscreen-icon {
  padding: calc(var(--gutter) / 3);
  width: 9vw;
  height: 9vw;
}
@media (min-width: 32em) {
  .video-fullscreen-icon {
    width: 5vw;
    height: 5vw;
  }
}
@media (min-width: 48em) {
  .video-fullscreen-icon {
    display: none;
  }
}

.unmuted .video-unmute-wrapper {
  display: none;
}

.video-mute-wrapper {
  display: none;
}
.unmuted .video-mute-wrapper {
  display: block;
}

.paused .video-pause-wrapper {
  display: none;
}

.video-play-wrapper {
  display: none;
}
.paused .video-play-wrapper {
  display: block;
}

/* Login Feature
-------------------------------------------------- */
.login-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-wrapper {
  padding: calc(var(--gutter) / 4);
  box-shadow: 0 0 0 calc(var(--gutter) / 4) var(--red), 0 0 0 calc(var(--gutter) / 2) var(--green), 0 0 0 var(--gutter) var(--blue); /* Third "outline" */
}

.password-wrapper {
  margin-bottom: calc(var(--gutter) / 4);
}

.login-label {
  display: block;
  margin-bottom: calc(var(--gutter) / 8);
}

.login-input {
  border-bottom: calc(var(--gutter) / 32) solid var(--red);
  margin-bottom: calc(var(--gutter) / 8);
}

.login-submit {
  display: block;
  float: right;
  padding: calc(var(--gutter) / 8) calc(var(--gutter) / 4);
}
.login-submit:hover {
  cursor: pointer;
  color: white;
  background-color: var(--blue);
}

.login-error {
  color: white;
  font-weight: 600;
  background-color: var(--red);
  padding: calc(var(--gutter) / 4);
  margin-bottom: calc(var(--gutter) / 2);
}

/* Home Page
-------------------------------------------------- */
.home-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.login-link {
  color: red;
  font-size: 15vw;
  text-decoration: underline;
}
@media (min-width: 48em) {
  .login-link {
    font-size: 5vw;
  }
}
.login-link:hover {
  color: blue;
}

/* Error Page
-------------------------------------------------- */
.error-page {
  min-height: 100vh;
}
.error-page header {
  position: relative;
}
.error-page main {
  margin: var(--column) 0 var(--column);
}
.error-page a {
  color: var(--storm-blue);
}

.error-intro {
  margin-bottom: calc(var(--gutter) / 2);
}
.error-intro p {
  line-height: 1.2;
}

/* Servers Report Page
-------------------------------------------------- */
.servers-table {
  table-layout: fixed;
  line-height: 1.4;
  /* Highlight the table row on hover */
}
.servers-table thead {
  font-weight: 700;
}
.servers-table td {
  padding: calc(var(--gutter) / 4);
}
@media (max-width: 47.9em) {
  .servers-table td {
    display: block;
    margin: 0 0 var(--gutter);
    padding: var(--gutter);
  }
}
@media (min-width: ) and (max-width: 47.9em) {
  .servers-table td {
    display: block;
    margin: 0 0 var(--gutter);
    padding: var(--gutter);
  }
}
.servers-table tr:hover {
  color: black;
  background-color: lightgray; /* Light gray background on hover */
}
@media (max-width: 47.9em) {
  .servers-table {
    border-spacing: 0 20px; /* 10px horizontal spacing, 20px vertical spacing */
  }
}
@media (min-width: ) and (max-width: 47.9em) {
  .servers-table {
    border-spacing: 0 20px; /* 10px horizontal spacing, 20px vertical spacing */
  }
}

thead {
  position: sticky;
  top: 0;
  background-color: lightgray;
  text-align: center;
}
@media (max-width: 47.9em) {
  thead {
    display: none;
  }
}
@media (min-width: ) and (max-width: 47.9em) {
  thead {
    display: none;
  }
}

.button {
  text-transform: uppercase;
  letter-spacing: calc(var(--gutter) / 32);
  font-weight: 600;
  padding: calc(var(--gutter) / 3);
  display: block;
  text-decoration: none !important;
}

.logout-button {
  background-color: lightgray;
}
.logout-button:hover {
  color: white;
  background-color: var(--red);
}

.create-pdf-button {
  color: white;
  background-color: var(--blue);
}
.create-pdf-button:hover {
  background-color: var(--red);
}

.warning-row {
  color: black;
  background-color: var(--warning);
}

.failed-row {
  color: white;
  background-color: var(--failed);
}

@media (max-width: 47.9em) {
  .server-name {
    font-size: 5.8064516129vw !important;
    font-weight: 600;
  }
}
@media (min-width: ) and (max-width: 47.9em) {
  .server-name {
    font-size: 5.8064516129vw !important;
    font-weight: 600;
  }
}

.updated-date {
  text-align: right;
  padding: 0 0 calc(var(--gutter) / 4);
}
