/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2020 | 13:01:28 */
/*
 * Fonts
 */

body,h1,h2,h3,h4,h5,h6{
	font-family: 'Merriweather', sans-serif;
}

p{
	font-family: 'Merriweather Sans', sans-serif;
}

h1{
	font-weight: 700;
}

/*
 * Fontstyles Mobile
 */

@media (max-width: 480px){
	

h1{
	font-size: 32px!important;
	line-height: 40px!important;
}

h2{
	font-size: 26px!important;
	line-height: 30px!important;
}

h3{
	font-size: 22px!important;
	line-height: 25px!important;
}

h4{
	font-size: 18px!important;
	line-height: 20px!important;
}

h5{
	font-size: 16px!important;
	line-height: 20px!important;
}

h6{
	font-size: 15px!important;
	line-height: 16.5px!important;
}

p{
	font-size: 16px!important;
	line-height: 20px!important;
}

}

/*
 * Fontstyles Laptop
 */

@media (min-width: 900px){
	
h1{
	font-size: 48px!important;
	line-height: 50px!important;
}
	
h2{
	font-size: 36px!important;
	line-height: 45px!important;
}
	
h3{
	font-size: 28px!important;
	line-height: 35px!important;
}
	
}