body {
    font-family: 'Roboto', sans-serif;
    background-color:#FCFEE0;
}

.frontpage-navigation img {
    
    height: 100px;
}

a .row:hover{
   background-color: cornflowerblue;
   color: white;
}
.row {
    transition: background-color 0.2s, color 0.2s;
    border-radius: 6px;
}

.pic-medium img {
    height: 200px;
}

.picwid-500 img {
    width: 500px;
}
.picwid-600 img {
    max-width: 600px;
    
}
.pic-height-400 img {
    height: 400px;
    overflow: hidden;
}