/*! 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 */
  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;
}

@font-face {
  font-family: "DSEG7";
  src: url("fonts/DSEG7Modern-Regular.woff2") format("woff2"), url("fonts/DSEG7Modern-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DSEG14";
  src: url("fonts/DSEG14Classic-BoldItalic.woff2") format("woff2"), url("fonts/DSEG14Classic-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

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

body {
  background-color: #091231;
  background-image: url(../images/jpg/carbon_fibre.jpg);
  color: #b5c9d0;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}

.inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.bknd-light-blue {
  background-color: #b5c9d0;
}

.bknd-blue {
  background-color: #091231;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

img {
  height: auto;
  width: 100%;
}

p {
  max-width: 32rem;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  p {
    width: 80%;
  }
}

p.right {
  text-align: right;
}

.quote {
  color: #f1cd27;
  font-size: 2rem;
  line-height: 160%;
}
.quote::before {
  content: open-quote;
  margin-left: -1rem;
}
.quote::after {
  content: close-quote;
}

.quoteB {
  color: #f1cd27;
  font-size: 2rem;
  line-height: 160%;
}

.quoteB2 {
  color: rgb(255, 106, 36);
  font-size: 2rem;
  line-height: 160%;
  text-align: right;
}

.save-info {
  margin: auto;
  padding: 2rem 0;
  width: 32em;
}
.save-info p {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.update {
  background-color: yellow;
  position: absolute;
  left: 0;
  top: 3rem;
}
.update a {
  color: #091231;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
}

.details {
  color: #091231;
  margin: 0 auto;
  padding: 3rem 0;
  width: 32em;
}
@media only screen and (max-width: 700px) {
  .details {
    width: 90%;
  }
}

.details-list {
  font-size: 1.5rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.details-list > li {
  margin-bottom: 2rem;
  padding-left: 44px;
  position: relative;
}
.details-list > li:before {
  content: url(../images/svg/flux-capacitor.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 34px;
  width: 34px;
}
.details-list > li p {
  margin: 1rem 0;
}
.details-list > li p strong {
  font-size: 0.9em;
}
.details-list ul {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}
.details-list ul > li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 44px;
}
.details-list ul > li:before {
  content: url(../images/svg/beer.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 34px;
  width: 34px;
}

.dk-red {
  color: #460801;
}

.fade-div {
  background: linear-gradient(#091231, #b5c9d0);
  min-height: 200px;
}

.note p {
  color: #843519;
  font-size: 1rem;
  text-align: center;
}

.embed-container {
  position: relative;
  padding-bottom: 900px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hashtag {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hvt-feed {
  color: #091231;
  padding: 0 6% 10rem 6%;
}
.hvt-feed h2 {
  color: #091231;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 4rem;
  text-align: center;
}
.hvt-feed ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hvt-feed ul li {
  border: 8px solid #fff;
  flex: 1 1 calc(33.3333333333% - 0.6666666667rem);
  line-height: 0;
}
@media only screen and (max-width: 700px) {
  .hvt-feed ul li {
    flex: initial;
    width: 100%;
  }
}

footer {
  background-image: url("../images/jpg/hogfather-bknds-footer.jpg");
  background-size: cover;
  border-bottom: 30px solid #091231;
  height: 500px;
  padding: 1rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  footer {
    background-color: #091231;
    background-position: center top;
    background-repeat: no-repeat;
    height: 200px;
  }
}

.nerdz {
  margin: -1rem auto 0;
  width: 85%;
}
@media only screen and (max-width: 700px) {
  .nerdz {
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.spin {
  animation: spin 40s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  background-color: #091231;
  background-image: url("../images/jpg/bknd-head1.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 2rem 0 6rem;
}

.masthead {
  margin: 4rem auto 10rem;
  position: relative;
  width: 400px;
}
@media only screen and (max-width: 700px) {
  .masthead {
    width: 350px;
  }
}
.masthead .circle-years {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 290;
}
.masthead .logo-mark {
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 300;
}
.masthead .car {
  position: absolute;
  left: -50px;
  bottom: -100px;
}
.masthead .round-white {
  background-color: #b5c9d0;
  border-radius: 50%;
  box-shadow: 0px 0px 60px 30px #b5c9d0;
  -webkit-box-shadow: 0px 0px 60px 30px #b5c9d0;
  -moz-box-shadow: 0px 0px 60px 30px #b5c9d0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 85%;
  width: 85%;
}
@media only screen and (max-width: 700px) {
  .masthead .round-white {
    opacity: 0.5;
  }
}
.masthead .round-bknd {
  background-color: #000;
  border-radius: 50%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}

.dashboard-clock {
  margin: 0;
  padding: 0;
}

.table-container {
  background-color: #444048;
  background-image: url(../images/jpg/carbon_fibre.jpg);
  margin: 0rem auto;
  max-width: 50rem;
  padding: 4rem 0;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .table-container {
    max-width: 100%;
  }
}
.table-container table {
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 700px) {
  .table-container table {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 3rem;
  }
}
.table-container td {
  border-left: 6px solid rgba(255, 106, 36, 0);
  border-right: 6px solid rgba(255, 106, 36, 0);
  padding: 6px;
}
@media only screen and (max-width: 700px) {
  .table-container td {
    border: 0;
    padding: 4px;
  }
}
.table-container .head-row,
.table-container .label {
  text-align: center;
}
.table-container .head-row span,
.table-container .label span {
  background-color: #460801;
  color: #826d6d;
  font-family: "Helvetica";
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 6px;
  text-transform: uppercase;
}
.table-container .footer-row {
  text-align: center;
}
.table-container .footer-row span {
  background-color: #050407;
  color: #fff;
  font-family: "Helvetica";
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.5em;
  padding: 3px 6px;
  text-transform: uppercase;
}
.table-container .digital-row {
  font-family: "DSEG14";
  font-size: 2.5rem;
}
@media only screen and (max-width: 700px) {
  .table-container .digital-row {
    font-size: 1.25rem;
  }
}
.table-container .digital-row .label-col {
  font-size: 0.8rem;
}
.table-container .digital-row .label-col .dot {
  background-color: #f7f68d;
  border-radius: 50%;
  height: 6px;
  margin: 8px auto 8px;
  width: 6px;
}
.table-container .digital-row .label-col .dot.gray {
  background-color: #444048;
}
.table-container .digital-row td {
  background-color: #050407;
  border-left: 1px solid #444048;
  border-bottom: 1px solid #444048;
  position: relative;
  border-radius: 5px;
}
.table-container .digital-row td .ghost,
.table-container .digital-row td .lit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.table-container .digital-row td .ghost {
  filter: blur(2px);
}
.table-container .digital-row td .ghost.orange {
  color: rgba(255, 106, 36, 0.5);
}
.table-container .digital-row td .ghost.green {
  color: rgba(91, 252, 59, 0.5);
}
.table-container .digital-row td .ghost.gold {
  color: rgba(241, 205, 39, 0.5);
}
.table-container .digital-row td .orange {
  color: rgb(255, 106, 36);
}
.table-container .digital-row td .yellow {
  color: #f7f68d;
}
.table-container .digital-row td .green {
  color: #5bfc3b;
}
.table-container .digital-row td .gold {
  color: #f1cd27;
}
.table-container .digital-row td .transparent {
  color: transparent;
}
