/* nav fixed top is on section, so you body:before */
body::before{
    display: block;
    content: '';
    height: 60px;
    
}

#instructors::before{
    display: block;
    content: '';
    height: 60px;
}
#questions::before{
    display: block;
    content: '';
    height: 60px;
}
#map{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media(min-width:768px){
    .news-input{
        width: 50%;
    }
}