/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent !important;
}

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

.hide {
  display: none;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

ol, ul {
  text-align: left;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.3rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  background-color: #fdedee;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* End of bootstrap */

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

/*
 * Custom styles
 */
body {
  margin: 0 auto;
  font: 16px/24px "Source Sans Pro", Helvetica, Arial, Sans-Serif;
  color: #333;
  transition: 0.5s;
  clip: rect(auto, auto, auto, auto);
  background-color: #f5f5f5;
}
main {
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 2rem;
  width: 100%;
}
img {
  max-width: 100%;
  max-height: 100%;
}
a {
  text-decoration: none;
  color: #e9454b;
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #292357;
}
p a {
  color: #888;
}
p {
  margin: 0 1rem 2rem 1rem;
}
h1 {
  font-size: 1.8rem;
  margin: 2rem;
  text-align: center;
  line-height: 2.2rem;
}
h2 {
  color: #292357;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
  margin: 3rem auto 2rem;
}
h3 {
  font-size: 1.5rem;
  margin: 1rem;
}
h4 {
  font-size: 1.2rem;
  margin: .7rem;
}
button {
  cursor: pointer;
}
blockquote {
  border-left: 1px solid gray;
  margin-left: 1rem;
}
blockquote strong {
  display: block;
}
hr.separator {
  border: none;
  height: 0;
  margin: 0;
  border-bottom: 10px solid #f5f5f5;
  border-radius: 1rem;
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
#header {
  z-index: 2;
  position: fixed;
  width: 100%;
  background: rgba(220, 220, 220, 0.8);
  -webkit-backdrop-filter: saturate(200%) blur(10px);
  backdrop-filter: saturate(200%) blur(10px);
  /*! overflow-x: hidden; */
}
#header .container {
  height: 90px;
  padding: 0 22px;
  position: relative;
  margin-bottom: 0;
}
.logo {
  height: 90px;
  padding: 15px 5px;
}
#footer h1,
#header h1 {
  position: absolute;
}
#header h1 {
  height: 90px;
  margin: 0;
}
#header .nav {
  top: 1rem;
  margin: 0 auto;
  display: block;
  text-align: right;
}
#header .nav ul {
  margin: 0;
  text-align: right;
}
#header .nav ul li {
  display: inline-block;
  height: 90px;
  border-bottom: 0 solid #e9454b;
  transition: 0.2s ease-in;
  cursor: pointer;
}
#header .nav ul li:hover {
  border-bottom: 4px solid #e9454b;
  color: #e9454b;
}
.nav ul li a {
  display: block;
  height: 90px;
  padding: 35px 1rem 0;
  font-size: 19px;
  color: #292357;
  transition: color 0.3s ease;
}
#header .nav ul li[aria-current="page"] {
  border-bottom: 4px solid #e9454b;
  color: #e9454b;
}
#header .nav ul li a:hover {
  color: #e9454b;
}
#header .nav ul li[aria-current="page"] a {
  color: #e9454b;
}
body.light #header .nav ul li a {
  color: #191919;
  text-shadow: none;
}
.footer {
  text-align: center;
  padding: 2rem;
  background: rgba(220, 220, 220, 0.8);
}
.hero {
  background: #e9454b url(/images/mainpage-slider-01.jpg);
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
  padding: 1rem;
}
.hero h2 {
  margin-top: 7rem;
  color: rgba(41, 35, 87, 0.5);
  font-family: "Frank Ruhl Libre", Georgia, 'Times New Roman', Times, serif;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.5rem;
  line-height: 1.5rem;
}
.subscribe {
  text-align: center;
  display: block;
  width: 100%;
  padding: 2rem 1rem;
}
.form-row {
  display: block;
  margin: 0 auto 0.5rem;
  width: 300px;
  text-align: left;
}
small {
  line-height: 1.2;
  font-size: .8rem;
  color: #757373;
}
button,
input,
textarea {
  padding: 0.6rem;
  border-radius: 0.8rem;
  border: 1px solid #ccc;
}
.subscribe button,
.subscribe textarea,
.subscribe input {
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  color: #333;
  vertical-align: middle;
  transition: 0.3s ease;
}
.subscribe textarea {
  height: 9rem;
}
.subscribe input[type="radio"],
.subscribe input[type="checkbox"] {
  width: 1.5rem;
  margin: 0.5rem 0.3rem 0 0;
  display: inline-block;
  vertical-align: top;
  height: 1.5rem;
}
.subscribe select {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 97% 50%;
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .subscribe button,
  .subscribe input,
  .subscribe select {
    width: 100%;
  }
}

