/*
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

h2, h3 {
	font-size: inherit !important;
	line-height: inherit !important;
	font-family: inherit !important;
}
*/

body {
	font-family: "Open Sans", sans-serif;
	font-size: 19px;
	line-height: 27px;
	font-weight: 300;
}

strong {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

h1
{
	font-family: "Rubik", sans-serif;
	font-size: 65px;
	line-height: 64px;
	color: #E1005E;
	font-weight: 700;
	padding-top: 50px;
	border-radius: 10px  10px 0 0;
}

h2
{
	font-family:"Rubik", sans-serif;
	font-size: 45px;
	color: #E1005E;
	line-height: 54px;
	font-weight: 700;
	display: table;
	margin-top: 0px;
	letter-spacing: -1px;
}



h3
{
	font-weight: normal;
	font-family:"Roboto Slab";
	font-size: 20px;
	line-height: 27px;
	color: #FFFFFF;
	background: #5F8F00;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0;
	display: table;
	margin-top: 40px;
	margin-bottom: 20px;
	border-radius: 10px  10px 0 0;
	}
h4
{
	font-weight: normal;
	font-family:"Roboto Slab";
	font-size: 20px;
	line-height: 27px;
	color: #FFFFFF;
	background: #E1005E;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0;
	display: table;
	margin-bottom: 20px;
	margin-top: 40px;
	border-radius: 10px  10px 0 0;
}	
h5
{
	font-weight: bold;
	font-family:"Open Sans";
	font-size: 20px;
	line-height: 30px;
	color: #E1005E;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0;
	display: table;
	margin-bottom: 20px;
	margin-top: 20px;
}	

.mobile_menu h2, .mobile_menu h2 a {
	font-size: 30px;
	line-height: 40px;
}