html {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
}

body {
    margin: 0;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #000000;
}

.article-pad {
    width: 94%;
    margin: 0 auto;
    max-width: 750px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.article-body {
    line-height: 1.66667;
    margin: 30px 0;
}

@media (max-width: 1010px) {
    .article-body > section {
        padding-right: inherit;
    }
}

#jhp-hero {
    display: block;
    margin: auto;
    max-width: 55%;
    height: auto;
}

.hero-img {
    width: 100%;
    margin-bottom: 25px;
    /*margin-top: 15px;*/
    display: block;
    height: auto;
}

figure {
    margin: 0;
}

figure.lead-img {
    position: relative;
    margin-bottom: 18px;
}

figcaption {
    z-index: 110;
    text-align: left;
    position: static;
    color: #999;
}

.credit {
    position: absolute;
    right: 0px;
    bottom: -14px;
    z-index: 2;
    font-size: 12px;
}

.caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    z-index: 100;
}

#hero {
    margin: auto;
    width: 100%;
    height: auto;
}

.article-head {
    width: 94%;
    margin: 0 auto;
    max-width: 750px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 32px;
}

.article-body > section {
    width: 94%;
    margin: 0 auto;
    max-width: 750px;
}

h1, h2, h3, h4 {
    text-align: left;
}

h1 {
    font-size: 2.77778rem;
    line-height: 1.04;
    margin-bottom: 10px;
    margin-top: 0;
}

#subhead {
    font-size: 1.11111rem;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 0 10px;
}

#header-content {
    font-weight: bold;
    font-style: italic;
}

#indent {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 2.5em;
    margin-left: 2.5em;
}

#center {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 7.5em;
    margin-left: 7.5em;
    line-height: 1.3;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/* --- DROPCAP ---*/
.dropcap {
    float: left;
    /* width: 0.7em; */
    font-size: 300%;
    line-height: 80%;
    font-weight: bold;
}

.dropcapword {
    width: 0.7em;
    font-size: 150%;
    line-height: 80%;
    font-weight: bold;
}

.dropcap-intext {
    float: left;
    /* width: 0.7em; */
    font-size: 175%;
    line-height: 80%;
    font-weight: bold;
}

.dropcap-intext-word {
    width: 0.7em;
    font-size: 125%;
    line-height: 80%;
    font-weight: bold;
}

/* ---- VIDEO ---- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- FOOTER --- */
.footpad {
    padding: 15px;
}

.footer {
    position: absolute;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #C4C4C4;
    /*margin-left: auto;
    margin-right: auto;
   position:fixed;
    left:0px;
    bottom:0px;*/
}

.icon-box {
    padding: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.insta,
.youtube,
.email,
.twitter {
    float: right;
}

.footer-content-insta,
.footer-content-youtube,
.footer-content-email,
.footer-content-twitter {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#footer-insta,
#footer-youtube,
#footer-email,
#footer-twitter {
    position: relative;
    display: inline-block;
    max-width: 50%;
    height: auto;
    padding: 2px;
}

.insta:hover,
.youtube:hover,
.email:hover,
.twitter:hover {
    opacity: 0.5;
    color: #F3F3F3;
}
