/*
Theme Name: Divi-Child
Version: 1.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");
/* Your awesome customization starts here */

body {
    background-color: #fff;
    vertical-align: baseline;
    letter-spacing: 0;
    word-spacing: 0;
    font-style: normal;
    text-transform: none;
    text-align: start;
}
a:active, a:link, a:visited {
    color: #ef929a;
    text-decoration: underline;
    font-weight: 400
}

a:hover {
    color: #ef929a;
    text-decoration: none;
    font-weight: 400
}
p {
	font-family: BrandonGrotesqueWeb-Regular;
	font-weight: normal;
	font-style: normal;
    font-size: 22px;
    line-height: 36px;
	color: #666;
}
h1 {
	font-family: BrandonGrotesqueWeb-Bold;
	font-weight: normal;
	font-style: normal;
    font-size: 42px;
    line-height: 52px;
}
h2 {
	font-family: BrandonGrotesqueWeb-Bold;
	font-weight: normal;
	font-style: normal;
    font-size: 28px;
    line-height: 38px;
}
h3 {
	font-family: BrandonGrotesqueWeb-Bold;
	font-weight: normal;
	font-style: normal;
    font-size: 19px;
    line-height: 23px;
}
h4 {
font-family: BrandonGrotesqueWeb-Regular;
	font-weight: normal;
	font-style: normal;
    font-size: 13px;
	color: #ef929a;
    line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
h5 {
	font-family: BrandonGrotesqueWeb-Regular;
	font-weight: normal;
	font-style: normal;
    font-size: 17px;
    line-height: 27px;
	color: #666666;
}
h6 {
font-family: BrandonGrotesqueWeb-Regular;
	font-weight: normal;
	font-style: normal;
    font-size: 13px;
	color: #666666;
    line-height: 13px;
}