/*
Theme Name: Tranquility Behavioral Health Clinic Child Theme
Theme URI: https://tranquilityaestheticsky.com/
Version: 1.0
Description: A child theme for Tranquility Behavioral Health Clinic
Author: Jocelyn Traher
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Sticky footer */

body {
  color: #000000;
  font-family: "Marcellus",serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  font-style: normal;
  word-wrap: break-word;
}

.fl-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.fl-page-content {
    flex-grow: 1;
	background-color: #000000;
}


/* End of sticky footer */
