@charset "UTF-8";
/* CSS Document */
html, html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
}
header {
  padding: 2px;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/*
img:is(:hover, :focus) {
  filter: hue-rotate(10deg) opacity(60%) grayscale(30%) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
}
*/
footer {
  padding: 0px 10px;
  background-color: #DFDFDF;
  font-size: 16px;
  font-weight: 200;
  margin: 0px 4px 0px 4px;
}
body {
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  text-align: center;
	
   
}
.style-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 192px;
}
.style-nav-pagination ul li {
  display: inline-block;
}
.style-nav-pagination ul {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0px 8px 2px 8px;
}
.pageTitle {
  text-align: center;
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: 0px;
  padding-left: 10px;
  margin-top: 10px;
}
.style-nav ul {
  list-style-type: none;
  display: inline-block;
}
.style-nav ul li a {
  text-decoration: none;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  padding: 8px;
  font-weight: 400;
  font-size: 12px;
  display: block;
}
.menuStyle {
  color: #000000;
}
.menuStyleSelected {
  color: #085E1D;
  font-size: 14px;
  font-weight: 900;
  background: #CEC4A8;
}
.menuStyle:hover {
  style-nav: hover;
  color: #878585;
}
.menuStyle:active {
  color: #A97C42;
}
.active {
  font-weight: 500;
  padding: 4px 8px 4px 8px;
  font-size: 13px;
  text-decoration-color: #00000;
}
.inactive {
  color: #020202;
  text-decoration-line: none;
  padding: 4px 8px 4px 8px;
  border: solid;
  border-color: #A09D9D;
  border-width: thin;
  margin: 0px 4px 0px 4px;
}
.hero {
  background-image: url("../images/Surrender to god L.jpg");
  background-size: cover;
  padding: 10px 0px 20px 0px;
  color: #575551;
  text-align: center;
  background-color: antiquewhite;
}
.heroLeft {
  background-size: cover;
  padding: 10px 20px 10px 20px;
  color: #575551;
  text-align: left;
  font-size: 12 px;
  font-weight: 300;
}
h1 {
  font-size: 57px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0px;
}
h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
}
h3 {
  font-size: 20px;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 20px;
}
h4 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
h5 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
h6 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 2px;
}
h7 {
  font-size: 12px;
  font-weight: 200;
  margin-top: 10px;
  margin-bottom: 2px;
  line-height: 100%;
}
p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 35px;
}
.button {
  color: #000000;
  border: 1px #B09393 solid;
  padding: .2em 1.5em;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  -webkit-box-shadow: 3px 3px 6px 4px #bda885;
  /*Standard Syntax*/
  box-shadow: 3px 3px 7px 3px #bda885;
  /*Add the following properties to the selector to which the effect has to be applied */
  /* Chrome, Safari */
  -webkit-box-shadow: inset 5px 5px 15px #9bb691;
  /* Standard syntax */
  box-shadow: inset 5px 5px 15px #9bb691;
}
.button:hover {
  background: #F2C399;
  border-color: #A11D22;
  color: #106309;
  font-weight: 400;
  /*Chrome, Safari*/
  -webkit-box-shadow: 3px 3px 6px 4px #bda885;
  /*Standard Syntax*/
  box-shadow: 3px 3px 7px 3px #bda885;
  /*Add the following properties to the selector to which the effect has to be applied */
  /* Chrome, Safari */
  -webkit-box-shadow: inset 5px 5px 15px #9bb691;
  /* Standard syntax */
  box-shadow: inset 5px 5px 15px #9bb691;
}
.buttonDisplay {
  color: #000000;
  border: 1px #B09393 solid;
  padding: .2em 1.5em;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  -webkit-box-shadow: 3px 3px 6px 4px #bda885;
  /*Standard Syntax*/
  box-shadow: 3px 3px 7px 3px #bda885;
  /*Add the following properties to the selector to which the effect has to be applied */
  /* Chrome, Safari */
  -webkit-box-shadow: inset 5px 5px 15px #9bb691;
  /* Standard syntax */
  box-shadow: inset 5px 5px 15px #9bb691;
}
.buttonDisplay:hover {
  background: #F2C399;
  border-color: #A11D22;
  color: #106309;
  font-weight: 400;
  /*Chrome, Safari*/
  -webkit-box-shadow: 3px 3px 6px 4px #bda885;
  /*Standard Syntax*/
  box-shadow: 3px 3px 7px 3px #bda885;
  /*Add the following properties to the selector to which the effect has to be applied */
  /* Chrome, Safari */
  -webkit-box-shadow: inset 5px 5px 15px #9bb691;
  /* Standard syntax */
  box-shadow: inset 5px 5px 15px #9bb691;
}
.buttonOrder {
  border: 1px #FFFFFF solid;
  padding: 0px 5px;
  border-radius: 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
}
.buttonOrder:hover {
  background: #F2C399;
  border-color: #A11D22;
  color: #ffffff;
  font-weight: 400;
  /*Chrome, Safari*/
  -webkit-box-shadow: 3px 3px 6px 4px #bda885;
  /*Standard Syntax*/
  box-shadow: 3px 3px 7px 3px #bda885;
  /*Add the following properties to the selector to which the effect has to be applied */
  /* Chrome, Safari */
  -webkit-box-shadow: inset 5px 5px 15px #9bb691;
  /* Standard syntax */
  box-shadow: inset 5px 5px 15px #9bb691;
}
.buttonPrivacy {
  border: .5px #434242 solid;
  padding: 0px 5px;
  border-radius: 5px;
  color: #434242;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  background: #D6D6D6;
  margin-top: 10px;
  display: inline-block;
}
.buttonPrivacy:hover {
  background: #F2C399;
  border-color: #A11D22;
  color: #ffffff;
  font-weight: 400;
  /*Chrome, Safari*/
  -webkit-box-shadow: 3px 3px 6px 4px #bda885;
  /*Standard Syntax*/
  box-shadow: 3px 3px 7px 3px #bda885;
  /*Add the following properties to the selector to which the effect has to be applied */
  /* Chrome, Safari */
  -webkit-box-shadow: inset 5px 5px 15px #9bb691;
  /* Standard syntax */
  box-shadow: inset 5px 5px 15px #9bb691;
}
.accordion {
  max-width: 600px;
  margin: auto;
}
.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.accordion-button {
  width: 100%;
  background-color: #f1f1f1;
  padding: 0px 0px 4px 0px;
  text-align: left;
  font-size: 18px;
  border: none;
  cursor: pointer;
  outline: none;
  transition: background-color 1.5s ease;
}
.accordion-button.active {
  background-color: #CEC4A8;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.5s ease, padding 1.5s ease;
  background-color: white;
  padding-left: 25px;
  padding-right: 15px;
  text-align: left;
}
.accordion-content p {
  margin: 15px 0;
}
/* Class for expanded content */
.expanded {
  max-height: 1000px; /* Use a large enough value to accommodate content */
}
/* Icon styling */
.icon img {
  width: 10px; /* Adjust size as needed */
  height: 10px; /* Adjust size as needed */
  margin-left: 4px;
}
.container_accordion {
  display: flex; /* Flexbox to align items in a row */
  align-items: baseline; /* Vertically align items if needed */
}
.pull-quote {
  float: left; /* Align the pull quote to the left */
  width: 45%; /* Set a width to allow text to flow around it */
  background-color: #f9f9f9;
  border-left: 5px solid #333;
  padding: 20px;
  font-size: 2em;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  clear: both; /* Ensures proper clearing if there are preceding floated elements */
  margin: 10px 10px 10px 0;
  border-left-width: 2px;
}
.pull-quote p {
  margin: 0;
}
.pull-quote footer {
  text-align: right;
  font-size: 0.9em;
  color: #555;
}
.text-with-large-first-letter {
    margin: 0px 0px;
	
	
}

