#birthday h1 {
  font-size: 36px;
  text-align: center;
}

@media (min-width: 768px) {
  #birthday h1 {
    font-size: 42px;
  }
}

#birthday h2 {
  font-size: 24px;
  text-align: center !important;
}

@media (min-width: 768px) {
  #birthday h2 {
    font-size: 28px;
    text-align: center !important;
  }
}

.bday-text-b {
  font-family: 'Henny Penny', cursive;
  font-size: 26px;
  line-height: 1.7;
  color: #1400ff;
  text-shadow: .5px .5px #8fb5f0;
}

.bday-text-p {
  font-family: 'Henny Penny', cursive;
  font-size: 26px;
  line-height: 1.7;
  color: #aa0099;
  text-shadow: .5px .5px #8fb5f0;
}

@media (min-width: 992px) {
  .bday-text-b {
    font-size: 30px;
    line-height: 1.7;
  }
}

@media (min-width: 992px) {
  .bday-text-p {
    font-size: 30px;
    line-height: 1.7;
  }
}

.bday-text {
  font-size: 18px;
}

.bday-att-text {
  font-size: 28px;
}

@media (min-width: 992px) {
  .bday-att-text {
    font-size: 60px;
    line-height: 84px;
  }
}

.testimonial {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .testimonial {
    width: 90%;
  }
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  width: 156px;
  height: 164px;
  top: 20px;
  left: 21px;
  z-index: 0;
  background-image: url(../../assets/img/quote.svg);
}

.bubble {
  position: relative;
  padding: 24px;
  width: auto;
  border-radius: 12px;
  border: 4px solid #1400ff;
}

@media (min-width: 576px) {
  .bubble {
    position: relative;
    padding: 30px;
    width: auto;
    border-radius: 12px;
    border: 4px solid #1400ff;
  }
}

.bubble p {
  position: relative;
  z-index: 2;
}

.bubble p:last-child {
  margin-bottom: 0;
}

.bubble:before, .bubble:after {
  display: block;
  position: absolute;
  right: 4em;
  bottom: -18px;
  width: 0;
  height: 0;
  content: "\0020";
  border: solid 20px transparent;
  border-bottom: 0;
  border-top-color: #73a0ed;
  overflow: hidden;
  z-index: 2;
}

.bubble:before {
  bottom: -24px;
  border-top-color: #1400ff;
  z-index: 1;
}

.bubble-sig {
  position: relative;
  margin-top: 30px;
  right: 3em;
  font: bold 1em/1.4 Arial, sans-serif;
  text-align: right;
  line-height: 1.2;
}

.bubble-sig span {
  display: block;
  font-weight: normal;
  font-size: 0.9em;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 20px;
}

