/* ---------- Style -----------*/
body { 
  background-color: #EDE8D0;
  color: #111D13;
  font-family: Poppins;
  margin: 0;
  padding: 0;
}

h1, h2, h3 { 
  color: #606C38;
}

a { 
  color:  #606C38;
} 

/* Navigation */
.nav-custom {
  background-color:#606C38;
  color: #111D13; 

} 

/* ---------- Images ---------- */ 
img.rounded-circle {
  border: 3px solid #BC6C25;
  box-shadow: 0 0 15px #111D13;
}

/* ---------- Layout ---------- */ 
.container {
  margin-top: 40px;
}

p {
  line-height: 1.5;
  font-size: 1.1em;
}

.btn{
	font-size: 1.5rem;
	color: #BC6C25;
	background-color:#EDE8D0; 
}

/* ---------- Footer ---------- */
.footer-custom {
  background-color:#606C38;
  color: #111D13;            
  border-top: 2px solid #42f56c;
  font-size: 25px; 
  text-align: center;
} 
/* --------- Social media in footer ---------*/
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}