.subscribe button {
  background-color: #292357;
  border: 1px solid #292357;
  color: #fff;
  cursor: pointer;
}
.subscribe label {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 2.2rem);
  margin: .5rem 0;
}
.subscribe p {
    margin-bottom: 0;
}
.subscribe button:hover {
  background-color: #e9454b;
  border: 1px solid #e9454b;
}
.social.container {
  padding: 2rem 1rem;
}
.social img {
  max-width: 160px;
  max-height: 54px;
  vertical-align: middle;
  margin: 1rem;
}
.social .fb-logo,
.social .ig-logo,
.social .spotify-logo,
.social .podcasts-logo,
.social .yt-logo {
  filter: saturate(0);
  transition: 0.3s ease;
}
.social .fb-logo:hover,
.social .ig-logo:hover,
.social .spotify-logo:hover,
.social .podcasts-logo:hover,
.social .yt-logo:hover {
  filter: saturate(100%);
}
.descript {
  display: block;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1rem;
}
.descript h2 {
  padding: 0 2rem;
}
.descript ul {
  padding: 0 2rem;
}
.descript li {
  line-height: 1.6rem;
}
.video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 4rem 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.plan-select {
  margin: 2rem auto;
}
.plan-select h3 {
  display: inline-block;
  margin: 1rem 0 1rem 1rem;
  vertical-align: middle;
}
.plan-select svg {
  margin: 1rem 0 1rem 1rem;
  vertical-align: middle;
}
.plan-select dd {
  color: #333;
  margin-left: 1rem;
  vertical-align: middle;
}
.plan-option {
  padding: 1rem;
}
.plan-option:hover {
  background: #fff;
  border-radius: 1rem;
}
.new {
  background: #e9454b;
  color: white;
  border-radius: .3rem;
  font-size: 50%;
  padding: .1rem .3rem;
  bottom: .5rem;
  position: relative;}
.year-plan {
  text-align: center;
  padding: 2rem 1rem 0.3rem 1rem;
}
#plan-start {
  padding: .3rem .5rem;
  border-radius: .5rem;
}
.plan {
  text-align: left;
}
.day-plan {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
}
.day-content {
  display: none;
}
.day-content.active {
  display: inherit;
}
.day-arrows {
  position: relative;
  bottom: 7rem;
  padding: 0;
  width: 100%;
}
.day-prev,
.day-next {
  position: absolute;
  display: block;
  padding: .6rem;
  width: 2.5rem;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1;
  cursor: pointer;
}
.day-prev {
  left: 0;
  border-radius: 0 1rem 1rem 0;
}
.day-next {
  right: 0;
  border-radius: 1rem 0 0 1rem;
}
.days {
  width: 2995rem;
  height: 8rem;
  display: block;
  text-align: center;
  padding: 0;
}
.days li {
  width: 7rem;
  height: 7rem;
  display: inline-block;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: bolder;
  text-align: center;
  line-height: 2rem;
  margin: 0 0.5rem;
  background-color: #fff;
  border: 2px solid #f5f5f5;
  color: #292357;
  transition: 0.3s ease;
  padding: 1.5rem;
  cursor: pointer;
  position: relative;
}

.days li:hover {
    background-color: #fdedee;
}

.days li.active {
  border: 2px solid #e9454b;
}
.days li.current {
  background: #292357;
  color: #fff;
}
.days i {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
}
.days li[data-bpyt]::before,
.days li[data-yt]::before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  background: url(/images/playbtn_dark.png) no-repeat;
  background-size: 1.5rem;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 1rem;
  line-height: 1.4rem;
}
.btn-link {
  border: none;
  display: inline;
  font-size: 1rem;
  background: 0 0;
  color: #e9454b;
  padding: 0 0 0 .3rem;
}
.btn-link:hover {
  text-decoration: underline;
}
.month-jumps {
  margin-top: 1rem;
}
.month-plan {
  text-align: center;
  padding: 1rem 15px;
}
.day-read {
  text-align: center;
  display: block;
  padding: 2rem 1rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.day-read blockquote {
  font-style: italic;
  border: none;
}
.day-read h2 {
  margin-bottom: 2rem;
}
.day-read ul {
  padding: 0;
  line-height: 2rem;
  margin: 1rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.day-read li {
  list-style: none;
  display: flex;
  margin: .5rem 1rem .5rem 0;
  min-width: 21rem;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  color: #292357;
}
.day-read i {
  vertical-align: sub;
  font-size: .8rem;
  margin-right: .2rem;
}
.day-read input[type="checkbox"] {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    vertical-align: middle;
    display: inline-block;
}
.day-read button {
  padding: 0.6rem 1.5rem;
  text-decoration: none;
  color: white;
  border-radius: 2rem;
  transition: 0.3s ease;
  background-color: #292357;
}
.day-read button:hover {
  text-decoration: none;
  background-color: #e9454b;
}
.day-read button:active,
.day-read button.active {
    background-color: #e9454b;
}
.day-read li > button {
  margin: 0 0 0 auto;
  padding-left: 2.6rem;
  background: url(/images/playbtn.png) 7px center no-repeat;
  background-color: #292357;
  background-size: 1.6rem;
  font-size: 1rem;
}
#bibleText > button,  
.bibleText > button {
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  padding-left: 3rem;
  background: url(/images/readbtn.png) 11px center no-repeat;
  background-color: #292357;
  background-size: 1.5rem;
}

.day-read hr,
.descript hr  {
    border: 0.3rem solid #f5f5f5;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
    background-color: #f5f5f5;
    padding: 0 10%;
}

ol.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  padding: 0;
}
ol.cards > li {
  display: block;
  width: 32%;
  padding: 0;
}
ol.cards > li > a {
  font-family: "Frank Ruhl Libre", Georgia, 'Times New Roman', Times, serif;
  font-size: 1.5rem;
  background: #292357;
  color: white;
  border-radius: 1rem;
  padding: 1rem;
  width: 100%;
  flex-direction: column;
  display: flex;
  height: 3.5rem;
  align-content: center;
  align-items: center;
}

#bibleText {
  text-align: left;
  margin-bottom: 0;
}
#bibleText i {
  margin: 0 0.3rem;
  font-size: 0.7rem;
}
#bibleVideo .video {
  margin-bottom: 0;
}
#audioPlayer {
  width: 100%;
}

