.logo-seip {
	width: 15%;
}

.lead {
	font-size: 1.25rem;
}


/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
	.resp-mobile {
		font-size: 1rem;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	.resp-mobile {
		font-size: 1rem;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.resp-mobile {
		font-size: 1rem;
	}
}
