
@media only screen and (min-width: 0px) and (max-width: 700px) {
#masthead h1, #masthead p {
	font-size: 1.5em;
}
#masthead p {
	padding-top: 0;
}
}

@media only screen and (max-device-width: 480px) {
#masthead h1, #masthead p {
	font-size: 1em;
}
}

@media only screen and (max-device-width: 480px) and (orientation : landscape) {
#masthead h1, #masthead p {
	font-size: 1.5em;
}
}
