/*Colors*/
/*Colors*/
/*Fonts*/
/*Fonts*/
nav.menu-nav {
  background-color: #3f3f45;
  color: #fff;
  font-weight: bold;
  box-shadow: none;
}
nav.menu-nav.nav-open {
  position: fixed !important;
  overflow-y: auto;
  background-color: #3f3f45 !important;
  box-shadow: none !important;
}
nav.menu-nav a {
  color: #fff;
}
nav.menu-nav a:hover {
  color: #fff;
}
nav.menu-nav svg {
  fill: #fff;
  height: 1rem;
}
nav.menu-nav .navbar-logo {
  display: inline-block;
}
nav.menu-nav .navbar-logo .logo-img {
  width: 25px;
  height: auto;
}
@media (min-width: 768px) {
  nav.menu-nav .navbar-logo .logo-img {
    width: 100px;
  }
}

footer.footer-main {
  background-color: #3f3f45;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}
footer.footer-main svg {
  fill: #f72732;
  height: 1rem;
}
footer.footer-main .site-map {
  font-size: 0.75rem;
  font-weight: 800;
}
footer.footer-main .about {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-top: 1rem;
}
footer.footer-main .site-name,
footer.footer-main .copyright {
  font-size: 0.75rem;
  font-weight: normal;
}

body {
  font-family: proxima-nova, sans-serif;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.6;
  background-color: #3f3f45;
}
@media (max-width: 767px) {
  body {
    font-size: 1.125rem;
  }
}
body strong {
  font-weight: bold;
}
body .custom-link {
  color: #e6b663;
  text-decoration: underline;
  font-weight: bold;
  text-decoration-color: #fff;
}
body a {
  color: unset;
}
body a:hover {
  color: unset;
}

main .figure-caption {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #fff;
}
main .title {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
}
@media (max-width: 767px) {
  main .title {
    font-size: 2.5rem;
  }
}
main .title span {
  color: #000;
}
main .summary {
  font: normal normal normal 1.25rem/1.4rem proxima-nova-extra-condensed, sans-serif;
  text-align: center;
  letter-spacing: 0;
  color: #000;
}
main .mcci-text {
  color: #000;
  font-size: 1rem;
  letter-spacing: 0;
}
main .share {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
main .share svg {
  fill: #000;
  height: 1.5rem;
}
main .title-section {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: none;
}
@media (max-width: 767px) {
  main .title-section {
    font-size: 2.25rem;
  }
}
main .title-section span {
  font-size: 0.75rem;
  color: #fff;
}
main .histories-container {
  background-color: #f6e8dc;
  color: #000;
}
main .histories-container .title-post {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5rem;
  letter-spacing: 2px;
  text-transform: none;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  main .histories-container .title-post {
    font-size: 2rem;
    line-height: 2.125rem;
  }
}
main .credits {
  background-color: #3f3f45;
  color: #fff;
}
main .credits .title-section {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}
@media (max-width: 767px) {
  main .credits .title-section {
    font-size: 1.25rem;
  }
}
main .credits p {
  font-size: 1.15rem;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 767px) {
  main .credits p {
    font-size: 1rem;
  }
}

.background-half {
  background: #3f3f45;
  background: linear-gradient(180deg, #3f3f45 0%, #3f3f45 9%, #e6b663 9%);
}
@media (max-width: 767px) {
  .background-half {
    background: linear-gradient(180deg, #3f3f45 0%, #3f3f45 1.5%, #e6b663 1.5%);
  }
}

.scroll-cons::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #3f3f45;
  border-radius: 0;
}
.scroll-cons::-webkit-scrollbar {
  width: 12px;
  background-color: #e6b663;
}
.scroll-cons::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #e6b663;
}

.credits {
  background-color: #3f3f45;
  color: #fff;
}

/*Search Modal*/
#modalSearchForm .modal-content {
  font-family: proxima-nova, sans-serif;
  background-color: #e6b663;
  color: #3f3f45;
}
#modalSearchForm .modal-content input {
  background-color: transparent;
  font-size: 16px;
  font-weight: 800;
  color: #3f3f45;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
#modalSearchForm .modal-content input::-moz-placeholder {
  color: #3f3f45;
}
#modalSearchForm .modal-content input::placeholder {
  color: #3f3f45;
}
#modalSearchForm .modal-content input:focus {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #3f3f45;
  box-shadow: none;
}
#modalSearchForm .modal-content .btn {
  font-size: 16px;
  font-weight: 800;
  background-color: transparent;
  border-radius: 50px;
  border-color: #3f3f45 !important;
  color: #3f3f45;
}
#modalSearchForm .modal-content svg {
  fill: #fff;
  height: 1rem;
}

/*Search Modal*//*# sourceMappingURL=main.css.map */