@import url('https://fonts.googleapis.com/css?family=PT+Serif|Quicksand:400,500');
@import url('http://www.islandpacket.com/wps/build/css/theme.markets/islandpacket-bbd361aa09.css');

body {
    overflow: auto;
    background-color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    /*color: #fff;*/
}
body a {
    /* color: #fff; */
}
#header {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;   
}

.header-overlay {
    color: #fff;
    padding: 0 0 100px 0;
}
.header-overlay a {
    color: #e7e7e7;
}
.header-overlay a:hover {
    color: #fff;
    text-shadow: 1px 2px 10px #fff;
}
.transition {
    height: 600px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(255, 255, 255));
}
.splash-image  {
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
}
.splash-image div, .splash-image-end div {
    padding: 0;
}
.splash-image-end {
    margin: 100px 0 90px;
}
#splashEnd {
    width: 100%;
}
#storyContainer {
    position: absolute;
    top: 25%;
    width: 100%;
    padding: 0;
}
#storyContainer .advertisement {
    width: 300px;
    margin: 50px auto;
}
#nameplate {
    text-transform: uppercase;
    /* background-color: #1e4971; */
    /* padding: 2px; */
    float: right;
    font-family: 'Arial',sans-serif;
    opacity: .75;
}
#nameplate a {
    color: #fff;
}
.pubdate {
    background-color: #444;
    padding: 0 1px;
}
#titleText {
    font-family: "McClatchy Serif",Georgia,Times,"Times New Roman",serif;
    text-align: right;
    padding: 0 35px;
}
#titleText h1 {
    clear: both;
    font-size: 4.5em;
    line-height: 1.1em;
    font-weight: bold;
}
#titleText p {
    font-size: 1.2em;
}
.summary {
    padding: 0 35px 100px 35px;
}
.summary p, .storyBody p.subhead, p.link {
   margin: 70px 0 0 0;
   font-family: 'Quicksand', sans-serif;
   font-size: 1.6em;
   line-height: 1.4em; 
}
.storyBody .aboutBox {
    width: 100%;
    padding: 10px;
    margin: 30px 0 100px 0;
    border: 1px solid #ccc;
}
.storyBody.row > div > div.aboutBox > p.subhead {
    margin: 10px 0 20px 0;
}
.storyBody p.subhead {
    margin: 80px 0 20px 0;
    width: 100%;
    border-bottom: 2px solid #e7e7e7;
}
.storyBody p.link {
    border-top: 2px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
    float: left;
    width: 40%;
    max-width: 280px;
    margin: 10px 35px 30px 0;
}

.audiojs {
    margin: 30px 0 0 0;
    width: 100%;
}
.audioCaption {
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.2em;
    margin: 5px 0 30px 0;
    overflow: auto;
}
.storyBody {
    margin: 0;
    background-color: #fff;
    padding: 200px 0 0 0;
}
.storyBody p {
    font-family: 'PT Serif', serif;
    font-size: 1.3em;
    line-height: 1.7em;
    margin: 0 0 20px 0;
}
.storyBody div.image.col-lg-4 {
    margin: 15px 15px 25px 0;
}

.storyBody div.image.col-lg-12 {
    margin: 50px 0;
}
.storyBody div.image img {
    width: 100%;
}
.storyBody p div.caption {
    font-size: .9em;
    line-height: .9em;
    width: 100%;
    text-align: right;
}
.storyBody .mcclatchy-embed {
    margin: 70px auto;
}
.storyBody .mcclatchy-embed iframe {
    width: 100%;
    height: 100%;
}
.storyBody .credit {
    font-size: .9em;
    text-align: right;
}
.storyBody p.endnote_contact {
    font-style: italic;
    color: #777;
    border-top: 2px solid #e7e7e7;
}
