/*home*/
#home{
    height: 820px;
}
.headings{
    font-size: 1.7rem;
}
/*About*/
#pic img{
    width: 300px;
    height: 175px;
}
#intro h2{
    font-size: 1.5rew;
}
/*Portfolio*/
.gallery img{
    width: 250px;
    height: 150px;
    margin: 10px;
}