/**
Theme Name: Full Circle Strategic Marketing
Author: Full Circle Strategic Marketing
Author URI: https://fullcirclemarketing.com/
Description: Full Circle Strategic Marketing Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: full-circle-strategic-marketing
Template: astra
*/


/* Marquee */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.overflow {
    white-space: nowrap;
    overflow: hidden;
}
.overflow .marquee {
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
  display: inline-block;
}
.big-heading {
	font-family: 'Lato', sans-serif;
    font-size: 4.25rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .125rem;
}
.text-stroke-black {
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000;
    stroke-width: 1px;
}
.text-teal {
    color: #1badbe;
}
