body {
  background-color: #ffffff;
  color: ;
}
.webpage-block .jumbotron h1, h1 {
  color: ;
  font-family: ;
  font-size: 36px;
}
.webpage-block .jumbotron h2, h2 {
  color: ;
  font-family: ;
  font-size: 30px;
}
.webpage-block .jumbotron h3, h3 {
  color: ;
  font-family: ;
  font-size: 24px;
}
.webpage-block .jumbotron h4, h4 {
  color: ;
  font-family: ;
  font-size: 18px;
}
.webpage-block .jumbotron h5, h5 {
  color: ;
  font-family: ;
  font-size: 14px;
}
.webpage-block .jumbotron h6, h6 {
  color: ;
  font-family: ;
  font-size: 12px;
}
.webpage-block .jumbotron p, p, .content-block div, .panel div, li {
  color: ;
  font-family: ;
  font-size: 16px;
}
.jumbotron blockquote, blockquote {
  color: ;
  font-family: ;
  font-size: 18px;
}
.jumbotron .lead, .content-block .lead, .lead {
  color: ;
  font-family: ;
  font-size: 21px;
}
@media (max-width: 767px) {
  .webpage-block .jumbotron h1, h1 {
    font-size: 36px;
  }
  .webpage-block .jumbotron h2, h2 {
    font-size: 30px;
  }
  .webpage-block .jumbotron h3, h3 {
    font-size: 24px;
  }
  .webpage-block .jumbotron h4, h4 {
    font-size: 18px;
  }
  .webpage-block .jumbotron h5, h5 {
    font-size: 14px;
  }
  .webpage-block .jumbotron h6, h6 {
    font-size: 12px;
  }
  .webpage-block .jumbotron p, p {
    font-size: 16px;
  }
  .webpage-block .jumbotron blockquote, blockquote {
    font-size: 18px;
  }
  .webpage-block .jumbotron .lead, .lead {
    font-size: 20px;
  }
}
.webpage-background a {
  color: #cc8a00;
}
.webpage-block a {
  color: #cc8a00;
}
.webpage-contact a {
  color: #cc8a00;
}
.webpage-about a {
  color: #cc8a00;
}
.webpage-footer {
  background-color:  !important;
  color:  !important;
}
.webpage-footer a{
  color:  !important;
}
.webpage-footer .site-footer-simple {
  background-color:  !important;
  color:  !important;
}

