/* hide the preloader if needed
.preloader {
  display: none !important;
}
*/

/* button on home page slider */
.button-secondary, .button-secondary:focus {
  color: #151515;
  background-color: #e9da5d !important;
  border-color: #e9da5d !important;
}
.button-secondary:hover, .button-secondary:active {
  color: #ffffff;
  background-color: #76aa6f !important;
  border-color: #76aa6f !important;
}
.button-secondary.button-ujarak::before {
  background: #76aa6f !important;
}
.button-secondary.button-zakaria:after {
  background: #e9da5d !important;
}


/* text on home page slider */
h4.custom {
  font-size: 48px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h4.custom {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  h4.custom {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  h4.custom {
    font-size: 54px;
  }
}


/* headers */
h1.custom {
  font-size: 42px;
}

.custom-span {
  font-size: 55px;
  font-weight: 600;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #151515;
}


/* headers */
.announcement-banner {
   background-color: yellow !important;
   margin: 0;  // try to have no space between banner and announcement
   padding-bottom: 24px;
   padding-top: 24px;
   width:100%;
}

.announcement-content {
   font-weight: bold;
   font-size: large;
   margin: 0 auto;  // try to center the paragraph
}



/* section spacing */
.section-inset-2 {
    padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
  .section-inset-2 {
    padding-top: 50px;
	padding-bottom: 50px;
  }
}


/* two-column list */
.footer-modern-list {
  color: #76aa6f;
  font-weight: 600;	
}

/* one-column list */
.footer-modern-list-a {
  text-align: left;
  columns: 1;
  break-inside: avoid;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  margin-bottom: -7px;
  color: #76aa6f;
  font-weight: 600;
}
.footer-modern-list-a > li {
  text-indent: -20px;
  padding-left: 20px;
  transition: all .25s ease;
}
.footer-modern-list-a > li::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 2px;
  width: 10px;
  margin-right: 10px;
  background: #d7d7d7;
  transition: inherit;
}
.footer-modern-list-a > li:hover a {
  color: #76aa6f;
}
.footer-modern-list-a > li {
  margin-bottom: 7px;
}
.footer-modern-list-a a {
  vertical-align: middle;
}
.footer-modern-list-a a, .footer-modern-list a:focus, .footer-modern-list a:active {
  color: inherit;
}
.footer-modern-list-a a:hover {
  color: #76aa6f;
}


@media (min-width: 768px) {

  .footer-modern-list-a > li {
    text-indent: -34px;
    padding-left: 34px;
  }
  .footer-modern-list-a > li::before {
    width: 17px;
    margin-right: 17px;
  }
}
@media (min-width: 992px) {
  .footer-modern-list-a {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .footer-modern-list-a {
    max-width: 94%;
  }
  .footer-modern-list-a > li {
    padding-right: 17px;
  }
  .footer-modern-list-a > li:hover {
    padding-right: 0;
  }
  .footer-modern-list-a > li:hover::before {
    width: 34px;
    background: #76aa6f;
  }
}



/* custom link */
a.custom {
  color: #185dba !important;
  font-weight: 600;	
}

/* highlight */
.highlight {
  color: #777777 !important;
  font-weight: 600;	
}



/* nudge */

.nudge-20 {
  padding-top: 20px;	
}

.nudge-40 {
  padding-top: 40px;	
}

.nudge-down-20 {
  padding-bottom: 20px;	
}











