@media only screen and (min-width: 32.5em){
    h1{
        font-size: 2.5rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    header, footer {          
        border-radius: 1em;   
    }
    header img {
        box-shadow: 0 0 30px #666;
        border-radius: .5em;
        float: right;
        
    }
    nav {
        margin-left: 3em;
        margin-bottom: 2.5em;
        color: #2A2B2E;
    }



}