body {
    font-family: Open Sans, Calibri, sans-serif;
}

.hero {
    font-family: sans-serif;
}

.licence-icon {
    max-width:1em;
    max-height:1em; 
    margin-left: 0.2em;
}

header {
    height: 600px;
    padding: 0;
    max-height: 600px;
    background: #cedff1; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #cedff1, #124c8a);
}

#licence {
    font-size: 0.8em;
}

footer {
    clear: both;
}