@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Lora:wght@400;500;600;700");

body {
  font: 1em "Hind", sans-serif;
  color: #222;
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  overflow-x: hidden;
  position: relative;
}

#pay {
  all: unset;
}

#smart-button-container {
  max-width: 280px !important;
  z-index: 1 !important;
}

#smart-button-container > * {
  z-index: 1 !important;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 0;
  display: none;
  text-indent: -9999px;
  background: url(graphics/icon_top.png) no-repeat;
  z-index: 999999999;
}

.total {
  border-right: 2px solid black;
}

.heading {
  height: 40px;
  background-color: #ddd;
  color: black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.tan {
  color: #c2b59b;
}
.gray {
  color: #555;
}
.lt-gray {
  color: #bbb;
}
.black {
  color: #222;
}
.white {
  color: #fff;
}
.black18 {
  color: #222;
  font-size: 18px;
}

.bar-tan {
  width: 200px;
  border-top: 4px solid #c2b59b;
}
.bar-gray {
  width: 200px;
  border-top: 4px solid #555;
}
.bar-black {
  width: 200px;
  border-top: 4px solid #222;
}
.bar-white {
  width: 200px;
  border-top: 4px solid #fff;
}

.divider-tan {
  border-top: 1px solid #c2b59b;
}
.divider-gray {
  border-top: 1px solid #ddd;
}

.border-tan {
  border: 1px solid #c2b59b;
}
.border-gray {
  border: 1px solid #555;
}
.border-blur {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.small {
  font-size: 90% !important;
}
.smaller {
  font-size: 85% !important;
}
.large {
  font-size: 110% !important;
}
.larger {
  font-size: 115% !important;
}
.largest {
  font-size: 150% !important;
}

h1 {
  font-family: "Lora", serif;
  font-size: 2.5em;
  font-weight: 800;
  color: #c2b59b;
}

h2 {
  font-family: "Jost", sans-serif;
  font-size: 1.75em;
  font-weight: 800;
  color: #999;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h3 {
  font-family: "Jost", sans-serif;
  font-size: 1.25em;
  font-weight: 800;
  color: #555;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h4 {
  font-family: "Jost", sans-serif;
  font-size: 1.15em;
  font-weight: 800;
  color: #999;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.header {
  padding: 0 10px;
  background: #fff;
  z-index: 999999;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.15);
  border-top: 10px solid #c2b59b;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Jost", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  padding: 10px 1.05rem !important;
  letter-spacing: -0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #c2b59b !important;
  border-bottom: 2px solid #555;
}

.dropdown-menu {
  background-color: #fff !important;
  border-radius: 0 !important;
  font-family: "Jost", sans-serif;
  font-size: 0.925em !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.5em;
  top: 100% !important;
  left: 15%;
  border: 0 !important;
  text-align: left !important;
}
.dropdown-menu a {
  color: #222 !important;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu a:hover {
  color: #fff !important;
  text-decoration: none;
}
.dropdown-item {
  color: #fff !important;
  font-weight: 500 !important;
  padding: 0.25rem 1.25rem 0.25rem 0.75rem !important;
  text-align: left !important;
}
.dropdown-item:hover {
  background: #c2b59b !important;
}

.navbar-toggler {
  border-color: #000 !important;
  background-color: transparent !important;
  border: 0 !important;
  color: (0, 0, 0, 1) !important;
}
.navbar-light .navbar-toggler {
  outline: none;
}

.navbar-brand {
  height: 100%;
}
.navbar-brand img {
  height: 150px;
}
.navbar-brand.js-scrolling img {
  height: 75px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #aaa !important;
}

.content-index {
  min-height: 300px;
}
.content {
  min-height: 550px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.content a {
  color: #a89a7d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content a:hover {
  color: #555;
  text-decoration: none;
}
.btn-content {
  background-color: #222;
  font-family: "Jost", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #c2b59b !important;
  letter-spacing: 0.25px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-content:hover {
  background: #555;
  color: #fff !important;
  cursor: pointer;
}

.bg-tagline {
  background-image: url(graphics/bg-tagline.jpg);
}
.tagline-header {
  font-family: "Lora", serif;
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #c2b59b;
}
.tagline-text {
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #fff;
}
.btn-tagline {
  background-color: #555;
  font-size: 1.15em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #fff !important;
  border-radius: 5px;
  letter-spacing: 2.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #555;
}
.btn-tagline:hover {
  background: transparent;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #c2b59b;
}

.footer {
  background: #ddd;
  font-family: "Jost", sans-serif;
  font-size: 0.95em;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
  letter-spacing: -0.5px;
}
.footer a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer a:hover {
  color: #555;
  text-decoration: none;
}
.footer ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.footer ul li {
  list-style-type: none;
  display: inline;
}
.footer ul li:before {
  content: "";
}
.footer ul li:after {
  content: "";
  margin: 0 65px;
}
.footer ul li:last-child:after {
  content: "";
}

.footer-link a {
  font-size: 150%;
  color: #c2b59b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-link a:hover {
  color: #555;
}

.bg-anchor {
  background: #555;
  color: #c2b59b;
  font-weight: 500;
  font-size: 65%;
  letter-spacing: -0.25px;
}
.bg-anchor a {
  color: #c2b59b;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bg-anchor a:hover {
  color: #fff;
  text-decoration: underline;
}

.bg-anchor ul {
  padding: 0;
  margin: 0;
  text-align: center !important;
}
.bg-anchor ul li {
  list-style-type: none;
  display: inline;
}
.bg-anchor ul li:before {
  content: "";
}
.bg-anchor ul li:after {
  content: "|";
  color: #fff;
  margin: 0 10px;
  font-weight: 900;
}
.bg-anchor ul li:last-child:after {
  content: "";
}

.bg-callout {
  background-image: url(graphics/bg-callout.jpg);
  color: #fff;
}
.callout-icon {
  font-size: 5em;
  color: #c2b59b;
  margin-bottom: -20px;
}
.callout-title {
  font-family: "Jost", sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.callout-text {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
.btn-callout {
  background-color: #555;
  font-family: "Jost", sans-serif;
  font-size: 0.95em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #fff !important;
  letter-spacing: 1.5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #555;
}
.btn-callout:hover {
  background: transparent;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #c2b59b;
}

.welcome-text {
  font-size: 1.2em;
  line-height: 2.35em;
  letter-spacing: -0.5px;
}

.news {
  background: #eee;
  border-bottom: 10px solid #c2b59b;
  font-size: 0.925em;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.news-header {
  font-family: "Jost", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  color: #c2b59b;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.news a {
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news a:hover {
  color: #222;
  text-decoration: none;
}
.news ul {
  padding: 10px 0 0 0;
  margin: 0;
  text-align: left !important;
}
.news ul li {
  list-style-type: none;
  display: block;
  list-style-position: inside;
  text-indent: -1.75em;
  padding-left: 2em;
}
.news ul li:before {
  content: "•";
  color: #c2b59b;
  font-weight: 800;
  margin: 0 10px;
}
.news ul li:after {
  content: "";
}
.news ul li:last-child:after {
  content: "";
}

.sidebar {
  background: #eee;
  border-bottom: 10px solid #c2b59b;
  font-family: "Jost", sans-serif;
  font-size: 0.925em;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.sidebar-header {
  font-family: "Jost", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  color: #c2b59b;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.sidebar-text {
  font-family: "Hind", sans-serif;
  font-weight: 700;
}
.sidebar a {
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar a:hover {
  color: #222;
  text-decoration: none;
}
.sidebar ul {
  padding: 10px 0 0 0;
  margin: 0;
  text-align: left !important;
}
.sidebar ul li {
  list-style-type: none;
  display: block;
  list-style-position: inside;
  text-indent: -1.75em;
  padding-left: 2em;
}
.sidebar ul li:before {
  content: "•";
  color: #c2b59b;
  font-weight: 800;
  margin: 0 10px;
}
.sidebar ul li:after {
  content: "";
}
.sidebar ul li:last-child:after {
  content: "";
}

.bg-mission {
  background-image: url(graphics/bg-mission.jpg);
  font-family: "Lora", serif;
}
.mission-header {
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.mission-text {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 2.5em;
}

.bg-about {
  background: #555;
}
.about-container {
  background: #fff;
}
.about-header {
  font-family: "Lora", serif;
  font-size: 2.25em;
  font-weight: 700;
  color: #c2b59b;
  text-transform: uppercase;
}
.about-text {
  font-size: 1.05em;
  font-weight: 900;
  line-height: 1.7em;
  letter-spacing: -0.5px;
}

.event {
  border-bottom: 1px solid #c2b59b;
}
.date {
  font-weight: 700;
  color: #555;
}
.details {
  font-weight: 800;
}
.location {
  font-weight: 400;
  color: #555;
}

.btn-calendar {
  background-color: #555;
  font-family: "Jost", sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  letter-spacing: 2.5px;
  border: 2px solid #555;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-calendar:hover {
  background: #222;
  color: #c2b59b !important;
  cursor: pointer;
  border: 2px solid #222;
  border-radius: 5px;
}

.filters {
  width: 100%;
  margin: 10px 0 25px 0;
  clear: both;
  overflow: hidden;
  font-size: 11pt;
}

.adminbtn {
  background: #555;
  color: #fff;
  border: 2px solid #555;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.adminbtn:hover {
  background: #222;
  color: #c2b59b;
  border: 2px solid #222;
  cursor: pointer;
}

.list-extras {
  line-height: 1em;
}

.bg-form {
  background: #eee;
  font-size: 0.95em;
}

/*================ FORMS ========================*/

#form {
  width: 100%;
  float: left;
  letter-spacing: -0.5px;
}

form {
  width: 100%;
}

fieldset {
  border: 0;
  padding: 10px 0;
  clear: left;
}

textarea,
input,
select {
  border: 1px solid #ccc;
  padding: 2%;
  width: 96%;
}

label {
  font-weight: 500 !important;
  font-size: 90%;
}

textarea:focus,
input:focus,
select:focus {
  background: #eee !important;
  border: 1px solid #c2b59b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
}

input {
  padding: 7px !important;
}

input[type="submit"] {
  padding: 2.5%;
  background-color: #555 !important;
  color: #fff !important;
  font-family: "Jost", sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  border: 2px solid #555 !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #222 !important;
  color: #c2b59b !important;
  cursor: pointer;
  border: 2px solid #222 !important;
  border-radius: 5px !important;
}

.submit {
  padding: 2.5%;
  background-color: #222 !important;
  color: #c2b59b !important;
  font-family: "Jost", sans-serif;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submit:hover {
  background-color: #555 !important;
  color: #fff !important;
  cursor: pointer;
}

/* FOR WHEN THERE'S A LOT OF ULs */
.side-note {
  padding: 1rem;
  line-height: 1.25;
  background-color: #dddddd;
  margin-bottom: 2rem;
}

.side-note li {
  margin-bottom: 0.325rem;
  font-size: 0.875rem;
}

@media (max-width: 1200px) {
  .navbar-brand img {
    height: 125px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.925em;
    padding: 10px 0.65rem !important;
  }
  .tagline-text {
    font-size: 1.85em;
  }
  .footer ul li:after {
    content: "";
    margin: 0 50px;
  }
}

@media (max-width: 992px) {
  .navbar-brand img {
    height: 150px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 1em;
    padding: 10px 0 !important;
  }
  .tagline-header {
    font-size: 2.5em;
  }
  .tagline-text {
    font-size: 1.95em;
  }
  .footer ul li:after {
    content: "";
    margin: 0 15px;
  }
}

@media (max-width: 768px) {
  .footer {
    line-height: 3em;
  }
  .footer ul li {
    display: block;
  }
  .footer ul li:after {
    margin: 0;
  }
}

@media (max-width: 576px) {
  .tagline-header {
    font-size: 2.15em;
  }
  .tagline-text {
    font-size: 1.65em;
  }
}

@media (max-width: 480px) {
  .tagline-header {
    font-size: 2.5em;
  }
  .tagline-text {
    font-size: 2em;
  }
  .bg-anchor ul li {
    display: block;
  }
  .bg-anchor ul li:after {
    content: "";
    margin: 0;
  }
  .mission-text {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 2em;
  }
  .about-text {
    font-size: 1em;
    line-height: 2em;
  }
}

@media (max-width: 375px) {
  .tagline-header {
    font-size: 2.25em;
  }
  .tagline-text {
    font-size: 1.35em;
  }
}
