/* custom font family start */
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
/* custom body font-family */
body.pi_sunshine_page
, div.pi_sunshine_page
, .pi_sunshine_page button:not(.vjs-button)
, .pi_sunshine_page input
, .pi_sunshine_page select
, .pi_sunshine_page textarea
, .pi_sunshine_page .cs_body_font_family {
	font-family: 'Lato', sans-serif;
}
/* custom menu font-family */
.pi_sunshine_page .cs_menu_font_family {
	font-family: 'Lato', sans-serif;
}
/* custom menu font-family */
.pi_sunshine_page .cs_heading_font_family {
	font-family: 'Lato', sans-serif;
}
/* custom body font-family */
.pi_widget button
, .pi_widget input
, .pi_widget select
, .pi_widget textarea
, .pi_widget .cs_body_font_family {
	font-family: 'Lato', sans-serif;
}
/* custom menu font-family */
.pi_widget .cs_menu_font_family {
	font-family: 'Lato', sans-serif;
}
/* custom menu font-family */
.pi_widget .cs_heading_font_family
, .pi_widget .pi_widget_sectionheading {
	font-family: 'Lato', sans-serif;
}
/* custom font family end */

/* custom nav and widget heading font colour start */
/* custom menu font light or dark */
/*
.pi_sunshine_page .cs_menu_font_light_dark
, .pi_sunshine_page a.cs_menu_font_light_dark {
	color: #396631;
}
*/

/* custom menu font light or dark */
/*
.pi_widget .cs_menu_font_light_dark
, .pi_widget a:not(.btn).cs_menu_font_light_dark {
	color: #396631;
}
*/

/* custom nav and widget heading font colour end */

/* base font size to 16 start */
/*
html {
	font-size: 16px;
}
*/

/* base font size to 16 end */

/* heavier headers start */
h1, h2, h3, h4, h5, h6 {
	font-weight: 900 !important;
}
/* heavier headers end */

/* remove active nav arrow start */
/*
#main_menu ul li a.active {
	background-position: center -442px;
	text-decoration: underline;
}
*/
/* remove active nav arrow end */
