/*!
Theme Name:    Natures Yoke Custom Child Theme
Author:        Holley Creative
Author URI:    https://holleycreative.com
Description:   Custom theme developed by HolleyCreative
Version:       1.0.0
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/

h1 {

font-family: rig-solid-bold-inline-solo, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 100px;
	color: #fff;
	line-height: 100px;
	text-transform: uppercase;
	text-shadow: 0 7px 13px #555;
}

h2 {
font-family: rig-solid-bold-inline-solo, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 60px;
	color: #B33D26;
	line-height: 45px;
	text-transform: uppercase;
}

h3 {
    font-family: rig-solid-bold-inline-solo, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 47px;
	color: #fff;
	text-transform: uppercase;
	line-height: 50px;
}

h4 {
    font-family: "Raleway";
    font-weight: 800;
	font-size: 25px;
	color: #003E51;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 0.3em;

}

h5 {
    font-family: "Raleway";
    font-weight: 800;
	font-size: 13px;
	color: #003E51;
	text-transform: uppercase;
	line-height: 18px;
}

body {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	color: #000;
	font-family: "Raleway";
}

a {
	font-weight: 700;
    color: #B33D26;
}


a:hover {
	font-weight: 700;
    color: #003E51;    
	text-decoration: underline; 
}