.page-header {
	display: none; 
}

.top-bar {
	display: none; 
}

.wp-block-heading {
	color: white; 
}




/* Default font-size */
h1{
font-size: 40px;
		font-family: 'Times New Roman; Times';
		
}
p{
font-size: 18px;
}
/* Font-size for small screens */
@media (max-width:800px){
h1{
font-size: 30px;
		font-family: 'Times New Roman; Times';
}
p{
font-size: 15px;
}
}
/* Font-size for smaller screens */
@media (max-width:400px){
h1{
font-size: 25px;
		font-family: 'Times New Roman; Times';
}
p{
font-size: 13px;
}
}

.main-navigation {
font-size: 20px;
				font-family: 'OPEN Sans';

}