/*   Photos Gabriella */
img {
    width: 30%;
    /* margin: 1.6667%; */
    margin: calc(10%/6);

}
/* 1.666% does not work for some reason,
because images were on seperate lines and
a white space was added between the images */
nav {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    text-transform: uppercase;
    border-bottom: 2px solid #E1E1E1;
    width: 30%;
    margin-left: 1.5%;
    padding: 1.1em 0;

}