:root {
  --bg-color: #f8f8f2;
  --bg-secondary-color: #f3f3f6;
  --color-primary: #168d54;
  --color-grey: #3f4144;
  --color-error: #d74747;
  --color-success: #28bd14;
  --grid-maxWidth: 120rem;
  --grid-gutter: 2rem;
  --font-size: 1.6rem;
  --font-color: #333;
  --font-family-sans: -apple-system, "BlinkMacSystemFont", "Avenir",
    "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background-color: var(--bg-color);
  line-height: 1.6;
  font-size: var(--font-size);
  color: var(--font-color);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  font-family: var(--font-family-sans);
  margin: 0;
  padding: 0;
}
body.dark {
  --bg-color: #44475a;
  --bg-secondary-color: #131316;
  --font-color: #f8f8f2;
  --color-grey: #f8f8f2;
}
h3,
h5,
h6 {
  font-weight: 500;
  margin: 0.35em 0 0.6em;
}
h3 {
  font-size: 1.5em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.85em;
}
a {
  color: #016BFF;
  text-decoration: none;
}
a:hover:not(.button) {
  opacity: 0.75;
}
p {
  margin-top: 0;
}
img {
  max-width: 100%;
}
.container {
  max-width: 720px;
  margin: 3em auto 0;
  width: 96%;
  padding: 0 calc(var(--grid-gutter) / 2);
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: calc(var(--grid-gutter) / -2);
  margin-right: calc(var(--grid-gutter) / -2);
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 2);
}
.button {
  padding: 1rem 2.5rem;
  color: var(--color-grey);
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: var(--font-size);
  line-height: 1;
  text-align: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-decoration: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  cursor: pointer;
}
.button.secondary {
  color: #fff;
  z-index: 1;
  background-color: #000;
}
.button:hover {
  opacity: 0.8;
}
.button.secondary {
  background-color: var(--color-grey);
}
.button.outline {
  background-color: transparent;
}
.button.outline.secondary {
  border-color: var(--color-grey);
  color: var(--color-grey);
}
.button:active:not(:disabled),
[type="button"]:active:not(:disabled),
[type="reset"]:active:not(:disabled),
[type="submit"]:active:not(:disabled),
button:active:not(:disabled) {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
::-webkit-input-placeholder {
  color: #bdbfc4;
}
::-moz-placeholder {
  color: #bdbfc4;
}
:-ms-input-placeholder {
  color: #bdbfc4;
}
::-ms-input-placeholder {
  color: #bdbfc4;
}
.nav {
  min-height: 5rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.nav,
.nav .brand,
.nav a,
.nav-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav .brand,
.nav a {
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  color: var(--color-grey);
}
.nav .brand {
  font-size: 1.75em;
  padding-top: 0;
  padding-bottom: 1rem;
}
.tag {
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-grey);
  padding: 0.5rem;
  margin-left: 0.2em;
  line-height: 1;
  letter-spacing: 0.5px;
}
.tag.is-small {
  padding: 0.4rem;
  font-size: 0.75em;
}
.bd-primary {
  border: 1px solid var(--color-primary) !important;
}
.bd-success {
  border: 1px solid var(--color-success) !important;
}
.text-grey {
  color: var(--color-grey) !important;
}
.text-error {
  color: var(--color-error) !important;
}
.text-success {
  color: var(--color-success) !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.is-full-screen {
  width: 100%;
  min-height: 100vh;
}
.is-center,
.is-vertical-align {
  display: -webkit-box;<p><
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.is-center-text {
  display: flex;
  justify-content: center
}
.is-rounded {
  border-radius: 100%;
}
.iconify-inline,
.custom-icon {
  margin-right: 0.5em;
}
.custom-icon svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
.custom-icon svg path {
  fill: currentColor;
}
.iconify-inline.badge {
  margin-left: 0.3em;
  margin-right: auto;
}
.top {
  flex-direction: column;
}
#theme-switch {
  width: 3em;
  position: fixed;
  margin: 35rem 0 0;
  z-index: 1;
}
section,
summary {
  margin: 0.4em 0 0.5em;
}
summary {
  cursor: pointer;
}
.watch-party-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.watch-party-item {
  aspect-ratio: 1;
  margin: 0.2em;
  overflow: hidden;
}
.watch-party-image {
  object-fit: cover;
  object-position: center;
}
.col.link {
  position: relative;
}
footer {
  margin-top: 0.5em;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .container {
    width: 100%;
  }
  .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
hr.dotted {
 border-top: 2px dotted;
 border-bottom: none;
}
.newsletter {
  text-align: center;
  color: #f8f8f2;
  background-color: #808080;
  width: 50%;
  padding-bottom: 15px;
  margin: auto;
  box-shadow: 2px 2px 0 #FF1801;
  border: 1px solid #eee;
}
.signup-form {
  background-color: #f8f8f2;
  height: 30px;
}
::placeholder {
  color: #FF1801;
  opacity: 0.75; /* Firefox */
  font-style: italic;
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color:#FF1801;
  font-style: italic;
}