body {
    background: white;
}

.one-quarter.column { 
    width: 22%; 
}

a {
    color: #114fa0;
    text-decoration: none;
}

a:hover {
    color: #779fd0;
}

.row h1 {
    display: block;
    font-size: 5rem;
    color: #114fa0;
/*    background-color:#eeeeee;
    padding-left: .2em;
    border-radius: .1em;*/
}
.row h2 { font-size: 3rem; color: darkblue; }
.row h3 { font-size: 2rem; }
.row h4 { font-size: 1.5rem; }

.header {
    margin-top: 8em;
}

#tagline-image {
    margin-top: 5em;
    min-width: 800px;
    width: 100%;
}

#tagline {
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
}

#tagline-name {
    font-size: 400%;
    font-weight: 100;
    line-height: 100%;
}

#tagline-text {
    font-size: 180%;
    font-weight: 100;
    color: #114fa0;
}

@media screen and (min-width: 30em) {
#tagline-text {
    margin-left: 5em;
}
}

.nav-collapse ul {
    list-style-type: none;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    text-align: right;

    background-color: #779fd0;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99998;
    box-shadow: 0px 5px 10px white;
}

.nav-collapse li {
    display: block;
}

@media screen and (min-width: 40em) {
    .nav-collapse li {
        display: inline;
    }

}


.nav-collapse a:link, .nav-collapse a:visited {
    padding: 4px;
    text-decoration: none;
    color: white;
    border-radius: 2px;
}

/*.nav-collapse a:hover, .nav-collapse a:active {
    background-color: #779fd0;
    color: white;
}*/

.nav-collapse a {
    margin-right: 1em;
}

.nav-collapse a.active {
    color: #779fd0;
    background-color: white;
}

a.nav-toggle {
    font: monospace;
    text-align: left;
    padding-left: 1em;
    background-color: #779fd0;
    color: white;
    text-decoration: none;
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 2em;
    z-index: 99999;

    border-radius: 0 0 10px 0;
}

@media screen and (min-width: 40em) {
    a.nav-toggle {
        display: none;
    }
}

.container {
    margin-top: 5em;
}

.logo { width: 256px; margin-bottom: 1em; box-shadow: 2px 2px 6px #888888; }

p.updated {
    color: gray;
    text-align: center;
    margin-top: 1em;
    font-size: 90%;
}
