h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 43px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 20px; 
	padding-top: 25px;
}

h2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: line-through 15px rgb(115, 191, 191,0.7);
}

h3 {
	font-family: 'Libre Baskerville', serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

h4 {
	font-family: 'Libre Baskerville', serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}

p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 2vw 0;
}

@media only screen and (max-width: 540px) {
	h1{
		font-size: 35px;
	}
	
	p{
		font-size: 17px;
		margin: 0 0 4vw 0;
	}
	
	h2 {
		text-decoration: line-through 11px rgb(115, 191, 191,0.7);
		font-size: 30px;
	}
	
	h3{
		font-size: 27px;
	}
	
	h4{
		font-size: 23px;
	}
}
