:root {
    --cover-text-color: #182b3c;
    --highlight: #86c440;
    --highlight-contrast: var(--cover-text-color);
    --highlight-inverse: var(--cover-text-color);
    --highlight-inverse-contrast: white;
    --cover-title-and-description-guard-bg-color: rgba(255, 255, 255, 0.6);
    --cover-title-text-shadow: white 0px 0px 7px;
    --sticky-menu-text-color: #9fd067;
    --section-light-text-color: #3a4145;
    --section-light-bg-color: #f2efe8;
    --section-dark-text-color: var(--section-light-bg-color);
    --section-dark-bg-color: #b80135;
    --section-uni-quote: grey;
    --section-uni-code-bg-color: #e0ded7;
    --single-page-text-color: var(--section-light-text-color);
    --single-page-bg-color: var(--section-light-bg-color);
    --footer-color-background: #22343a;
    --footer-color: #bbc7cc;
    --ul-li-icon: fa-asterisk;
}

html {
    height: 100%;
    max-height: 100%;
    font-size: 62.5%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background-color: #f2efe8;
    background: url(/img/cover-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #37501a;
    height: 100%;
    max-height: 100%;
    font-family: roboto slab, serif;
    font-size: 2rem;
    line-height: 1.6em;
    overflow: clip;
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: open sans, sans-serif;
}

#site-head .blog-title,#site-head.withCenteredImage .blog-title {
    margin: 10px 0;
    font-size: 5rem;
    letter-spacing: -1px;
    text-shadow: var(--cover-title-text-shadow)
}

#site-head .blog-description,#site-head.withCenteredImage .blog-description {
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.5em;
    font-weight: 400;
    /* font-family: roboto slab,serif; */
    letter-spacing: 0;
    text-shadow: var(--cover-title-text-shadow)
}

.inner {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.vertical {
    display: table-cell;
    vertical-align: middle;
}

#site-head, #site-head.withCenteredImage {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    text-align: center;
    color: #37501a;
    background-size: cover;
}

