@media(max-width: 768px) {
	.navbar-brand { 
		font-size: 1rem; 
	}

	h1 {
		font-size: 5rem;
	}

	section.resume-section {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;		
	}
}