body {
    background-color: #E4E9E5;
    color: #2F2F30;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

body a{
  color: #177350;
  text-decoration: none;
  font-weight: bold;
}
body a:hover{
  color: #177350;
  opacity: 0.7;
}
::-webkit-scrollbar-track {
  background-color:#2F2F30;
}

::-webkit-scrollbar {
  width: 6px;
  background: #2fdf84;
}

::-webkit-scrollbar-thumb {
  background: #2fdf84;
}
.btn-outline-primary {
    color: #177350;
    background-color: transparent;
    background-image: none;
    border-color: #177350;
}

 .btn-outline-primary:hover {
    color: #fff !important;
    background-color: #177350 !important;
    border-color: #177350;
}
.header{
  background: url('../img/bg-hero.webp');
  background-position:bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  min-height: 760px;
}
.header .link-secondary {   
    text-decoration: none;
    color: #2F2F30;
    font-size: 1.4rem !important;
}

aside {
  position: absolute;
  width: 300px;
  height: 100%;
  background: #383838;
  left: -300px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 70px;
  transition: all 0.4s ease;
  display: none;
}
aside.active {
  left: 0;
}
aside a {
  display: block;
  padding: 1.2rem;
  text-decoration: none;
  font-size: 1rem;
  color: #818181;
  border-bottom: 1px solid #414141;
}
.toggle-wrap {
  padding: 10px;
  position: relative;
  cursor: pointer;
  float: left;

  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle-bar {
  width: 38px;
  margin: 10px 0;
  position: relative;
  border-top: 6px solid #303030;
  display: block;
}
.toggle-bar::before,
.toggle-bar::after {
  content: "";
  display: block;
  background: #303030;
  height: 6px;
  width: 38px;
  position: absolute;
  top: -16px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 13%;
  -webkit-transform-origin: 13%;
  transform-origin: 13%;
}
.toggle-bar::after {
  top: 4px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-sub{
  font-size: 0.94rem;
}
.primary-green{
  color: #177350;
}

.light-green{
  color:#0B9561;
}

#highlights{
  padding-top: 80px;
  background: url('../img/bg-highlights.webp');
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 462px;
  z-index: 99 !important;
  position: relative;
}
.scroll-effect a {
  padding-top: 60px;
}
.scroll-effect a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #177350;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll-effect a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #0B9561;
  border-radius: 100%;
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#news {
  background-color: #fff;
  padding: 130px 0px;
  position: relative;
  margin-top: -120px;
  z-index: 98;
}
#news .picture{
  max-height: 300px;
  border-radius: 15px;
  overflow: hidden;
}

#news a{
  color: #2F2F30;
}


#news a:hover{
  color: #0B9561;
}


.mural{
  border: 1px solid #177350;
  border-radius: 30px 0px 30px 0px;
}
.mural .title{
  text-align: center;
  border-bottom: 1px solid #177350;
  border-radius: 0px 0px 45px 0px;
}
#teachings {
  background: url('../img/bg-teachings.webp');
  background-size: 100%;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  padding: 130px 0px 0px;
}
#teachings .card{
  background: #E4E9E5 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 30px #00000026;
border-radius: 90px 0px;
border: none;
min-height: 400px;
}

#teachings .card p{
  font-size: 14px;
}
#f-menu{
  background-color:rgba(47, 223, 132, 0.8);
  position: fixed;
  bottom: 0;
  z-index: 999;
  color: #177350;
  text-align: center;
  padding: 10px 0px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 42px 9px rgba(9, 24, 14, 0.466);
  -moz-box-shadow: 0px 3px 42px 9px rgba(9, 24, 14, 0.466);
  box-shadow: 0px 3px 42px 9px rgba(9, 24, 14, 0.466);
}
.modal {
  background: rgba(47, 223, 132, 0.8);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  color: #177350;
  background-color: #2fdf84;
  padding: 1rem 1rem;
  border-bottom: none;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.modal-content {
  
  background-color: #E4E9E5;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 30px;
 
}
.modal-body a{
  text-decoration: none;
  color: #2F2F30;
}
.modal-body i{
  color: #177350;
}
@media only screen and (max-width: 770px){
  body{
    overflow-x: hidden;
  }
  .header{
    background: url('../img/bg-hero-mobile.webp');
   background-position: top;
   background-size: cover;
   background-repeat: no-repeat;
  }
  .header-logo img{
    width: 110px;
  }
  #news{
    overflow-x: hidden;
    padding: 130px 10px;
  }
  #highlights{
    overflow-x: hidden;
    background-size: cover;
    overflow: hidden;
    min-height: 350px;
  }
  #highlights p{
    margin-left: 15%;
  }
  .mural{
    overflow-x: hidden;
    padding: 0px 10px;
  }
  #teachings{
    overflow-x: hidden;
  }
  
}