/* COLORS */
@import url("https://fonts.googleapis.com/css?family=Cinzel|Open+Sans&display=swap");
html {
  color: #0B0E1E;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #0B0E1E;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* Custom Styles Start Here */
/* Fonts */
h1, h2, h3, h4, h5, h6 {
  font-family: Cinzel, "Helvetica", sans-serif;
  color: #0B0E1E; }

body {
  font-family: Open Sans, "Helvetica", sans-serif; }

.header {
  height: 90px;
  background-color: white; }

.header > * {
  padding: 0% 2%;
  font-family: Cinzel, "Helvetica", sans-serif; }

.wrapper {
  border: 1px solid red; }

/* Global */
.min-vh-100 {
  min-height: 100vh !important; }

/* TEXT */
h2 {
  font-size: 32px;
  font-family: Cinzel, "Helvetica", sans-serif;
  color: #0B0E1E; }

h3 {
  font-size: 22px;
  font-family: Cinzel, "Helvetica", sans-serif;
  color: #0B0E1E; }

h5 {
  font-family: Open Sans, "Helvetica", sans-serif;
  font-size: 20px;
  color: #0B0E1E;
  line-height: 125%; }

h6 {
  font-family: Open Sans, "Helvetica", sans-serif;
  font-size: 18px;
  color: #0B0E1E;
  line-height: 150%; }

p {
  font-size: 16px;
  line-height: 125%;
  font-family: Open Sans, "Helvetica", sans-serif; }

p.small {
  font-size: 14px;
  line-height: 125%;
  font-family: Open Sans, "Helvetica", sans-serif; }

.grey {
  color: #9B9380;
  line-height: 100%; }

.spacer {
  height: 20vh; }

/* banner */
.hero {
  background-image: url("../img/Hero1.png");
  background-size: cover;
  height: 100vh; }

.hero-logo {
  max-width: 400px;
  padding: 20px;
  background: white; }

@media screen and (max-width: 600px) {
  .hero-logo {
    max-width: 80vw !important; }

  .hero {
    background-position: center center; } }
/* Intro Section */
.intro {
  padding: 90px 0px; }

.yellow-bg {
  position: absolute;
  background-color: #F5C644;
  height: 80vh;
  width: 100vw;
  z-index: -9; }

.intro-img {
  width: 100%; }

/* Services Section */
.services-bg {
  background-image: url("../img/img2.png");
  background-size: contain;
  background-repeat: no-repeat; }

.services-bottom-bg {
  background-image: url("../img/img3.png");
  background-size: contain;
  background-repeat: no-repeat; }

.services {
  height: inherit; }

.services-row h3, p {
  text-align: center; }

.full-width-image {
  width: 100vw;
  object-fit: cover;
  max-height: 50vh; }

@media screen and (max-width: 600px) {
  .full-width-image {
    width: 80vw;
    margin: 0 auto; } }
.justify-content-evenly {
  justify-content: space-evenly !Important; }

/* Community */
.community-yellow {
  background-color: #F5C644;
  padding: 5% 8%;
  min-height: 100vh; }

.community-flex {
  height: 100%; }

.community-img {
  max-width: 100%;
  max-height: 100%; }

/* Footer */
footer {
  height: 300px;
  border-top: 1px solid #9B9380; }

.footer-inner {
  height: 300px; }

.footer-img {
  max-height: 100px; }

@media (max-width: 768px) {
  footer {
    height: 200px; }

  .footer-inner {
    height: 200px; } }
.btn-primary {
  background-color: #9B9380 !important;
  border-color: #9B9380 !important; }

.footer-logo {
  width: 250px; }

/* Form */
.form-control {
  color: #9B9380;
  border: 1px solid #F5C644; }
  .form-control:focus {
    border: #F5C644;
    box-shadow: 0 0 0 0.2rem rgba(245, 198, 68, 0.25); }

a {
  color: #0B0E1E;
  text-decoration: none; }
  a:hover {
    color: #9B9380;
    text-decoration: none; }

/* Lists */
ul {
  list-style-position: inside; }

/* Landing Program */
.marketing-img-container {
  width: 100%;
  display: flex;
  justify-content: center; }

.marketing-img {
  width: 80%; }

@media screen and (max-width: 600px) {
  .marketing-img {
    width: 100%;
    object-fit: cover;
    height: 50vh; } }
.marketing {
  margin: 2rem 0%; }

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