﻿/*.yellowText{
     color:#fbac1f;
}*/



/* TinyMCE overrides */
body.mce-content-body {
  font-size: 16px;
}

  body.mce-content-body td,
  body.mce-content-body th {
    font-size: 16px;
  }

body figure {
  margin: 0;
}

/**umb_name:h1 - Large*/
h1 {
}

/**umb_name:h2 - Medium*/
h2 {
}

/**umb_name:h3 - Small*/
h3 {
}

/**umb_name:Yellow text*/
.yellowText {
    color: #51365f;
}

.purpleText {
    color: #51365f;
}

/**umb_name:Accent Font*/
.accent {
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
}

/**umb_name:dark gray text*/
.darkGray {
  color: #474747;
}

/**umb_name:Large Intro Text*/
.largeText {
  font-size: 20px;
  line-height: 1.6;
}

/**umb_name:Small Intro Text*/
.smallText {
  font-size: 12px;
  margin-top: 15px;
}

/**umb_name:Green Text*/
.greenText {
  color: #549341;
}

/**umb_name:image - Top Right*/
.imgTopRight img {
  margin-bottom: 20px;
  margin-left: 20px;
}

/**umb_name:image - Top Left*/
.imgTopLeft img {
  margin-bottom: 20px;
  margin-right: 20px;
}

/**umb_name:image - no resize*/
.imgNoResize {
  width: initial;
}

/**umb_name:Italics*/
.italics {
  font-style: italic;
}

/**umb_name:images - no border*/
.noBorder img {
  border: none !important;
}

/**umb_name:Red Text*/
.redText {
  color: #FF4700;
}
