@media only screen and (min-width: 37.5em) {
    header img {
		width: 85%;
	}

    .sec-company-info h1 {
		font-size: 2rem;
	}

	.motto {
		font-size: 1.1rem;
    }   
    
    .main-nav li:first-child {
        font-size: 1.4rem;
    }
    
    nav li a {
        font-size: .9rem;
    }

    footer {
        font-size: 0.8rem;
    }
}