#slider_logo {
  display: block;
  height: 120px;
  width: auto;
  object-fit: scale-down;
  margin: 0 auto;
  margin-bottom: 10px;
}

#footer_logo {
  display: block;
  height: 60px;
  width: auto;
  object-fit: scale-down;
  margin: 0 auto;
  margin-bottom: 10px;
}

#intro_slide_h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.p_poppins {
  font-family: "Poppins", sans-serif;
}

.p_lineh_fix {
  font-size: 12px;
  line-height: 16px;
}

/* Buttons */

.cob_buttons {
  display: block;
  font-family: "Montserrat", "Poppins", "Open Sans";
  padding: 12px 10px;
  outline: none;
  text-decoration: none;
  margin: 12px 0px;
  transition: color 0.2s ease, background 0.2s ease;
  text-align: center;
}

.white_cob_button {
  color: #492f24;
  background: #fff;
  border: 2px solid #492f24;
}

.white_cob_button:hover {
  background: #492f24;
  color: #fff;
}

.brown_cob_button {
  color: #fff;
  background: #492f24;
}

.brown_cob_button:hover {
  background: #6e4c3f;
  color: #fff;
}

a {
  color: rgb(110, 76, 63);
}

a:visited {
  color: #6e4c3f;
}

.brown_cob_button:visited {
  color: #fff;
}
