html {
    background: url(images/portrait-bg.jpg) no-repeat top center fixed; 
    background-size: cover;
}
html.misc {
    background-image: url(images/asleep-bg.jpg); 
    background-image: url(images/norwhal-bg.jpg); 
}
html.santa {
    background-image: url(images/surpise-thumbs-up.jpg); 
}
html.idol {
    background-image: url(american-idol/Photo0011FourBySix.jpg); 
}
body {
text-align: left;
font-size: 100%;
font-family: calibri, arial, verdana, sans-serif;
color: #666;
margin: 0;
padding: 0 0 18rem 0;
}
#site {
    width: calc(100% - 2rem);
    max-width: 800px;
    background-color: rgba(0,0,0, 0);
    padding: 0;
    font-size: 1.7rem;
    margin: 6rem 1rem 1rem auto;
}
#foot {
    position: fixed;
    color: #300;
    text-align: left;
    margin: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 9;
    font-size: 1.4rem;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: left;
    margin: 1rem 1rem .2rem 1rem;
}
#site img {
    border: none;
}
#main-nav ul {
    margin: 0;
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    column-gap: .5rem;
    flex-direction: row-reverse;
    row-gap: .5rem;
}
#main-nav ul li {
        min-width: calc(25% - .5rem);
}

#main-nav ul li a:link, #main-nav ul li a:visited {
    display:block;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
    text-align: left;
    padding: .5rem .5rem .25rem .5rem;
}

/* html #main-nav ul li a:link, #main-nav ul li a:visited {
    display: block;
    width: 169px;
}
*/
#main-nav ul li a:hover {
    color: #ddf;
    background-color: #666;
}
#content {
    color: #333;
    background-color: rgba(255, 255, 255, .8);
    padding: 1rem 1rem 1rem 1rem;
}

#content p, 
#content h2, 
#content ul, 
#content ol {
    letter-spacing: .01em;
    line-height: 1.35em;
}
h1.sitename, .sitename  {
    font-size: 4rem;
    line-height: 1;
    padding: 1rem;
    position: absolute;
    top: .6rem;
    left: 0;
    background-color: #000;
    color: #fff;
    font-weight: normal;
    margin-top: 0;
}

h1.sitename a, .sitename a, .sitename a:visited  {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

h2, h3, h4, p, ul, ol {
}
h1 {
    font-size: 2.5rem
}
h2 {
    font-size: 2.1rem
}
h3 {
    font-size: 1.7rem;
    color: #009933;
}
a {
    color: #c14b13;
}
a:hover {
    color: #ef2e25;
}
a:active {
    color: #ef2e25;
}
a:visited {
    color: #909;
}
blockquote.quote {
    max-width: 600px;
    margin: 1.5rem auto;
    font-size: 2rem;
    padding: 2rem;
}
.quote .quotation {
    font-style: italic;
}
.quote .quoter:before {
    display: inline-block;
    content: "- ";
}.quote .quoter {
    text-align: right;
}
.copyright {
color: #fff;
font-size: 1rem;
text-align: right;
padding: 0;
margin: 1rem .6rem .25rem 0;
text-shadow: #000 1px 1px 2px, #000 -1px -1px 2px, #000 1px 1px 5px;
}
.video-gallery video {
    display: block;
    margin-top: .5rem;
    margin-bottom: 1rem;
    width: 100%;
}

.two-col {
    columns: 2;
}

#content li {
    margin-bottom: 1rem;
}

@media (max-width: 911px) {
    h1.sitename, .sitename  {
        font-size: 3rem;
        padding: .75rem;
    }
    #site {
        font-size: 1.5rem;
        margin: 4rem 1rem 1rem auto;
    }
    blockquote.quote {
        max-width: 600px;
        margin: 1rem auto;
        font-size: 1.75rem;
        padding: 1.5rem;
    }
    h1 {
    font-size: 2.2rem
    }
    h2 {
        font-size: 1.95rem
    }
    h3 {
        font-size: 1.75rem;
        color: #009933;
    }
}

@media (max-width: 600px) {
    .two-col {
        columns: 1;
    }
    #main-nav ul li {
        min-width: calc(50% - .5rem);
        width: calc(50% - .5rem);
    }
    h1.sitename, .sitename  {
        font-size: 2.25rem;
        padding: .5rem;
    }
    #site {
        font-size: 1.3rem;
        margin: 3rem .75rem 1rem .75rem;
    }
    blockquote.quote {
        margin: .7rem auto;
        font-size: 1.5rem;
        padding: 1rem;
    }
    h1 {
    font-size: 2rem
    }
    h2 {
        font-size: 1.75rem
    }
    h3 {
        font-size: 1.5rem;
        color: #009933;
    }
}
