.grid img {
    height: auto;
    width: 50%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.grid img:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.62);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.62);
}

/* Responsive Stuff */
@media screen and (max-width: 568px) {
    /* Stack anything that isn’t full-width on smaller screens */
    .grid img {
        height: auto;
        width: 80%;

    }
}

h1 {

    font-family: Roboto;
    font-size: 3em;

}
h2 {

    font-family: Roboto;

}
p {
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #F9F9F9;
}