@import url('https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css');
/* @import url('https://fonts.googleapis.com/css?family=Rokkitt:800|Source+Code+Pro|Source+Sans+Pro'); */
@import url("https://use.typekit.net/skh1zco.css");

/* Containers */
body {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333333;
    background-color: white;
    line-height: 1.4;
    font-family: source-sans-pro,sans-serif;
}
/* @media (max-width: 480px) {
    body {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        overflow-x: hidden; 
        overflow-y: hidden;
    }
} */

    

/* Default content settings */
p { 
    margin-top: 0px;
    line-height: 1.4;
}

a  {
    text-decoration: none;
    color: #c51100
}

img {
    max-width: 100%;
}

hr {
    border-top: 1px solid #c51100;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-top:1em;
    margin-bottom:1em;
}

pre {
    max-width: 100%;
    overflow-x: auto;
    padding: 1em;
    background-color: #cccccc;
    border-left: 2px solid #888888;
    font-family: source-code-pro, monospace;
    font-size: small;
}

code { font-family: inherit }

blockquote {
    border-left: 1px solid #c51100;
    font-style: italic;
    padding-left: 1em;
}

img {
    margin-left: auto;
    margin-right: auto;
    display: block;
} /* images inside paragraphs are auto-centred. */

/* Headings */

#site-heading {
    font-family: rockwell-nova;
    margin-bottom: 9px;
    margin-top: 0px;
    padding-top: 4px;
    border-bottom: 1px solid #c51100;
    font-size:xx-large;
    font-weight:bold;
    padding-bottom: 6px;
}


h1 {

    margin-top:1em;
    margin-bottom:1em;
    background-color: white;
    font-size: x-large;
    font-weight:bold;

}

h2 {
    font-size: large;
    font-weight:bold;
}

h3 {
    font-size: medium;
    font-weight:bold;
}

h4 {
    font-size: medium;
    font-style:italic;
    margin-bottom: 0;
}

h5 {
/* Subtitle - to sit neatly over or under h1 and hr. */
    font-size: small;
    font-weight:bold;
    margin-top: 0px;
    margin-bottom: 1em;
}


/* Highlights Reel */
.highlight {
    margin: 8px;
    display: inline-block;
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.highlights {text-align:center;}


.overlay {
    display: block;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    color: white;
    background-image: url("/overlay.png");
    background-repeat: repeat;
    /* transition-property: color; */
    /* transition-duration: .125s; */
        
}

.overlay:hover {
    color:#c51100
}

.overlay strong {
    margin:0px;
    /* font-family: rockwell-nova; */
    /* font-size:smaller; */
}