.webpage-footer p {
  color:  !important;
}
.webpage-footer .site-footer-simple a,
.webpage-footer .site-footer-simple a:hover {
  background-color:  !important;
  color:  !important;
}
.webpage-header .navbar {
  background-color: #046a38;
  color: #cc8a00;
}
.webpage-header .navbar a,
.webpage-header .navbar a:hover {
  color: #f0f1f5 !important;
}
.webpage-header.navbar-fixed-top {
  background-color: #ffffff;
}
.webpage-group .webpage-hero > div > div {
  padding-top: 20px;
}
.webpage-header.navbar-fixed-top.hero-behind.transparent {
  background-color: transparent;
}
.webpage-header.hero-behind.transparent .navbar {
  background-color: transparent;
}
body.hero-behind .webpage-group .webpage-hero > div {
  margin-top: 0 !important;
}
.webpage-footer .site-footer-columns .site-footer-upper,
.webpage-footer .site-footer-layers {
  background-color:  !important;
  color:  !important;
}
.webpage-footer .site-footer-columns .site-footer-upper a,
.webpage-footer .site-footer-columns .site-footer-upper a:hover,
.webpage-footer .site-footer-layers a,
.webpage-footer .site-footer-layers a:hover {
  color:  !important;
}
body {
    font-size: 16px;
    background-color: #cc8a00;
    background-image: url(https://www.transparenttextures.com/patterns/black-linen.png);
}

.intro-section p {
    margin: 0 0 10px 0; /* Adjust spacing between intro paragraphs */
    padding: 0;
}

.foundation-info {
    text-align: center;
    max-width: 800px;
    margin: 20px auto; /* Adjust the margin to control spacing */
}

.foundation-info h2 {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}

.foundation-info p {
    margin: 0 0 1em 0; /* Ensure no extra space above paragraphs */
}

.two-column-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.two-column-section .column {
    flex: 1 1 calc(50% - 10px);
    margin: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.two-column-section .column img {
    width: 100%;
    height: auto;
    border-radius: 5px; /* Optional: add some border radius for style */
    max-width: 100%; /* Ensure images use the full width of the column */
    max-height: 500px; /* Adjust the max-height as necessary */
}

.two-column-section .column p {
    margin-top: 10px;
    font-size: 1.75rem; /* Set the font size */
    color: #333;
    line-height: 1.75; /* Set line height */
    max-width: 100%; /* Ensure text uses the full width of the column */
}

.webpage-header .navbar li a {
    font-size: 120%;
}

.webpage-header .navbar .dropdown-menu li a {
    color: #333!important;
}

.hero-container {
    padding: 15px!important;
}

.webpage-header {
    margin-bottom: 15px;
    background: #fff;
}

.webpage-group > .container {
    background: #fff;
}

.borderless .panel-default {
    border: none;
}

.well, .btn-lg, .btn-default {
    border-radius: 0;
}

.btn {
    background: #cc8a00;
    color: white!important;
    border: none;
    margin-top: 5px;
}

.h3 a, .h2 a {
    color: #e1b457;
}

.thumbnail {
    border: none;
    padding: 0;
    border-radius: 0;
}

.jumbotron .row {
    margin-top: -20px;
}

.webpage-block .jumbotron h1 {
    font-size: 45px;
}

.webpage-block .jumbotron h2, h2 {
    font-size: 16px;
}

/*CSS Theme Resets*/
.panel {
    box-shadow: none;
}

.panel-default {
    border: none;
}

.thumbnail {
    border: none;
    padding: 0;
    border-radius: 0;
}

.panel-body {
    padding: 0;
}

/*Remove Column Styling*/
.well {
    box-shadow: none;
}

/*Remove Simple Text Styling*/
.webpage-content hr, .site-footer hr {
    display: none;
}

/*Remove Misc HRs*/
.webpage-container {
    border-radius: 0;
}

.webpage-wrapper {
    background-color: #cc8a00;
    background-image: url(https://www.transparenttextures.com/patterns/black-linen.png);
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.post-blog-image {
    height: 225px;
}

.single-blog {
    height: 325px!important;
}

.slider-text {
    font-size: 16px;
}

/*Remove Fixed Height Embed*/
.embed-responsive {
    height: 100%;
}

.embed-fix .embed-responsive-4by3 {
    padding-bottom: 0;
}

.btn-container {
    text-align: center;
    margin-top: 20px; /* Optional: Add some margin for spacing */
}

.btn-container .btn {
    display: inline-block;
}

.donate-button-container {
    text-align: left;
    margin-top: 150px; /* Adjust the top margin to lower the div */
}

.donate-button-container .btn-donate {
    font-size: 1.75rem; /* Increase font size to make the button larger */
    padding: 1rem 2rem; /* Increase padding for a larger button */
}

/* General styling for image scroller */
.image-scroller {
    width: 100%;
    overflow: hidden;
}

.image-scroller img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Ensures images cover the container */
}

@media (max-width: 600px) {
    .hero-container {
        padding: 10px!important;
        text-align: center;
        height: auto; /* Ensure the height is not fixed */
    }

    .hero-container .jumbotron h1 {
        font-size: 30px;
    }

    .hero-container .jumbotron p {
        font-size: 14px;
    }

    .donate .embed-responsive {
        height: 2500px;
    }

    .two-column-section {
        flex-direction: column;
    }

    .two-column-section .column {
        margin: 10px 0;
    }

    .two-column-section .column img {
        width: 100%;
        height: auto;
    }

    .two-column-section .column p {
        font-size: 1.5rem; /* Adjust font size for mobile */
        line-height: 1.5; /* Adjust line height for mobile */
    }

    .webpage-header .navbar li a {
        font-size: 100%;
    }

    .image-scroller {
        height: 300px; /* Adjust height for mobile */
    }

    .image-scroller img {
        height: 100%;
        width: 100%;
        object-fit: cover; /* Ensures images cover the container */
    }

    .donate-button-container {
        margin-top: -20px; /* Adjust margin for better spacing on mobile */
    }

    .donate-button-container .btn-donate {
        font-size: 1.25rem; /* Slightly smaller font size for mobile */
        padding: 0.75rem 1.5rem; /* Adjust padding for mobile */
        display: block; /* Ensure the button takes full width on mobile */
        width: 100%;
        text-align: center; /* Center the text within the button */
    }
}

.ui-sortable .webpage-block-content {background: #fff;}

.hero-content .col-sm-12 {min-height: 400px;}
.hero-content .btn-container {margin-top: 200px;}
