.t-header-bg-color {
  background-color: #095d40;
}

.b-header-bg-color {
  background-color: #008000;
}

.btn-color {
  background-color: #68902b;
}

.btn-hover {
  background-color: #2a4c09;
}

.bg-color {
  background-color: #f5f5f5;
}

.section-color {
  background-color: #e5e5e5;
}

.cards-color {
  background-color: #ffffff;
}

footer {
  background-color: ;
}

/*Sticky header*/
.navbar {
  background-color: ;
  padding: 0px 0px 0px 0px;
  position: ;
  top: 0;
  z-index: 100;
  /* Set a higher z-index to keep the navbar above other elements */
}

.content {
  padding-top: 50px;
  /* Add a buffer space equal to the height of the navbar */
}


/* navigation bar*/
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #008000;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}



/* yes */
* {
  font-family: 'Montserrat', sans serif;
}

h1,
h2,
h3,
h4,
title {
  font-family: 'Lora', serif;
}

.header-bg {
  background-color: #0a0a0a;
}

/* ANIMASTA*/