h2, h3, h4 {
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.highlight {
  color: #CC0230;
}

.button {
  display: inline-block;
  margin-top: 20px;
  background-color: #CC0230;
  color: #ffffff !important;
  text-shadow: none;
  text-decoration: none;
  border: 1px solid #CC0230;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
}

.button:hover {
  background-color: #ffffff;
  color: #CC0230 !important;
}

.button-grapefruit,
.button-plum {
  -moz-transform: skew(-15deg, 0deg);
  -webkit-transform: skew(-15deg, 0deg);
  -o-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  display: inline-block;
  margin: 0 10px;
}

.button-grapefruit a,
.button-plum a {
  -moz-transform: skew(15deg, 0deg);
  -webkit-transform: skew(15deg, 0deg);
  -o-transform: skew(15deg, 0deg);
  -ms-transform: skew(15deg, 0deg);
  transform: skew(15deg, 0deg);
  padding: 3px 30px;
  color: #ffffff !important;
  text-decoration: none;
  display: inline-block;
}

.button-grapefruit {
  background-color: #EB5A61;
}

.button-plum {
  background-color: #C15A7E;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-size-l {
  font-size: 200% !important;
  line-height: 130% !important;
}

.text-size-xl {
  font-size: 230% !important;
  line-height: 130% !important;
}

.text-size-xxl {
  font-size: 2600% !important;
  line-height: 130% !important;
}

.text-size-xxxl {
  font-size: 300% !important;
  line-height: 130% !important;
}

.text-size-xxxxl {
  font-size: 400% !important;
  line-height: 130% !important;
}

.image-left {
  float: left;
  padding-right: 5px;
}

.image-right {
  float: right;
  padding-left: 5px;
}
