.bg-primary-color{
  background-color:#5C7B37;
}


.nav-text-color {
  color: #597a17 ;
}

.query-form-bg {
  background: #e8e8bb;
}

.query-form-container {
  background-size: cover;
  background-position: center;
}

.about-left {
  background-color: rgba(49, 87, 44, 0.86);
}

.form-right {
  background-color: rgba(252, 163, 17, 0.76);
}

/* .query-form ::placeholder {
  color: white;
  opacity: 0.86; 
}

.query-form :-ms-input-placeholder {
  color: white;
}

.query-form ::-ms-input-placeholder {
  color: white;
} */

.text-primary-color{
  color : #5C7B37
}

.page-content h1{
  color: #5C7B37;
  font-size: 2rem;
  font-weight: 600;
  margin: 2% 0;
}

.page-content h2{
  color: #5C7B37;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 2% 0;
}

.page-content h3{
  color: #5C7B37;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2% 0;
}

.page-content h4{
  color: #5C7B37;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 2% 0;
}

.page-content h5{
  color: #5C7B37;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 2% 0;
}


.page-content h6{
  color: #5C7B37;
  font-size: 1rem;
  font-weight: 600;
  margin: 2% 0;
}


.page-content p{
  font-size: 0.8em;
  margin: 1% 0;
}

.page-content .ql-align-center{
  text-align: center;
}


.page-content .ql-align-justify{
  text-align: justify;
}

.page-content .ql-align-right{
  text-align: right;
}

.page-content blockquote{
  padding: 1rem;
  font-style: italic;
  border-left: 2px solid #31572c ;
}

.page-content ol{
  list-style: decimal;
}

.page-content figure.table table {
  width: 100%;
  height: 100%;
}

.h-128{
  height: 32rem;
}


/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  width: 100%;
}


/* banner  */
.main-banner { max-height: 80vh; overflow: hidden; }

@media (min-width: 640px) {
  .main-banner { max-height: 60vh;  }
}

@media (min-width: 1024px) {
  .main-banner { max-height: 60vh;  }
}

@media (min-width: 1280px) {
  .main-banner { max-height: 60vh;  }
}


.square-it {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: #cccccc;
}


.gallery-photo .hover-caption{
  opacity: 0;  
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}


.gallery-photo:hover .hover-caption{
  background-color: white;
  opacity: 1;
}

.main-banner{
  max-height: 450px;
}