* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,body {
    margin: 0;
    padding: 0
}

html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7
}

@media (min-width: 38em) {
    html {
        font-size:18px
    }
}

body {
    color: #515151;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    color: #268bd2;
    text-decoration: underline;
}

a:hover,a:focus {
    text-decoration: underline;
    outline: 0;
}

a strong {
    color: inherit
}

img {
    display: block;
    max-width: 100%;
    margin: 1.5rem 0 1.5rem 0;
    border-radius: 5px
}

.hero-image {
    background-image: url(""); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 100vh; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
  }

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: 1.125;
    color: #313131;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 2rem;
    line-height:1.3;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.5;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: -1rem;
}

h4,h5,h6 {
    margin-top: 1rem;
    margin-bottom: -0.25rem;
    font-size: 1rem;
}

p {
    font-family: Georgia, "Times New Roman", serif; 
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

p.caption {
    font-size: small;
    text-align: center;
    margin-top: -1rem;
    margin-bottom: 1.5rem;
}

p.TOC {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

strong {
    color: #303030;
}

ul,ol,dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

hr {
    position: relative;
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
}

blockquote {
    padding: .5rem 1rem;
    margin: .8rem 0;
    color: #7a7a7a;
    border-left: .5rem solid #e5e5e5
}

blockquote p:last-child {
    margin-bottom: 0
}

@media (min-width: 30em) {
    blockquote {
        padding-right:5rem;
        padding-left: 1.25rem
    }
}

.container {
    max-width: 38rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto
}

footer {
    margin-bottom: 2rem
}

.masthead {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem
}

.masthead-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #505050
}

.masthead-title a {
    color: #505050
}

.masthead-title small {
    font-size: 75%;
    font-weight: 400;
    color: #c0c0c0;
    letter-spacing: 0
}

.overlay {
    position: absolute;
    top: 2%;
    left: 4%;
    color: #f60;
    text-transform: uppercase;
    font-weight: 900;
    font-size: xx-large;
    width: 80%
}

.overlay-container {
    position: relative;
    text-align: left;
}

@media (min-width: 30em) {}

@media (orientation: portrait) {

    .overlay {
        position: absolute;
        top: 2%;
        left: 4%;
        color: #f60;
        text-transform: uppercase;
        font-weight: 900;
        font-size: x-large;
        width: 80%
    }
}