@font-face {
  font-family: 'Goudy Bookletter 1911';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/goudybookletter1911/v19/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18E.ttf) format('truetype');
}
::selection {
  color: #000;
  background: #f0c761;
}
::-moz-selection {
  color: #000;
  background: #f0c761;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Goudy Bookletter 1911', serif;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 2.8em;
}
body {
  font-family: 'Quicksand', sans-serif;
}
a {
  color: black !important;
}
a:active {
  color: black !important;
}
a:focus {
  color: black !important;
}
a:visited {
  color: black !important;
}
a:hover {
  color: black !important;
}
header {
  padding: 20px;
  transition: all 0.3s ease-in-out;
  border-bottom: none;
  background: transparent;
  box-shadow: none;
  position: fixed !important;
}
header #logo-wrapper {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 40px;
  padding: 8px 20px 3px 9px;
  background-color: #f4f3ee;
}
@media screen and (max-width: 600px) {
  header #logo-wrapper {
    padding: 8px 9px 3px 9px;
  }
}
header #logo {
  width: 60px;
  border-radius: 50px;
}
header #logo-text {
  color: black;
  font-size: 25px;
  font-family: 'Goudy Bookletter 1911', serif;
  margin: auto;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  header #logo-text {
    display: none;
  }
}
main {
  min-height: 100vh;
  background: #fff;
  position: relative;
}
main #left-column {
  min-height: 100vh;
  padding: 0;
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
main #left-column #intro {
  padding: 20% 5%;
  background: linear-gradient(to bottom, #f9f4dc, #fff);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
main #left-column #intro p {
  font-size: 1.3em;
  margin: 10% 3%;
}
main #left-column #separator-1 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator1.webp');
  backdrop-filter: blur(6px);
}
main #left-column #separator-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  z-index: -1;
}
main #left-column #goal {
  padding: 20% 5%;
  background: linear-gradient(to top, #f9f4dc, #fff);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
main #left-column #separator-2 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator2.webp');
  backdrop-filter: blur(6px);
}
main #left-column #separator-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  z-index: -1;
}
main #left-column #rules {
  padding: 20% 5%;
  background: linear-gradient(to bottom, #f9f4dc, #fff);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
main #left-column #rules .ionicon {
  width: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
  opacity: 0.8;
}
main #left-column #separator-3 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator3.webp');
  backdrop-filter: blur(6px);
}
main #left-column #separator-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  z-index: -1;
}
main #left-column #contact {
  padding: 20% 5%;
  background: linear-gradient(to top, #f9f4dc, #fff);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
main #right-column {
  min-height: 100vh;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f4f3ee;
  background-image: url('../images/intro2.webp');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  main #right-column nav {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 250px;
  }
}
@media screen and (max-width: 992px) {
  main #right-column #nav-wrapper {
    text-align: right;
  }
}
main #right-column ul {
  display: grid;
  width: 100%;
}
@media screen and (max-width: 992px) {
  main #right-column ul {
    margin-top: 20px;
  }
}
main #right-column ul li {
  width: 300px;
  text-align: right;
}
main #right-column .active {
  background-color: #fff;
  border: solid 1px #000;
  border-right: solid 17px #e52a3d;
  color: #000 !important;
  -webkit-border-top-left-radius: 88px;
  -webkit-border-bottom-left-radius: 88px;
  -moz-border-radius-topleft: 88px;
  -moz-border-radius-bottomleft: 88px;
  border-top-left-radius: 88px;
  border-bottom-left-radius: 88px;
}
main #right-column .active:hover {
  color: black !important;
}
main #right-column .active a {
  color: black !important;
}
main #right-column .active a:active {
  color: black !important;
}
main #right-column .active a:focus {
  color: black !important;
}
main #right-column .active a:visited {
  color: black !important;
}
main #right-column .active a:hover {
  color: black !important;
}
main #right-column .active .nav-link {
  color: black !important;
}
main #right-column .active .nav-link:hover {
  color: black !important;
}
main #separator-2 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator2.webp');
}
main #intro {
  min-height: 100vh;
  padding: 0;
  background-color: #feffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url('../images/intro.webp');
}
main #intro h1,
main #intro h2 {
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
}
main #intro .content {
  padding-top: 180px  !important;
  padding-bottom: 120px !important;
  backdrop-filter: blur(6px);
  min-height: 100vh;
  width: 100%;
}
main #contact {
  min-height: 100vh;
  background: linear-gradient(to bottom, #f4f1ec 70%, #fff 100%);
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 300px;
  font-size: 1.3em;
}
@media screen and (max-width: 500px) {
  main #contact {
    padding-left: 5%;
    padding-right: 5%;
  }
}
main .section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  main .section .second {
    order: 2;
  }
}
main .section .feature p {
  margin: 40px 0;
  font-size: 1.3em;
}
footer {
  font-size: 10px;
  background-color: #f4f3ee;
}
footer #support {
  color: var(--bs-secondary-color) !important;
}
footer #support a {
  color: var(--bs-secondary-color) !important;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */