body {
    font-family: "Libre Baskerville", Georgia, Times New Roman, serif;
    line-height: 1.8em;
    color: #efefef;
    background-color: #000;
}
p {
    font-size: 15px;
    text-align: left;
}
div#bigtitle-top,
div#bigtitle,
h1 {
    color: #efefef;
    font-weight: 700;
    max-width:100%;
}
div#bigtitle-top,
div#bigtitle {
    font-family: Helvetica, Arial, "Open Sans", sans-serif;
    font-size: 120px;
    line-height: 1em;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    margin-left: 10px;
}
div#bigtitle {
    margin-bottom:20px;
    padding-left:0;
    padding-right:0;
}
h1 a:hover,
h1 a {
    color: #efefef;
    text-decoration: none;
}
h2 {
    font-size: 36px;
}
h2, h3 {
    font-family: Helvetica, Arial, "Open Sans", sans-serif;
    font-weight: 700;
}
h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
}
#navigation-tooltip img,
.section img, .section video {
    border-radius: 6px;
}
#masthead {
    left: 0;
    top: 0;
    z-index: 1000;
    width: 284px;
    background: url(../img/scmp-logo-white.png) 20px 15px no-repeat;
    background-size: 250px 22px;
    /*width: 195px;
    background: url(../img/scmp_chronicles.png) 20px 17px no-repeat;
    background-size: 165px 15.6px;*/
    background-color: #333;
    border-right: 1px solid #fff;
}
.navbar-header h1#title {
    font-size: 18px;
    font-weight: bold;
    margin: 17px 10px 12px;
    padding: 0;
    float: left;
    max-width: 240px;
}
.navbar-inverse .navbar-nav#navsect>li.selected>a {
    color: #FFF;
}
#nav .glyphicon {
    margin-top: 2px;
}
#nav .container {
    overflow: hidden;
}
#social-media-buttons {
    float: right;
    margin-right: -10px;
}
#social-media-buttons img {
    width: 18px;
    height: 18px;
    margin-top: -5px;
}
#social-media-buttons li>a {
    padding-left: 5px;
    padding-right: 5px;
}
#social-media-buttons li {
    opacity: .65;
}
#social-media-buttons li:hover {
    opacity: 1;
}
.container {
    width: 100%;
}
#header-1 div.image {
    height: 100vh;
}
#header-2 {
    overflow:hidden;
}
.header-image {
    margin: 0 -15px;
}
.header-image .text {
    color: #171717;
    text-align: left;
}
#intro {
    margin-top: 100px;
}
.section a {
    text-decoration: underline;
    color: #efefef;
}
.section a:hover {
    text-decoration: none;
}
#text-1 {
    right: 40px;
    bottom: 20px;
    position: absolute;
}
#text-1 h1 {
    color: black;
}
#text-4 {
    right: 40px;
    top: 40px;
    text-align: right;
    position: absolute;
}
.center-block {
    float: none;
    max-width: 980px;
}
/*p.first:first-letter {
    font-size: 72px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}*/