.bg-dark {
  background-color: #1e1e1e;
}

.bg-red {
  background-color: #F13E20;
}

.bg-green {
  background-color: #3d6b41;
}

.text-light {
  color: #FAF0EB;
}

.justify-end {
  justify-content: flex-end;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.fw-bold {
  font-weight: 700 !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin: 1rem auto;
}

.card-header {
  margin-bottom: 0;
  border-radius: 2rem 2rem 0 0;
}

.card hr {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  border-bottom: .5px;
  opacity: .5;
}

.card-body {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column wrap;
  padding: 1rem;
  align-items: flex-start;
}

.card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: "Frank Ruhl Libre", Georgia, 'Times New Roman', Times, serif;
}

.card-text {
  margin: 0;
  padding: 1rem;
  width: 100%;
}

.card-footer {
  padding: 1rem;
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.btn.btn-primary {
  background-color: #2e70f0;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 2rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin: 1rem 0 0 1rem;
}

.card .button:hover {
  background-color: #205bb5;
}

.card input {
  display: inline-block;
  width: 15rem;
  padding: .8rem 1rem;
  margin: 1rem;
  border: none;
  border-radius: 2rem;
  background-color: #f8f1eb;
}

.card input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.card button {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  text-decoration: none;
  margin: 1rem 0;
  padding: .8rem 1rem;
  border: none;
  border-radius: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.card button:hover {
  background-color: #333;
}

@media (max-width: 760px) {
  #header .container {
    height: 45px;
  }
  #header h1 {
    top: 0.1rem;
    height: 44px;
  }
  .logo {
    height: 40px;
    padding: 0 5px;
  }

  main{
    padding-top: 45px;
  }
  .hero {
    height: 200px;
  }
  .hero h2 {
    margin-top: 1.5rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  ol.cards > li > a {
    font-size: 1.1rem;
  }
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
  .lg\:card-side {
    align-items: stretch;
    flex-direction: row;
  }
  .lg\:card-side figure > * {
    max-width: unset;
  }
  ol.cards > li {
    width: calc(50% - .5rem);
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .nav {
    width: 100%;
    top: 3rem;
  }
  .nav:before {
    content: "\2630";
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 0;
    line-height: 2.5rem;
    cursor: pointer;
    font-size: 2rem;
  }
  .nav ul {
    position: absolute;
    right: 0;
    background: #222;
    width: 13rem;
    top: 45px;
    padding: 0;
  }
  #header .nav ul li {
    display: block;
    color: white;
    height: 60px;
  }
  .nav ul li a {
    padding: 1.2rem 2rem;
    border-top: 1px solid #333;
    color: white;
  }
  .nav ul {
    transition: 350ms;
    display: none;
    transform-origin: 100% 0;
    color: white;
  }
  .nav.open ul {
    display: block;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 900px;
  }
}

/* source-sans-pro-latin-ext-400-normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/source-sans-pro-latin-ext-400-normal.woff) format('woff2'), url(/assets/fonts/source-sans-pro-latin-ext-400-normal.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* frank-ruhl-libre-latin-400-normal */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/frank-ruhl-libre-latin-400-normal.woff2) format('woff2'), url(/assets/fonts/frank-ruhl-libre-latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* frank-ruhl-libre-latin-ext-400-normal */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/frank-ruhl-libre-latin-ext-400-normal.woff2) format('woff2'), url(/assets/fonts/frank-ruhl-libre-latin-ext-400-normal.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}