/* HEADINGS */
h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
	font-family: Oswald, sans-serif;
	font-weight: 400;
	line-height: 1.25;
	text-transform: initial;
	color: initial;
}

h5, h6,
.h5, .h6 {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	color: initial;
}

h1, .h1 { font-size: 3rem; }

h2, .h2 { font-size: 2.5rem; }

h2 {
	padding-left: 0;	
}

h2::before,
h2::after {
	display: none;
}

h3, .h3 { font-size: 2rem; }

h4, .h4 { font-size: 1.75rem; }

h5, .h5 { font-size: 1.5rem; }

h6, .h6 { font-size: 1.25rem; }


/* DISPLAYS */
.display-lg,
.display,
.display-sm {
	font-weight: 300;
	font-family: Oswald, sans-serif;
	line-height: 1.125;
	letter-spacing: -2px;
}

.display-lg {	font-size: 6rem; }

.display {	font-size: 4.5rem; }

.display-sm {	font-size: 3rem; }

p, span {}

small, .small {
	font-size: 0.875em;
	line-height: 1.5;
}

.lead { font-size: 1.25em; }

.badge,
.badge-lg, 
.badge-sm {
	font-weight: 600;
	line-height: 1.5;
}

.badge { font-size: 1rem; }

.badge-lg { font-size: 1.25rem; }

.badge-sm { font-size: 0.875rem; }

.breadcrumb-item,
.breadcrumb-item::before {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1;
}

.title,
.title-lg,
.title-sm {
	font-weight: 600 !important;
	line-height: 1.5;
}

.title a,
.title-lg a,
.title-sm a {
	font-weight: inherit;
}

.title {
	font-size: 1.125rem;
}

.title-lg {
	font-size: 1.25rem;
}

.title-sm {
	font-size: 1rem;
}

.label {
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: 2px;
}

figcaption, 
.figcaption, 
.caption {
	font-weight: 500;
	font-style: italic;
	font-size: 0.875rem;
	line-height: 1.5;
}

.content-divider .caption {
  text-align: right;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 1.5rem 1.5rem 1rem;
  min-width: 240px;
}

.content-divider .caption a {
	color: #FFF !important;
}

.text-gray {
	color: #6C757D;
}

blockquote, 
blockquote .quote,
blockquote .quote-lg, 
blockquote .quote-sm {
	font-weight: 600;
	font-style: italic;
	line-height: 1.5;
	background: transparent;
  border-left: 0 !important;
  padding: 0 !important;
  color: #212529;
} 

blockquote, 
blockquote .quote {
	font-size: 1.25rem;
}

blockquote .quote-lg {
	font-size: 1.75rem;
}

blockquote .quote-sm {
	font-size: 1rem;
}

/* Quote mark */
blockquote::before {
	color: rgba(0, 0, 0, 0.25);
	font-weight: bold;
}

blockquote p {
  font-size: 1.25rem;
  color: #212529;
}


/* FORM */
form label,
.form-label, 
.form-label-lg,
.form-label-sm {
	font-weight: 600;
	line-height: 1.5;
}

form label, 
.form-label {
	font-size: 1rem;
}

.form-label-lg {
	font-size: 1.375rme;	
}

.form-label-sm {
	font-size: 0.875rem;
}


/* FONT STYLES */
.ff-heading {
    font-family: Oswald, sans-serif !important;
}

.ff-body {
    font-family: "Libre Franklin", sans-serif !important;
}



@media screen and (max-width: 767px) {
	
	h1, .h1 { font-size: 2rem; }
	
	h2, .h2 { font-size: 1.75rem; }
	
	h3, .h3 { font-size: 1.5rem; }
	
	h4, .h4 { font-size: 1.25rem; }
	
	h5, .h5 { font-size: 1.125rem; }
	
	h6, .h6 { font-size: 1rem; }
	
	.display-lg {	font-size: 3.375rem; }

	.display-lg {	font-size: 2.5rem; }
	
	.display-lg {	font-size: 1.75rem; }

	.lead { font-size: 1.125rem; }
	
	blockquote .quote-lg {
		font-size: 1.5rem;
	}
}