h2 {
    margin-top: 60px;
}
p.first {
    margin-top: 16px;
    text-indent: 0;
}
p {
    /*text-indent: 30px;*/
}
#progress {
    height:1%;
    background:#666;
    bottom:0;
    z-index:200;
    position: fixed;
}
#scrollbar {
    position:fixed;
    right:2px;
    height:50px;
    width:6px;
    background:#444;
    background:rgba(0,0,0,0.6);
    border:1px solid rgba(255,255,255,0.6);
    z-index:300;
    border-radius:3px;
}
.skrollr-desktop #scrollbar {display:none;}
blockquote {
    line-height: 1.8em;
    font-size: 24px;
    font-weight: 700;
    border-left: 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section {
    margin-top: 120px;
    margin-bottom: 60px;
}
.section audio,
.section div.media,
.section img.center-block {
    margin-top: 40px;
}
.section audio,
.section div.media {
    margin-bottom: 40px;
}
.section div.media.video {
    margin-bottom: 0px;
}
.annotations, .annotation {
    position: absolute;
}
.withcaption .media.video {
    position: relative;
}
.annotation {
    padding: 10px;
    opacity: .8;
    background-color: #000;
}
.annotations {
    width: 100%;
}
#students div.student {
    border: 1px solid #000;
}
.destination-china { background-color: #800000; }
.destination-taiwan { background-color: #36642D; }
.destination-usa { background-color: #00478F; }
.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    float: left;
    margin-right: 4px;
}
.legend-text {
    float: left;
    line-height: 20px;
}
.legend-item {
    float: left;
    margin-right: 20px;
}
#students div.student {
    cursor: pointer;
}
#students div.student img {
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
#students div.student div.name,
#students div.student div.warrant,
#students div.student div.update {
    display: none;
}
#students div#student-tooltip div.name {
    font-weight: bold;
    font-size: 20px;
}
#navigation-tooltip,
#student-tooltip,
#students div.student div {
    z-index: 1;
    position: absolute;
}
#students div.student div.name {
    background-color: #666;
    color: #333;
    margin-left: 5px;
    bottom: 10px;
}
#students div.student div.order {
    top: -3px;
    color: #efefef;
    font-weight: bold;
    margin-left: 0px;
}
#navigation-tooltip {
    width: 200px;
}
#student-tooltip, #navigation-tooltip {
    color: #000;
    display: none;
}
#student-tooltip-inside, #navigation-tooltip-inside {
    padding: 10px;
    margin: 10px 5px 0px -5px;
    background-color: #FFF;
    overflow: auto;
    box-shadow: 1px 1px 2px #888888;
    border-radius: 2px;
}
#navigation-tooltip-inside {
}
#student-tooltip div.warrant,
#student-tooltip div.update {
    font-size: 16px;
}
#navigation-pointer-up,
#student-pointer-up,
#student-pointer-down {
    position: absolute;
    width: 20px;
    height: 10px;
}
#student-pointer-up, #navigation-pointer-up {
    background: url(pointer-up.png) no-repeat;
}
#student-pointer-down {
    background: url(pointer-down.png) no-repeat;
}
#navigation-pointer-up {
    left: 85px;
}
#navigation-tooltip-inside {
    min-height: 100px;
}
#navigation-tooltip-inside .chapter {
    font-size: 20px;
}
#navigation-tooltip-inside .title {
    line-height: 1.4em;
}
#navigation-tooltip-inside .image {
    margin-top: 4px;
}
.elder span.glyphicon {
    color: #FFF;
    position: absolute;
    top: 15%;
    left: 15%;
    font-size: 50px;
    transition: font-size .25s ease-in-out;
}
.media.video span.glyphicon {
    color: #FFF;
    bottom: 8%;
    left: 5%;
    font-size: 60px;
}
.media.video div.video-shadow {
    position: absolute;
    opacity: 0;
    bottom: 8%;
    background-color: #000;
    width: 100%;
    height: 80px;
    margin: 10px 0 -10px;
    padding: 10px 0;
    transition: opacity .5s ease-in-out;
}
.media.video span.video-text {
    position: absolute;
    opacity: 0;
    bottom: 8%;
    left: 5%;
    margin-left: 80px;
    margin-bottom: 17px;
    font-size: 20px;
    transition: opacity .5s ease-in-out;
}
.media.video span.glyphicon {
    position: absolute;
    transition: font-size .25s;
}
.elder:hover span.glyphicon {
    font-size: 80px;
    font-weight: bold;
}
.media.video:hover div.video-shadow {
    opacity: .5;
}
.media.video:hover span.video-text {
    opacity: 1;
}
.media.video img.img-responsive {
    margin-top: 7%;
    margin-bottom: 1.75%;
    padding-left: 0%;
    padding-right: 0%;
}
.elder img.img-responsive {
    margin-top: 5%;
    margin-bottom: 0%;
    padding-left: 20%;
    padding-right: 20%;
}
.col-sm-12.elder.single img.img-responsive {
    padding-top: 5%;
    padding-left: 35%;
    padding-right: 35%;
}
.elder.single img.img-responsive {
    padding-top: 5%;
    padding-left: 30%;
    padding-right: 30%;
}
.elder.video, .media.video {
    cursor: pointer;
}
.elder.caption {
    font-family: Helvetica, Arial, "Open Sans", sans-serif;
    color: #efefef;
    font-size: 16px;
}
.elder.caption div.video-source {
    color: #A0A0A0;
    margin-top: 14px;
    font-size: 10px;
    font-family: "Libre Baskerville", Georgia, Times New Roman, serif;
}
.caption {
    font-family: "Libre Baskerville", Georgia, Times New Roman, serif;
    color: #A0A0A0;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #A0A0A0;
}
.caption strong {
    font-size: 20px;
    margin-bottom: 12px;
    display: block;
}
#scmp-frontpages div.frontpage {
    float: left;
    width: 120px;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-top: 1px;
}
#scmp-frontpages div.title {
    cursor: pointer;
    font-family: Helvetica, Arial, "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 4px;
    position: absolute;
    opacity: .8;
    background: #000;
    width: 100%;
    top: 70px;
    transition: opacity .25s ease-in-out;
}
#scmp-frontpages div.frontpage:hover div.title {
    opacity: 0;
    display: none;
}
#scmp-frontpages span.date {
    font-size: 14px;
    display: block;
    font-weight: bold;
}
table#deathtoll {
    margin-top: 40px;
}
/*#deathtoll td, #deathtoll th {
    padding: 5px;
}*/
#deathtoll tr.header {
    border-top: 1px solid #efefef;
}
#deathtoll tr {
    border-bottom: 1px solid #efefef;
}
#socialmedia {
    opacity: 1;
    /*background-color:rgba(0, 0, 0, 0.5);*/
    margin-left:10px;
    position:fixed;
    bottom:0px;
    right:0px;
    padding: 10px;
    width: 130px;
}
#credits, #credits p {
    text-align: center;
    text-indent: 0;
}
#credits p {
    margin: 12px auto;
}
#credits h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
}
#credits h4 {
    font-style: italic;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}
