h1, h2 {
		color: #0159D9;
}

.mobileshow { 
display:none; 
}

@media screen and (max-width: 500px) {
.mobileshow { 
display:block; }
}