body {
    font-family: 'Roboto', sans-serif;
    text-align: center;                
    font-size: 16px;
    /* background-image: url(img/rottenheart-apple.jpg); */
    background-position: top;
    background-color: rgba(240, 240, 240);
    color: #101010;
    background-blend-mode: screen;
    background-size: cover;
}

/* Autoscale images to container */
img {
    max-width: 100%;  
    height: auto;  
}

.nav {
    border-bottom: 2px solid #555500;
    text-align: center;    
    margin: 0;
    padding: 0.75em 0;    
}

.nav .nav-item a {
    text-decoration: none;
    color: #555500;
    font-size: 150%;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: bold;
}

.nav .nav-item a:hover, .nav .nav-item a:focus {
    text-decoration: underline;
}

.page-container {
    max-width: 48em;
    display: inline-block;
    text-align: left;
    padding: 0 1em 0 1em;
}

.content {
    margin-top: 1em;    
    border-bottom: 1px solid black;                       
}

.page-header h1 {
    margin: 0;
    padding-top: 1em;
    text-align: center;
}

.content h2 {
    margin: 0;
    margin-left: 1em;
}

.content ul li {
    margin-left: 0.5em;
    margin-top: 0.5em;
}

.foot {
    text-align: center;
    padding: 1em;
}

.foot h2 {
    padding: 0;
    margin: 0;
}

.foot .mailto-container svg {
    vertical-align: middle;
}

.foot .mailto-container a {
    text-decoration: none;
    vertical-align: middle;
}

/* standard Bootstrap breakpoints */

@media (min-width: 1px) {
    body {
        font-size: 1.5em;
    }
    .nav .nav-item {
        display: block;
        padding: 0.5em 0 0 0;
    }
}

@media (min-width: 768px) { 

}

@media (min-width: 992px) { 
    
}

@media (min-width: 1200px) {  
    body {
        font-size: 1em;
    }

    .nav .nav-item {
        display: inline-block;
        padding: 0 1em 0 1em;
    }    
}

@media (min-width: 1400px) { 

}