span.cuijian {
}
span.cuijian.selected {
    background-color: #FFF;
    color: #000;
    transition: color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
@media (max-width: 400px) {
    #masthead {
	width: 230px;
	left: 0;
	top: 0;
	z-index: 1000;
	background: url(../img/scmp-logo-white.png) 15px 20px no-repeat;
	background-size: 200px 17.6px;
    }
    #student-tooltip div.warrant,
    #student-tooltip div.update {
	font-size: 12px;
	line-height: 14px;
    }
    #masthead {
	border-right: 0px;
    }
    .elder.single img.img-responsive {
	padding-top: 5%;
	padding-left: 20%;
	padding-right: 20%;
    }
    .annotations {
        display: none;
    }
}
@media (max-width: 980px) { /* smaller than 950px wide */
    #social-media-buttons {
	display: none;
    }
}
@media (max-width: 900px) { /* smaller than 900px wide */
    .navbar-header h1#title {
	margin: 19px 5px 10px 10px;
	font-size: 14px;
    }
    .nav>li {
	font-size: 12px;
    }
}
@media (max-width: 768px) { /* medium and smaller screens */
    div#bigtitle-top,
    div#bigtitle {
        font-size: 60px;
    }
    #section-1 {
	margin-top:40vh;
    }
}
@media (max-width: 550px) {
    div#bigtitle-top,
    div#bigtitle {
	font-size: 50px;
    }
    .navbar-header h1#title {
	display: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav>li>a>span.title {
	display: none;
    }
    #section-1 {
	margin-top:90vh;
    }
    #deathtoll td.orgn {
	min-width: 200px;
    }
    #deathtoll td.date {
	min-width: 120px;
    }
}
@media (min-width: 1200px) {
    div#bigtitle-top,
    div#bigtitle {
        font-size: 160px;
    }
}
