/*$header-sizes: (
  small: (
    'h1': 24,
    'h2': 20,
    'h3': 19,
    'h4': 18,
    'h5': 17,
    'h6': 16,
  ),
  medium: (
    'h1': 48,
    'h2': 40,
    'h3': 31,
    'h4': 25,
    'h5': 20,
    'h6': 16,
  ),
);*/
/*
 * Imports
 */
/*
 * Mixin's
 */
/*
 * Mixin's to be Categorized
 */
/*
 * h tags
 */
.fl-builder-content h1,
.fl-builder-content h2,
.fl-builder-content h3,
.fl-builder-content h4,
.fl-builder-content h5,
.fl-builder-content h6 {
  color: #edf2f7;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px; }

.fl-builder-content h1 {
  font-size: 42px;
  margin-bottom: 45px; }

.fl-builder-content h2 {
  color: #000;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 45px; }
  .fl-builder-content h2.center {
    text-align: center; }

.fl-builder-content h3 {
  color: #000;
  font-size: 18px;
  line-height: 26px; }

.fl-builder-content h4 {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px; }

.fl-builder-content h5 {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px; }

.fl-builder-content h6 {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px; }

p {
  margin-bottom: 30px; }

/*# sourceMappingURL=theme.css.map */
