.grayscale-90 {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%); }

/* CSS for font highlighting */
/* set highlight_color to rgb(228, 166, 42) */
/* set alt_highlight_color to rgb(48, 48, 48) */
body {
  font-family: 'Noto Sans';
  font-size: 0.8rem;
  color: #303030;
  -webkit-font-smoothing: antialiased;
  background-attachment: fixed;
  background-image: url(/assets/background-81113961b3a379e1d6fe6621ba62f9d27669a5c8877d2228a0f6b0dce57c2045.jpg); }

a {
  color: #e4a62a; }
  a:hover {
    color: #c28a19; }

.font-highlight-color {
  color: #e4a62a; }

.font-alt-highlight-color {
  color: #eab957; }

.bg-highlight-color {
  background-color: #e4a62a; }
  .bg-highlight-color a {
    color: #fbf2df; }
    .bg-highlight-color a:hover {
      color: #3b2a07; }

.html-highlight-color {
  background-color: #e4a62a; }

.bg-alt-highlight-color {
  background-color: #303030; }

.border-highlight-color {
  border-color: #e4a62a; }

.banner, .alt-banner {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  text-align: center; }

.banner {
  color: #e4a62a;
  background-color: #303030; }

.alt-banner {
  background-color: #e4a62a;
  color: #303030; }
  .alt-banner a {
    color: #303030; }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: Oswald; }

h1 {
  font-size: 1.75rem; }

.color-reset {
  color: inherit; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Noto Sans';
  text-transform: uppercase; }

.navbar-dark .navbar-nav .active > .nav-link, .nav .nav-item .nav-link.active {
  color: #e4a62a; }

.quote {
  position: relative;
  padding-left: 3rem; }

.quote:before {
  content: "";
  background: url(/assets/screen-half-1ea37758205a3ab0d9dfc586f012fc90d4d3e6f7094cac520a50ebbbc3ba75b7.png);
  height: 1rem;
  display: inline-block;
  width: 100%; }

.quote:after {
  content: "\201C";
  font-family: Georgia,serif;
  font-size: 4rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 4rem; }

.caption-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  transition: all 0.2s ease-out; }

.carousel .carousel-item {
  transition-duration: 0.5s; }

.carousel-caption-top {
  top: 20px !important; }

.carousel-caption-center {
  top: 50% !important;
  transform: translateY(-50%);
  bottom: inherit;
  left: 1%;
  right: 1%; }

@media (min-width: 576px) {
  .h1-sm, .h2-sm, .h3-sm, .h4-sm, .h5-sm, .h6-sm {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit; }

  .h1-sm {
    font-size: 2.5rem; }

  .h2-sm {
    font-size: 2rem; }

  .h3-sm {
    font-size: 1.75rem; }

  .h4-sm {
    font-size: 1.5rem; }

  .h5-sm {
    font-size: 1.25rem; }

  .h6-sm {
    font-size: 1rem; } }
@media (min-width: 768px) {
  .h1-md, .h2-md, .h3-md, .h4-md, .h5-md, .h6-md {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit; }

  .h1-md {
    font-size: 2.5rem; }

  .h2-md {
    font-size: 2rem; }

  .h3-md {
    font-size: 1.75rem; }

  .h4-md {
    font-size: 1.5rem; }

  .h5-md {
    font-size: 1.25rem; }

  .h6-md {
    font-size: 1rem; } }
@media (min-width: 992px) {
  .h1-lg, .h2-lg, .h3-lg, .h4-lg, .h5-lg, .h6-lg {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit; }

  .h1-lg {
    font-size: 2.5rem; }

  .h2-lg {
    font-size: 2rem; }

  .h3-lg {
    font-size: 1.75rem; }

  .h4-lg {
    font-size: 1.5rem; }

  .h5-lg {
    font-size: 1.25rem; }

  .h6-lg {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  .h1-xl, .h2-xl, .h3-xl, .h4-xl, .h5-xl, .h6-xl {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit; }

  .h1-xl {
    font-size: 2.5rem; }

  .h2-xl {
    font-size: 2rem; }

  .h3-xl {
    font-size: 1.75rem; }

  .h4-xl {
    font-size: 1.5rem; }

  .h5-xl {
    font-size: 1.25rem; }

  .h6-xl {
    font-size: 1rem; } }
.site-logo {
  font-family: Courgette, cursive;
  font-size: 3rem; }
  .site-logo:hover {
    text-decoration: none; }

#header {
  background-color: white; }

/* #header {
	color: $alt_highlight_color;
	text-shadow: 2px 2px 0 $highlight_color;
} */
/* #header a {
	color: #fff;
	text-shadow: 1px 1px 0 #000;
} */
/* Prevents img without src appearing */
img:not([src]) {
  visibility: hidden; }

.corner-ribbon {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .corner-ribbon div {
    position: absolute;
    width: 160px;
    text-align: center;
    line-height: 1.5rem; }
  .corner-ribbon .top-left {
    transform: rotate(-45deg);
    top: 2.2rem;
    left: -2rem; }
  .corner-ribbon .top-right {
    transform: rotate(45deg);
    top: 2.2rem;
    left: -2rem; }

.box {
  background-color: white; }

.modal-full {
  min-width: 100%;
  margin: 0; }

.modal-full .modal-content {
  min-height: 100vh; }

.banner-list {
  /* xs (default) */
  position: absolute;
  top: 0;
  right: 0.25rem;
  font-family: Oswald;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 0;
  /* sm */
  /* md */
  /* lg */
  /* xl */ }
  @media (min-width: 768px) {
    .banner-list {
      margin-top: 2rem;
      font-size: 1rem; } }
  @media (min-width: 992px) {
    .banner-list {
      margin-top: 0.5rem;
      font-size: 1.15rem; } }
  @media (min-width: 1200px) {
    .banner-list {
      font-size: 1.25rem;
      margin-top: 4rem; } }
  .banner-list .banner-list-item {
    text-align: left;
    line-height: 1.2;
    list-style: none; }

/* fonts */
@font-face {
  font-family: "Oswald";
  src: url(/assets/OswaldReduced-e7558b3a1de50483fc69f39788cee3e3b40f88e40abf91c3d80510c88f8aa1a0.woff2) format("woff2"), url(/assets/OswaldReduced-ffb4d59b07a72d3bf5e2c8c7ea5734527273ccfaf7264b05e3ae060ee5f0db7d.woff) format("woff"), url(/assets/OswaldReduced-6e224a82da390adfb384d9f9b0f5a7e082b0a7520d1030326d0b1d1605bc73ec.ttf) format("ttf"); }
@font-face {
  font-family: "Noto Sans";
  src: url(/assets/NotoSansReduced-1dd795386e5da4cede54a412d498f849bdd4efa8a0a8653cf4572cc6e415157a.woff2) format("woff2"), url(/assets/NotoSansReduced-b329f8a2c6b9ec45fbc7dc0393a049bc8897240273779b83000e30d69b84689e.woff) format("woff"), url(/assets/NotoSansReduced-1cb531d205e726c7c9021a00fc36f4587dd82bc5ba0829eea34514201329f291.ttf) format("ttf"); }
@font-face {
  font-family: "Source Sans Pro";
  src: url(/assets/SourceSansProReduced-bd27ecfe31f4fbd251d484d9f3398050463ccb14f95134eac18fae59b193a614.woff2) format("woff2"), url(/assets/SourceSansProReduced-c19547fee560d6b1a53beb8cbe6a230aaa545d5277b1c8eeffeff2be8bc36560.woff) format("woff"), url(/assets/SourceSansProReduced-a4656e31f671d0420b1dae1b0c397dde434dcb5085b753ca39308ed089bf7b93.ttf) format("ttf"); }
