header {
    background: hsla(0,0%,75%,0.9);
    text-shadow: 0 0 4px black;
}

body.about {
    background: hsl(0,0%,70%);
    /* background: red; */
}

body .full-screen {
    background-position: center top;
}

.background {
    background-image: url(img/hamre8.jpg);
}

body .wrapper {
    background: hsla(0,0%,80%,0.4);
    /*background: hsla(0,0%,80%,0.333);*/
    /*background: hsla(0,0%,80%,0.2);*/
    padding-bottom: 4px;
}

body .wrapper .content {
/*    background: hsla(0,0%,80%,0.2);*/
}

body section:not(:last-of-type) .wrapper {
    border-bottom: none;
}

section:not(:first-of-type) .content {
    margin: 1em auto;
}

body section#welcome h1 {
    margin-top: 2em;
}

section {
    text-shadow: 0 0 5px white;
}

section .left {
    margin-right: 2em;
}
