/* Medium devices (desktops, 992px and up) */
@media (max-width: 991px) {
	.logo{margin-top:0vh !important;}
	
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	
	h2 { font-size: 1.70rem; }
	h3 { font-size: 1.5rem; }
	p { font-size: .95rem; }
	
}

/* Small devices (smartphones, 480px and up) */
@media (max-width: 479px) {
	.logo{margin-top:-4vh !important; max-width: 290px; margin: 0 auto;}
}