/* ======================================
Cafe guide – Guide Art Direction
====================================== */

/* --------------------------------------
Brand bar
-------------------------------------- */
.guide-brand {
  background-color: #0A7C3D; /* clinic brand green */
}

.guide-brand img {
  max-height: 90px;
}

/* --------------------------------------
Guide header
-------------------------------------- */
#guide-header {
  background-color: #9DCCB0;

}
#guide-header h1,
#guide-header p {
  color: #000;
}


#guide-header p {
  opacity: 0.8;
}

/* --------------------------------------
Guide content
-------------------------------------- */
.guide-content h2,
.guide-content h3 {
  color:#0A7C3D;
}
.guide-content h2 {
  margin-top: 2.5em;
}

.guide-content img {
  border-radius: 6px;
}
