body {
    font-family: 'Open Sans', sans-serif;
    background: #6F777D;
}
h1 {
    font-family: "Lato", sans-serif;
    border-bottom: 0.15em solid #272A46;
    color: #272A46;
}

section {
    width: 960px;
    margin: auto;
    position: relative;
}
article {
    box-sizing: border-box;
    padding: 0.5em;
    background: white;
    margin-bottom: 2em;
    position: absolute;
    top: 3.25em;
    width: 100%;
    border-bottom: 0.5em solid #195B82;
}
nav.pure-menu.pure-menu-horizontal {
    margin-bottom: 1em;
    height: 3em;
    width: 100%;
    border-bottom: 0.25em solid #195B82;    
}

.pure-menu li a {
    line-height: 1em;
    padding: 0.75em 1.5em;
    margin-top: 0.25em; 
}

.pure-menu li a:hover, .pure-menu li.pure-menu-selected a {
    background: #26ADE4;
    color: #fff;
}

.unused {
    border-top: 0.5em solid #26ADE4;
}


/* #26ADE4 */

@media (max-width: 960px) {
    section {
        width: 660px;
    }
 
    .pure-menu li a {
        padding: 0.75em 0.25em;
    }
}

@media (max-width: 640px) {
    section {
        width: auto;
    }
}

@media (max-width: 360px) {
    
    article {
        top: 14.75em;
    }
    
    nav.pure-menu.pure-menu-horizontal {
        margin-bottom: 1em;
        height: 14.5em;
    }
    
    .pure-menu li, nav.pure-menu.pure-menu-horizontal > ul {
        display: block;
        width: 100%;
    }
    
    ul {
        padding-left: 1.5em;
    }
}