:root {
  --navbar-bg : #FAE0E4;
  --footer-meta-bg : #FAE0E4;
  --testimonials-bg : #444;
  --primary-heading-color : #342F2F;
  --primary-bg: #FAE0E4;
}

.navbar-bg{
  background-color: var(--navbar-bg);
}

.navbar-links {
  letter-spacing: 2px;
}

.navbar-links:hover {
  font-weight: bold;
}

.testimonials-bg{
  background-color: var(--testimonials-bg);
  background-size : cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media(min-width:1024px){
  .testimonials-bg {
    background-size : cover;
    background-repeat: no-repeat;
  }
}

.primary-heading{
  color: var(--primary-heading-color);
}

.primary-bg{
  background-color: var(--primary-bg);
}

.page-content h1 {
  font-size: 2rem;
  font-weight: 400;
}

.page-content h2 {
  font-size: 1.8rem;
  font-weight: 400;
}

.page-content h3 {
  font-size: 1.6rem;
  font-weight: 400;
}

.page-content h4 {
  font-size: 1.4rem;
  font-weight: 400;
}

.page-content h5 {
  font-size: 1.2rem;
  font-weight: 400;
}

.page-content h6 {
  font-size: 1rem;
  font-weight: 400;
}

.page-content p {
}

.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 ul{
  list-style: disc inside !important;
}


.page-content ol{
  list-style-type: decimal;
  list-style-position: inside;
}
.page-content .image{
  padding: 1.2rem;
}

.page-content .image.image-style-align-center{
  margin: 0 auto;
}

.page-content .image figcaption{
  padding: 0.24rem;
  background: #444;
  color: #fff;
}

.page-content .image.image-style-align-left{
  float: left;
}

.page-content .image.image-style-align-right{
  float:right;
}

.bg-black-30{
  background-color: rgba(0, 0, 0, 0.3);
}

.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%;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.bg-primary-yellow {
  background-color: #fba205;
}



.bg-primary-yellow-90 {
  background-color: #fba205;
  opacity: 0.9;
}


.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;
}

.footer-meta-bg{
  background-color: var(--footer-meta-bg);
}

.longrect-it {
  width: 100%;
  padding-bottom: 120%;
  position: relative;
}

.ar-1610{ 
  width: 100%;
  padding-bottom: 74.5%;
  position: relative;
}



.ar-yt{ 
  width: 100%;
  padding-bottom: 51.5%;
  position: relative;
}

.letterspacing-6px{
  letter-spacing: 6px;
}


.letterspacing-4px{
  letter-spacing: 4px;
}

.hover-grow-1x{
  transition: 0.6s transform;
}

.hover-grow-1x:hover{
  transform: scale(1.1);
}

.glide.testimonials .glide__bullets{
  bottom: -1.5rem;
}