/* 
    This allows a live SCSS session within Oxygen. Move the /add-assets/ styles here as time allows
*/
/* Kids parties */
.right-col {
  max-width: 45%;
  float: right;
  margin-left: 10px;
}
.left-col {
  max-width: 55%;
  float: left;
  margin-right: 10px;
}
.faq-card-container {
  width: 100%;
}
.faq-card-container__image {
  width: 100%;
}
.faq-card {
  background-color: #fff;
  box-shadow: 1px 1px 12px -7px #777;
  padding: 10px;
  width: 100%;
}
.faq-card__header {
  font-family: Raleway, 'Century Gothic', sans-serif;
  color: #f1592a;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.faq-card__text {
  font-family: Raleway, 'Century Gothic', sans-serif;
}
.faq-card__links {
  color: #8dc73f !important;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
}
.info-box-card {
  background-color: #fff;
  box-shadow: 1px 1px 12px -7px #777;
  padding: 20px 20px;
}
.info-box-card__header {
  font-family: Raleway, 'Century Gothic', sans-serif;
  color: #8dc73f;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.info-box-card__text {
  font-family: Raleway, 'Century Gothic', sans-serif;
}
.info-box-card__address {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
}
