/**
 * Theme Name:          Farmers Septic
 * Description:         Custom Theme
 * Author:              Aftab WebDesign
 * Author URI:          https://www.upwork.com/o/profiles/users/~019396c79622e7311d/
 * Version:             1.0.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

	- Defaults
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h1,
.banner-title,
.heading,
.widget-title,
.widgettitle {
	font-family: 'aargau', Alfa Slab One, cursive;
	font-weight: 400;
	letter-spacing: 0px;
}

h2, 
font-family: 'aargau', Alfa Slab One, cursive;
	font-weight: 400;
}

h3, h4, h5, h6 {
	font-family: 'aargau', Alfa Slab One, cursive;
	font-weight: 400;
}

.heading {
	text-align: inherit;
}

.genesis-nav-menu a {
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
	color: #323232;
}

/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 545px) {}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 1160px) {}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1159px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 544px) {
	.headings {
	font-family: 'Work Sans', sans-serif;
    font-size: 40px;

}
		.footer-cta .headings {
	font-family: 'Work Sans', sans-serif;
    font-size: 40px;

}
}
