/* START Hi I'm Katy */
.bubblegum {
  position: relative;
}

.howdy {
  background: rgba(221, 0, 100, 0.9);
  border: 4px solid rgba(0, 0, 0, 0.8);
  box-shadow: 4px 4px rgba(242,189,195,1.0),
    8px 8px rgba(0, 0, 0, 0.8), 
    inset 4px 4px white, 
    inset 8px 8px rgba(0, 0, 0, 0.8);
  margin: 0 auto 6% auto;
  padding: 16px 2px 8px 2px;
  width: 90%;

  position: absolute;
  right: 6.5%;
  bottom: -6%;
}

.howdy::before,
.howdy::after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  
  position: absolute;
}

.howdy::before {
  height: 8px;
  width: 4px;
  
  top: 100%;
  left: 4px;
}

.howdy::after {
  height: 4px;
  width: 8px;
  
  top: 4px;
  left: 100%;
}

.howdy p {
  color: #fff;
  font-family: "Amatic SC";
  font-size: 43px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* END Hi I'm Katy */


.tell.thirds p {
  padding: 10px 0 10px 0;
}



/* START Delight Pull Quotes*/
.delight {
  column-count: 2;
}
.delight p {
  font-family: "Amatic SC";
  font-size: 33px;
  font-weight: 700;
  line-height: normal;
  margin: 0px auto 16px auto;
  padding: 0px;
  text-align: center;
}

.delight p:after {
  background-image: url('../../../img/heart3.svg');
  background-size: 28px 28px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
  
  position: relative;
}

.delight p:after {
  margin-left: 8px;
}

.delight p span {
  font-size: 29px;
}

.delight p span:before {
  content: "\A";
  white-space: pre;
}
/* END Delight Pull Quotes*/



/* START Delight Pull Quotes Column Count Responsive */
@media
(max-width: 699px),
(min-width: 900px) and (max-width: 1099px) {

.delight {
  column-count: unset;
}

}
/* END Delight Pull Quotes Column Count Responsive */



/* START Delight Pull Quotes Span Line Break Responsive */
@media
(min-width: 900px) and (max-width: 1099px) {

.delight p span:before {
  content: unset;
  white-space: unset;
}

}
/* END Delight Pull Quotes Span Line Break Responsive */



/* START Delight Pull Quotes Heart Break Responsive */
@media
(max-width: 699px) {

.delight p span:after {
  content: "\A";
  white-space: pre;
}

}
/* END Delight Pull Quotes Heart Break Responsive */
