* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- HEADER --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0.5em;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.20);
    background: white;
    z-index: 4;
    width: 100%;
    position: fixed;
}

.home-menu .pure-menu-heading {
    width: 120px;
    height: 100%;
    background: url(../img/logo-litalico.png) center center no-repeat;
    background-size: 100px;
    text-indent: -9999px;
}

.home-menu a {
    color: #09f;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #6cf;
}

.home-menu .pure-menu-selected a {
    color: #ddd;
}

html,
body {
    height: 100%;
    background-image: url(../img/background.png);
}
.content-wrapper {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(210, 232, 229, 0.9);
}

body > .content-wrapper {
    height: auto;
}

h1.notfound {
    color: white;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 3em;
    font-weight: bold;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 80%;
    height: 1%;
}

@media (min-width: 48em) {
    h1.notfound {
        font-size: 6em;
    }
}
