/* Menü */
#site-navigation  {
		display: none;
}

/* Footer */
.copyright {
		display: none;
}

#top-footer {
		color: #e5e5e5;
}

/* 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';

}