h1.welcome,
h2.welcome {
	font-family: Arvo, serif;
	text-align: center;
}
h1.welcome {
	font-size: 28px;
    margin: 0 10px 10px;
}

h2.welcome {
	font-size: 20px;
    margin-top: 15px;
    margin: 15px 0 5px 0;
}
p.tag {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
	margin: 0 10px 10px 10px;
    line-height: 1;
}
p.welcome {
    text-align: center;
    margin: 0 10px 20px 10px;
    font-size: 16px;
}
.menu.home a.menu-item.home.icon {
    display: none;
}


@media only screen and ((max-width: 380px) or (max-height: 640px)) {
	.menu-item {
		padding: 10px;
	}
}