/* Style for the first letter in specific paragraphs */
.text-with-large-first-letter::first-letter {
    font-size: 4em; /* Adjust size as needed */
    padding-top: 0px;
    float: left;
    margin-right: 10px;
    color: #16709E; /* Change color if needed */
	font-weight: 300;
	vertical-align: top; /* Align to the top */
    line-height: 1; /* Prevent extra spacing */
}
.container_ru {
  display: flex;
  justify-content: space-between; /* Adjusts the spacing between images */
  align-items: center; /* Aligns images vertically (optional) */
  background-color: #157AB1;
}
.container_ru img {
  max-width: 100%; /* Ensures images are responsive */
  flex-basis: 19%; /* Adjust the percentage to fit 5 images */
  margin: 0px 0px 0px 0px; /* Optional: Adds some space between the images */
  background-color: #157AB1;
}
.info-box-tan {
  background-color: #E7E1D7;
  color: #000000;
  padding: 0px 0px 10px 0px;
  text-align: center;
}
.info-box-tanP {
  background-color: #E7E1D7;
  color: #000000;
  padding: 10px 10px 10px 10px;
  text-align: center;
  border: solid thin #CBA95A;
}
.info-box-dark {
  background-color: #3c7c86;
  color: #FFFFFF;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.footer-text {
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: 200;
}
.col {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 2px 2px 2px 2px;
}
.col_five {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 4px 4px 4px;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.scrollable {
  width: 100%;
  max-width: 600px;
  height: 400px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 auto;
  /*Chrome, Safari*/
  -webkit-box-shadow: 3px 3px 6px 4px #bda885;
  /*Standard Syntax*/
  box-shadow: 3px 3px 7px 3px #bda885;
}
.scrollable p {
  line-height: 1.6;
}
.highlight-on-hover {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-image {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: inherit;
}
.image-description {
  position: absolute;
  bottom: 4px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.4s ease;
  width: 99%;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}
.borderedImage {
  border: solid;
	border-width: thin;
  border-color: #BEBCBC;
}
.col:hover .image-description, 
.col:active .image-description{
  opacity: 1;
  visibility: visible;
}
.image-container {
  position: relative;
  width: fit-content; /* Adjust to fit image size */
  display: inline-block;
}
.image-container img {
  display: block;
  width: 100%; /* Ensures the description width matches the image width */
}
.description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-weight: 300;
  font-size: 13px;
}
.image-container:hover .description {
  opacity: .8;
}

.mondrian-grid {
    display: grid;
    gap: 1px; /* 5px gap between all grid items */
    width: 100%; /* Full viewport width */
    box-sizing: border-box;
}

/* Mobile First: 2x4 grid layout */
.grid-item {
   
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4px; /* Optional padding to add some space inside the grid item */
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensure the entire image is visible within the grid area */
}



/*Tablet View*/
@media (min-width: 768px) {
  body {
    max-width: 778px;
  }
  .style-nav ul li {
    display: inline-block;
  }
  .style-nav ul {
    text-align: center;
  }
  .style-nav-pagination ul li {
    display: inline-block;
  }
  .style-nav-pagination ul {
    text-align: center;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 90px;
  }
  h2 {
    margin-bottom: 16px;
  }
  .col-md-one-half {
    width: 50%;
  }
  .col-lg-three-fifth {
    width: 50%;
  }
  .col {
    float: left;
    padding: 0px 4px 4px;
  }
  .image-description {
    bottom: 14px; /* Adjust as needed */
    width: auto;
  }
  .pageTitle {
    text-align: left;
  }
  .pull-quote {
    font-size: 2em;
    padding: 15px;
    margin: 15px 15px 15px 0;
    border-left: 5px solid #333;
  }
  .mondrian-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        height: auto;
    }
}

/*Desktop View*/
@media (min-width: 1024px) {
  body {
    max-width: 1200px;
  }
  .style-logo {
    float: left;
  }
  .style-nav ul {
    float: right;
  }
  .style-nav-pagination ul {
    float: right;
  }
  .col-lg-one-fourth {
    width: 25%;
  }
  .col-lg-one-fifth {
    width: 20%;
  }
  .image-description {
    bottom: 14px; /* Adjust as needed */
    width: auto;
  }
  .pageTitle {
    text-align: left;
  }
  .pull-quote {
    position: relative;
    background-color: #f9f9f9;
    border-left: 5px solid #333;
    max-width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 2em;
    border-left-width: 3px;
    padding: 20px;
    margin: 20px 20px 20px 0; /* Margin to separate from text */
  }
   .mondrian-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        height: auto;
    }
}