/* Smallest Mobile Devices */
@media only screen and (max-width : 320px) {
	nav {min-width: 295px;}
    #hero{height: 480px;}
    .herocontent{padding-top: 100px; padding-bottom: 30px;}
	.container-about {background-size: auto 100%; }
	.navbar-brand { font-size: 1.5em;  line-height: 20px;}
}