* {
margin: 0;
padding: 0;
}

html{
    background-color: #4A3129; 
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

h1 h2 h3 h4 h5 h6 {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    
}

section {
    margin: 0;
    padding: 0;
}
h2, p {
    margin: 24px 0 24px 0;
}


/* ~~~~~~~~~~~~~~ CORE OF STYLES ~~~~~~~~~~~~~ */

.hero-header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    margin-bottom: -5px;
    margin-top: -10px;
    position: relative;
    z-index: 100;
    
}

.hero-header img {
    width: 100%;
}

.hero-text {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    position: absolute;
    z-index: 40;
    font-size: 48px;
    letter-spacing: .02em;
    color: #F7ECD0;
    padding: 0;
    margin: 0;
}

.hero-paragraph {
    width: 414px;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size:28px;
    color: #fff;
    letter-spacing: .02em;
    position: relative;
    z-index: 101;
}

.heroEngulfing01 {
    position: absolute;
    top: 273px;
    left: 171px;
}

.heroEngulfing02 {
    position: absolute;
    top: 474px;
    right: 171px;
    font-size: 100px;
}
.lc01 {
    position: absolute;
    top: 357px;
    left:259px;
    font-size: 150px;
}
.lc02 {
    position: absolute;
    top: 169px;
    left: 987px;
    font-size: 48px;
}

/* ////////////////// NAVIGATION BAR ////////////////// */

.nav-bar {
    background-color: #7F362B;
    position: fixed;
    z-index: 990;
    left: 0;
    top: 0;
    width: 67px;
    height: 100vh;
}/* nav sidebar container */

/* hamburger nav */

.hamburger-nav {
     z-index: 999 !important;
     display: block;
     position: fixed;
     width: 5%;
     top: 0vw;
     cursor: pointer;
}

.hamburger-nav img {
    float:left;
    margin: 1.1vw;
}

img.menuIconHam {
    width: auto;
    display: block;
}
img.menuIconOpen {
    width: auto;
    padding-left: 5px;
    display: none;
}

/* open hamburger nav */

nav {
    background-color: #7F362B !important;
    width: 100vw;
    position: absolute;
    height: auto;
    top: 0;
    margin: 0;
    padding: 0;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .02em;
    display: none;
    z-index: 998 !important;
}

.navSection {
    width: 239px;
    height: 100vh;
    float: left;
    overflow:hidden;
    z-index: 998 !important;
}

nav .navSection:hover {
     background-color:#4A3129;
     background-image: linear-gradient(to bottom, 
        rgba(74,49,41,1) 0%,
        rgba(236, 68, 52, 1) 100%);
    background-repeat: no-repeat;
}

nav .navSection h6 {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    width: 80%;
    font-size: 36px;
    margin-top: 166px;
    margin-left: 28px;
    margin-bottom: 56px;
}

nav .navSection ul {
    font-size: 16px;
    position: absolute;
    top: 325px;
    width: 12%;
    margin-left: 28px;
    padding: 0;
    list-style-type: none;  
}

nav .navSection li {   
    padding: 0;
    line-height: 22px;
    padding: 5px 0 5px 0; 
}

nav a {
    color: rgba(191, 94, 66, .8);
    text-decoration: none;
}
nav a:hover {
    color: rgba(255, 255, 255, 1);
    transition: .3s;
    opacity: 1;
}


/* side navigation */

/* SIDEBAR NAVIGATION */
.sidebar {
    position:absolute; 
    right:0;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.dot {
    display:inline-block; 
    width:10px; 
    height:10px; 
    background-color:rgba(255,255,255,.3); 
    border-radius:10px; 
    z-index:975; 
    content:''; 
    color:transparent; 
    font-size:12px;
    letter-spacing: .03em;
    line-height:10px; 
    vertical-align:middle; 
    margin:5px 0 5px 0; 
    font-weight:300;
}
.dot:hover {
    background-color:rgba(191, 94, 66, 1); 
    color:rgba(191, 94, 66, 1);
    transition: 0.3s;
}
.dot span {
    margin:0px 0px 20px 15px;
    position:relative;
    display: block;
    width: 200px;
    text-align: right;
    top:0px; 
    left: -230px;
    transition: 0.3s;
}
#onePageNav {
    width:100px; 
    height:200px;
    /*background-color:rgb(240,240,240); border:solid 1px rgb(220,220,220);*/
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: .04em;
    padding:0 0px;
    position:fixed; 
    top:55%; 
    right:20px; 
    transform: translate(0, -50%); 
    z-index: 975; 
    text-align: right;
} 
#onePageNav ul li a {
    text-decoration:none;
}
#onePageNav ul {
    list-style-type:none; 
    margin:0; 
    padding:0;
}
#onePageNav .name-active {
    color:rgba(255,255,255,.8); 
    background-color:rgba(236, 68, 52, 1); 
    text-align:right;
}


/* name of section */

.section-indicator {
    width: 15vw;
    height: auto;
    position: absolute;
    left: -75px;
    top: 43vh;
    transform: rotate(-90deg);
    color: #9D4D37;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: 0 auto;
}
.section-indicator p{
    font-size: 20px;
    letter-spacing: .035em;
    margin: 0;
    padding: 0;
}



/* SECTION BASIC CODE */
section {
    margin: 0;
    padding: 0;
}
section:last-child {
    padding:0 0 40vh 0;
}

section.sectionContent {
    padding-top: 48px;
}

section.sectionContent h2 {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    width: 504px;
    position: relative;
}

section.sectionContent p {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    z-index: 2;   
    color: #fff;
}

.spacing-before-footer{
    margin: 0;
    padding: 0;
    padding-bottom: 104px;
}

p.bottom48 {
    padding-bottom: 48px;
}
div.callout {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: .01em;
    position: relative;
    color: #fff;
}
div.hang-pull-quote {
    font-size: 80px;
    position: absolute;
    display: inline-block;
    
}
div.hang-call {
    font-size: 80px;
    line-height: 80px;
    position: relative;
    display: inline-block;
}
div.vignette {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    position: relative;
}
div.vignette-quote {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 130px;
    line-height: 162px;
    position: absolute;
    display: inline-block;
}
div.vignette-text {
    position: relative;
    display: inline-block;
}
div.img-container {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    height: auto;
    padding: 16px 0 16px 0;
    position: relative;
}
.img-caption {
    width: auto;
    position: relative;
    top: 2px;
}
div.line-callout {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 800;
    font-style: normal;
    position:relative;
    overflow: hidden;
    height: auto;
}
div.line-callout .vertical-rectangle {
    height: 100%;
    width: 50px;
    float: left;
}
div.line-callout .line-callout-text {
    float: left;
}
div.withoutline-callout {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 800;
    font-style: normal;
    position: relative;
    height: auto;
}

/* footer section is the div for the previous and next arrows before the footer */
.footer-section {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 48px;
    z-index: 20;
}

/* previous code section */
.previous-section {
    position: relative;
    margin: 0;
    padding: 0;
    left: 6vw;
    width: auto;
    height:24px;
    float: left;
    overflow: hidden;
}

a.previous-section-link, a.previous-section-link:visited {
    color: #F7ECD0;
    text-decoration: none;
}
.previous-section .ns-text {
    font-size: 16px;
    letter-spacing: .02em;
    display: inline-block;
    padding: 0;
    vertical-align:middle;
    position: relative;
    top: 4px;
    float: left;
}
.arrow-right {
    font-size: 24px;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align:middle;
    margin-right: 10px;
    float: left;
}

/* next section code */
.next-section {
    position: relative;
    text-align: right;
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
    height: 24px;
    right: 1.5vw;
    /*left: 50vw;*/
}
a.next-section-link, a.next-section-link:visited {
    color: #F7ECD0;
    text-decoration: none;
}
.next-section .ns-text {
    font-size: 16px;
    letter-spacing: .02em;
    display: inline-block;
    padding: 0;
    vertical-align:middle;
    position: relative;
    width: auto;
    top: 4px;
    float: left;
}
.arrow-left {
    font-size: 24px;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align:middle;
    position: relative;
    margin-left: 10px;
    float: left;
}

/*end of footer section*/
footer {
    background-color: #4A3129;
    width: 100%;
    height: 10vh;
    position: relative;
    display: block;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    z-index: 25;
}
footer ul {
    position: relative;
    left: 20vw;
    display: inline;
}
footer li {
    display: inline-block;
    padding: 10px;
    margin-top: 3vh;
}
footer a, footer a:visited{
    color: /*#221713*/#BF5E42;
    text-decoration: none;
    opacity: 0.6;
    transition: 0.3s;
}
footer a:hover {
    /*text-decoration: line-through;*/
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}
footer p.copyright {
    margin: 0 0 0 40px;
    display: inline-block;
    color: #150E0C;
}

/* ////////////////// HOMEPAGE ////////////////// */

body.homepage {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #4A3129;
    margin: 0;
    padding: 0;
}

.backgroundContainer {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;  
}

.backgroundContainer img.sun {
    z-index: 1;
    padding: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
}

.backgroundContainer img.hFirst {
    z-index: 1;
    padding: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 170vh;
}

.backgroundContainer img.hSecond {
    z-index: 1;
    padding: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 270vh;
}
.backgroundContainer img.hThird {
    z-index: 1;
    padding: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 350vh;
}
.backgroundContainer img.hFourth {
    z-index: 1;
    padding: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 560vh;
}

.homeSectionContainer {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    color: #F7ECD0;
    width: 100%;
    height: 100vh;
    
}

#homeTop {
    height: 100vh;
}

#sec-top {
    text-align: center;
    margin: 30vh 0 8vh 0;
    position: relative;
    z-index: 2;
}

#sec-top p.title {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 110px;
    line-height: 110px;
    padding: 0;
    margin: 0;
}

#sec-top p.subtitle {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    margin-bottom: 100px;
}

.homepage a, .homepage a:visited {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 300;
    font-style: normal;
    color:#EC4434;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: .02em;
}

#onePagNav a, #onePageNav a:visited {
    color:rgba(255,255,255,.8);
    /*color: #F7ECD0; LIGHT*/ 
    text-decoration: none;
}

#onePagNav a {
    color: #F7ECD0;
    text-decoration: none;
}

.homepage a:hover {
    text-decoration: line-through;
    transition: 0.3s;
}

div.sectionText {
    font-size: 75px;
    line-height: 75px;
    text-align: center;
    width: 858px;
    margin: 0 auto;
    /*margin-top: 400px;
    margin-bottom: 200px;*/
    position: relative;
    z-index: 2;
}
div.sectionText p {
    padding: 0;
    margin: 0;
}

.next-section-home {
    position: absolute;
    right: 2vw;
    padding-bottom: 36px;
}

a.next-section-link, a.next-section-link:visited {
    color: #F7ECD0;
    text-decoration: none;
}

.next-section-home .ns-text {
    font-size: 16px;
    letter-spacing: .05em;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-top: -10px;
    vertical-align:middle;
    
}

.next-section-home .arrow-left {
    font-size: 24px;
    display: inline-block;
    margin-left: 8px;
    padding-top: 5px;
    vertical-align:middle;
    
}

#sec-1, #sec-2, #sec-3, #sec-4, #sec-5 {
    margin: 0 0 0 0;
    padding: 230px 0 0 0;
    margin: 0 auto;
    height: 600px;
}


/*ENGULFING THE PACIFIC*/

section.map-container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.map-container .map-scroll {
    float: left;
    margin: auto;
    padding: 0;
    width: 100%;
   /* height: 1000vh;*/
}

.map-scroll img {
    float: left;
    width: 100%;
    position: fixed;
    opacity: 0;
    top: 0vh;
}

.map-00 {
    width: 100%;
    z-index: 1;
    opacity: 1;
}

.map-01 {

    z-index: 2;
}

.map-02 {

    z-index: 3;
}

.map-03 {

    z-index: 4;
}

.map-04 {

    z-index: 5;
}

.map-05 {

    z-index: 6;
}

.map-06 {

    z-index: 7;
    
}

section.text-scroll {
    width: 100%;
    height: auto;
    z-index: 989;
    position: relative;
    margin: 0;
    padding: auto;
    font-size: 18px;
    color:#D9D19B;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .01em;
    line-height: 28px;
}
section.text-scroll h4 {
    margin: 0;
    padding: 0;
    font-size: 36px;font-family: trade-gothic-next, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: .03em;
}
div.mapText {
    position: relative;
    /*background-color: green;*/
    width: 100%;
    height: 100vh;
}
div.mapTextContent {
    background-color: #836D50;
    width: 500px;
    margin: 0 0 0 55vw;
    float: left;
    position: absolute;
    padding: 28px;
    z-index: 10;
} /* for the smaller section */

div.info-intro {
    top: 35vh;
}
div.info-japan {
    top: 25vh;
}
div.info-1931 {
    top: 35vh;
}
div.info-1937 {
    top: 35vh;
}
div.info-1938 {
    top: 35vh;
}
div.info-1940 {
    top: 35vh;
}
div.info-1942 {
    top: 35vh;
}


/* ////////////////// ERECTING COMFORT STATIONS////////////////// */
body.ecs {
    background-color:#4A3129;
    background-image: linear-gradient(to bottom, 
        rgba(74,49,41,1) 0%,
        rgba(236, 68, 52, 1) 25%,
        rgba(74,49,41,1) 100%);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.ecs .hero-paragraph {
    left: 483px;   
    margin-top: -194px;
}
section.hero-header p.ecs01 {
    left: 171px;
    top: 358px;
}
section.hero-header p.ecs02 {
    font-size:120px;
    left: 483px;
    top: 483px;
}
section.hero-header p.ecs03 {
    font-size:80px;
    left: 899px;
    top: 291px;
}
.eup p {
    width: 504px;
    left: 171px;
}

.eup .callout {
    width: 816px;
    font-size: 90px;
    line-height: 100px;
    letter-spacing: .02em;
    left: 483px;
    color:#ED2D23;
    z-index: 101;
}

.eup .callout-large {
    width: 990px;
    left: 291px;
    font-size: 180px;
    line-height: 180px;
    color: #971D17;
}
.eup .infographic-01 {
    background-color: #fff;
    width: 95.27%;
    position: relative;
    left: 67px;
}
section.inMilCul .mil h2 {
    left: 691px;
    width: 504px;
    color: #fff;
}
section.inMilCul .mil p {
    left: 691px;
    width: 504px;
}
.recJap h2 {
    color: #4A3129;
    left: 171px;
    width: 504px;
}
section.recruitJap .recJap p {
    left: 171px;
    width: 504px;
    color:#4A3129;
}
.recCol h2 {
    left: 483px;
    width: 504px;
    color: #fff;
}
.recCol p {
    left: 483px;
    width: 504px;
}
.recruit-body-content h2 {
    left: 691px;
    width: 504px;
}
.recruit-body-content p{
    left: 691px;
    width: 504px;
}
.inMilCul .img-container.russo-war{
    width: 987px;
    left: 379px;
}
.inMilCul .img-container.russo-war img {
    width: 987px;
}
.inMilCul .img-container.russo-war .img-caption {
    color:#4A3129;
    padding-bottom: 48px;
}
section.inMilCul .callout {
    font-size: 56px;
    line-height: 56px;
    width: 725px;
    left: 171px;
}
section.recruitJap {
    background-color: #F3A6A6;
    padding-top: 48px;
}
.recruitJap .img-container.japwomen{
    position: absolute;
    width: 608px;
    left: 778px;
    margin-top:-58px;
    z-index: 1;
}
.recruitJap .img-container.japwomen img {
    width: 608px;
}
.recruitJap .img-container.japwomen .img-caption {
    color:#4A3129;
    padding-bottom: 24px;
}
section.recruitJap .callout {
    color:#ED2D23;
    font-size: 120px;
    line-height: 120px;
    width: 1122px;
    left: 171px;
    z-index: 10;
}
section.recruitJap .call36 {
    font-size: 36px;
    line-height: 36px;
    width: 563px;
    left: 778px;
    padding-bottom: 64px;
    color: #F37973;
}
#recruitColony {    
    width: 100%;
    height: auto;
    padding-top: 48px;
}
#recruitColony .help-wanted {
    position: relative;
    width: 53%;
    left: 210px;
}
#recruitColony img.recruitPromise {
    position: absolute;
    left: 171px;
    margin-top: 36px;
}
#recruit-container {
    position: relative;
    width: 100%;
    height: auto;
}
#recruit-container #recruit-header-container {
    width: 95.3%;
    background-color: #BF5E42;
    margin: 0;
    margin-left: 67px;
}
#recruit-container #recruit-header-container h3 {
    font-family: trade-gothic-next-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 28px;
    letter-spacing: .05em;
    display: inline-block;
    margin: 0;
    padding: 24px 40px 24px 40px;
    cursor: pointer;
    color: #FFFFFF;
}
#recruit-container #recruit-header {
    margin-left: 200px;
}
/*#header1 {
    background-color:#B4994B;
}*/
#header1.activeTab {
    background-color:#B4994B;
}
#header2.activeTab {
    background-color:#B4994B;
}
#header3.activeTab {
    background-color:#ED2D23;
}
#header4.activeTab {
    background-color:#826B41;
}
#header5.activeTab {
    background-color:#826B41;
}
div.recruit-body-content {
    overflow: hidden;
}
#section_korea {
    width: 100%;
    height: 100%;
    background-color: #B4994B;
    display: block;
    padding-bottom: 72px;
    padding-top: 48px;
    overflow: hidden;
}
#section_taiwan, #section_dutcheastindies, #section_china, #section_philippines {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 120px; 
    padding-top: 48px;
    overflow: hidden;
}
#section_korea .recruit-body-content {
    width: 100%;
    height: auto;
}
#section_taiwan {
    background-color: #B4994B;
    width: 100%;
    height: auto;
}
#section_dutcheastindies {
    background-color: #ED2D23;
    width: 100%;
    height: auto;
}
#section_china {
    background-color: #826B41;
    width: 100%;
    height: auto;
}
#section_philippines {
    background-color: #826B41;
    width: 100%;
    height: auto;
}
img.miniMap {
    position: absolute;
    left: 171px;
    top: 145px;
}
#section_korea p, h2 {
    color: #4A3129;
    /*letter-spacing: .01em;*/
}
#section_korea .line-callout {
    width: 666px;
    height: auto;
    left: 113px;
    font-size: 72px;
    line-height: 72px;
    margin-top: -300px;
}
#section_korea .vertical-rectangle {
    background-color: #937D3D;
    height: 303px;
    width: 26px;
    margin-right: 34px;
}
#section_korea .line-callout-text {
    color: #937D3D;
    width: 606px;
}
#section_korea .vignette {
    color: #F7ECD0;
    left: 64px;
}
#section_korea .vignette-quote {
    margin-top: -10px;
    display: inline-block;
    float: left;
}
#section_korea .vignette-text {
    width: 824px;
    display: inline-block;
    float: left;
    margin-left: 72px;
    margin-top: 40px;
    padding-bottom: 36px;
}
#section_taiwan p, h2{
    color: #4A3129;
}
#section_taiwan .line-callout {
    width: 770px;
    height: auto;
    left: 113px;
    font-size: 72px;
    line-height: 72px;
}
#section_taiwan .vertical-rectangle {
    background-color: #937D3D;
    height: 380px;
    width: 26px;
    margin-right: 34px;
}
#section_taiwan .line-callout-text {
    color: #937D3D;
    width: 710px;
}
#section_taiwan p.taiwanPara {
    margin-top: -50px;
}
#section_dutcheastindies h2 {
    color: #fff;
}
#section_dutcheastindies .line-callout {
    width: 998px;
    height: auto;
    left: 217px;
    font-size: 72px;
    line-height: 72px;
}
#section_dutcheastindies .vertical-rectangle {
    background-color: #F0534B;
    height: 245px;
    width: 26px;
    margin-right: 34px;
}
#section_dutcheastindies .line-callout-text {
    color: #F0534B;
    width: 938px;
}
#section_dutcheastindies p.deiPara {
    margin-top: -60px;
}
#section_china h2 {
    color: #fff;
}
#section_china .vignette {
    background-color: #826B41;
    color: #F7ECD0;
    left: 210px;
}
#section_china .vignette-quote {
    margin-top: -10px;
    display: inline-block;
    float: left;
}
#section_china .vignette-text {
    width: 824px;
    display: inline-block;
    float: left;
    margin-left: 72px;
    margin-top: 40px;
    padding-bottom: 36px;
}
#section_philippines h2 {
    color: #fff;
}
#section_philippines .callout {
    width: 790px;
    left: 277px;
    color: #5F4E30;
    font-size: 56px;
    line-height: 56px;
    padding: 8px 0 24px 0;
}

.sectionContent div.footer-section {
    position: relative;
    margin-top: -48px;
}
/* ////////////////// LIVING CONDITIONS////////////////// */

.lc {
    background-color:#4A3129;
    background-image: linear-gradient(to bottom, 
        rgba(74,49,41,1) 0%,
        rgba(236, 68, 52, 1) 35%,
        rgba(74,49,41,1) 100%);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.lc .hero-paragraph {
    width: 405px;
    left: 277px;   
    margin-top: -204px;
}
.regGirls .callout {
    font-size: 80px;
    line-height: 80px;
    width: 920px;
    height: 675px;
    left: 171px;
}

.regGirls h2 {
    color: #fff;
}

.regGirls p {
    width: 504px;
    height: auto;
    margin-bottom: 36px;
}

.reg01 {
    left: 275px;
}

.regGirls p.reg02 {
    left: 483px;
}
.regGirls h2.regh2 {
    left: 483px;
}

.regGirls .callout-02 {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 80px;
    letter-spacing: .01em;
    left: 379px;
    width: 900px;
    position: relative;
    height: 352px;
    color: #cc1b04;
}

.regGirls .callout-03 {
    line-height: 120px;
}

.regGirls .hang-pull-quote {
    margin-top: -10px;
    font-size: 80px;
    float: left;
}
.regGirls .hang-call {
    float: left;
    margin-left: 38px;
}

.regGirls .callout-03 {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 120px;
    letter-spacing: .01em;
    left: 171px;
    position: relative;
    width: 1195px;
    color: #cc1b04;
}

#mistreatment {
    background-color: #dbd38b;
    color: #4a3129;
    width: 100%;
    height: auto;
}

#mistreatment h2 {
    left: 691px;
}
#mistreatment p {
    color: #4a3129;
    width: 500px;
    left: 691px;
}

#mistreatment .img-container {
    width: 712px;
    left: 67px;
}
#mistreatment img {
    width: 712px;
}
#mistreatment .img-caption {
    color:#A09A66;
}

#mistreatment .vignette {
    left: 200px;
    width: 891px;
    height: auto;
    color: #A09A66;
}

#mistreatment .vignette-quote {
    margin-top: -10px;
    display: inline-block;
    float: left;
}

#mistreatment .vignette-text {
    display: inline-block;
    float: left;
    margin-left: 72px;
    margin-top: 40px;
    padding-bottom: 36px;
}
#mistreatment .withoutline-callout {
    left: 171px;
    width: 981px;
    color: #78744C;
    font-size: 72px;
    line-height: 72px;
}
#mistreatment .withoutline-callout img {
    width: 250px;
    position: relative;
    margin: 0 auto;
    left: 367px;
    padding:104px 0 24px;
}

#mistreatment .footer-section a, #mistreatment .footer-section a:visited {
    color: #4a3129;
    transition: 0.5s;
}
#mistreatment .footer-section a:hover {
    color: #fff;
    transition: 0.3s;
}
/* ////////////////// AFTERMATH////////////////// */
.after {
    background-color:#4A3129;
    background-image: linear-gradient(to bottom, 
        rgba(236, 68, 52, 1) 0%,
        rgba(74,49,41,1) 20%,
        rgba(236, 68, 52, 1) 45%,
        rgba(74,49,41,1) 100%);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.after .hero-paragraph {
    width: 480px;
    left: 277px;   
    margin-top: -204px;
    padding-bottom: 36px;
}
section.hero-header p.after01 {
    font-size: 80px;
    left: 757px;
    top: 106px;
}
section.JapSur p, section.casU p, section.whtw p, section.Comp p, section.spUp p {
    width: 504px;
}
section.JapSur h2, section.casU h2, section.whtw h2, section.Comp h2, section.spUp h2 {
    color: #fff;
}

section.JapSur p, section.JapSur h2 {
    left:275px;
}
section.JapSur .callout {
    color: #30201B;
    font-size: 80px;
    line-height: 80px;
    width: 1024px;
    height: auto;
    left: 171px;
}
section.casU p, section.casU h2 {
    left:275px;
}
section.casU .extra-large-callout {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #ED2D23;
    position: relative;
    left: 79px;
    font-size: 250px;
    line-height: 250px;
    width: 1250px;
}
section.casU .big-quote {
    position: absolute;
}
section.casU .callout {
    color: #ED2D23;
    float: left;
    left: 110px;
    height: auto;
    width: 1150px;
    padding-bottom: 48px;
}
section.casU .estimate-callout {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 48px;
    font-size: 48px;
    position: relative;
    left: 171px;
    width: 800px;
    color: #F7ECD0;
    padding-bottom: 24px;
}
section.casU .estimateNumber {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 220px;
    line-height: 220px;
    position: relative;
    left: 104px;
}
section.casU .estimateNumber.eN01{
    color:#F3A6A6;
}
section.casU .estimateNumber.eN02{
    color:#EB4333;
}
section.casU .indentText {
    position: relative;
    left: 224px;
}
section.casU .estSource {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    margin: 24px 0 24px 0;
}
#whatHappened {
    background-color: #C3CDB5;
    width: 100%;
    height: auto;
}
section.whtw p, section.whtw h2 {
    width: 504px;
    left: 796px;
}
section.whtw img.gumypo01{
    width: 280px;
    position: absolute;
    left: 306px;
    margin-top: -64px;
}
section.whtw .img-container {
    width: 280px;
    left: 306px;
    position: absolute;
    margin-top: -54px;
}
section.whtw .img-container img{
    width: 280px;
}
section.whtw .img-container .img-caption{
    color: #fff;
}
section.whtw .line-callout {
    width: 894px;
    height: auto;
    left: 113px;
    font-size: 72px;
    line-height: 72px;
    margin-top: -60px;
}

section.whtw .vertical-rectangle {
    background-color: #A0A895;
    height: 452px;
    width: 26px;
    margin-right: 34px;
}
section.whtw .line-callout-text {
    color: #A0A895;
    width: 834px;
}
section.whtw .callout {
    color:#707070;
    width:1230px;
    font-size:120px;
    line-height:120px;
    left: 167px;
    padding-bottom: 64px;
}
section.whtw img {
    width: 1024px;
}
#compensation {
    background-color: #447A9E;
    width: 100%;
    height: auto;
}
section.Comp p, section.Comp h2 {
    width: 504px;
    left: 276px;
}
section.Comp .callout {
    font-size: 56px;
    width:730px;
    left:275px;
}
section.Comp .callout-per {
    font-size:100px;
    width: 780px;
    position: relative;
    letter-spacing: .02em;
    left: 338px;
    padding-top: 36px;
    padding-bottom: 64px;
}
section.Comp .callout-per img {
    width: 200px;
}
section.Comp .calloutDeath img, .calloutSurvive img, .calloutInjured img {
    position:relative;
    left: 245px;
}
section.Comp .calloutDeath img{
    padding-top: 24px;
}
section.Comp .calloutSurvive img, .calloutInjured img {
    padding: 136px 0 0 0;
}
section.Comp .call-right {
    font-size: 60px;
    line-height: 60px;
    width: 1024px;
    color: #779EB8;
    padding-bottom: 56px;
}
section.Comp .call-gov {
    font-size: 60px;
    line-height: 60px;
    width: 1024px;
    color: #325973;
    padding-bottom: 56px;
}
#speakUp {
    background-color: #6A564F;
    width: 100%;
    height: auto; 
}
section.spUp .blue-rectangle {
    background-color: #06215B;
    position: relative;
    top: -48px;
    width:100%;
    height:24px;
}
section.spUp h2 {
    left:379px;
}
section.spUp p {
    left:379px;
}
section.spUp .womenShowcase {
    width:960px;
    height: auto;
    margin: 0 auto;
}
section.spUp .womenShowcaseSection {
    height: 100%;
    width: 100%;
    background-color: #aaa;
    margin-bottom: 81px;
}
section.spUp .womenShowcase .womenHighlight h4 {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: auto;
    color: #F6CA00;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}
section.spUp .womenShowcase .womenHighlight{
    width: 608px;
    margin-left:120px;
    float: left;
    height: auto;
}
section.spUp .womenShowcase .womenHighlight p {
    width: 608px;
    height: auto;
    left:0;
}
section.spUp .womenShowcase .womenHighlight p.bottom64 {
    padding-bottom: 64px;
}
section.spUp .womenShowcase img {
    width:220px;
    float: left;
}

section.spUp div.img-container {
    width: 1024px;
    margin: 0 auto;
}
section.spUp .img-container img {
    width: 1024px;
}
section.spUp .img-container .img-caption{
    color: #fff;
    margin-bottom: 48px;
} 
/* ////////////////// ISSUES TODAY////////////////// */
.isToday {
    background-color:#4A3129;
    background-image: linear-gradient(to bottom, 
        rgba(74, 49, 41, 1) 0%,
        rgba(239, 160, 68, 1) 5%,
        rgba(204, 88, 57, 1) 100%);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.isToday .hero-paragraph {
    width: 414px;
    left: 830px;   
    margin-top: -204px;
    padding-bottom: 36px;
    z-index: 101;
}
section.hero-header .it01 {
    font-size: 80px;
    line-height: 80px;
    left: 320px;
    top: 384px;
}
section.hero-header .it02 {
    font-size: 80px;
    line-height: 80px;
    left:830px;
    top:484px;
}
section#memorials {
    width: 100%;
    height: auto;
}
.isToday h2, .isToday p {
    margin: 24px 0 24px 0;
}
section.mem h2, section.mem p {
    color: #fff;
    width: 504px;
    left: 795px;
}
section.mem img.peace {
    width: 100%;
}
section.mem .galleryContainer {
    position: relative;
    margin: 0 auto;
    width: 1024px;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.02em;
    color: #fff;
}
section.mem .galleryContainer ul.memorial-gallery {
   
    width: 100%;
    margin: 0 auto;
}
section#relationCountries {
    width: 100%;
    height: auto;
}
section.relCountries p {
    color: #fff;
    width: 504px;
    left: 171px;
}
section.relCountries h2 {
     color: #fff;
    width: 500px;
    left: 171px;
}
section.relCountries .bGImg {
    background-color:#D5765D;
    width: 95.27%;
    height: auto;
    position: relative;
    left: 67px;
}
section.relCountries img {
    margin: 0 auto;
}
section.relCountries .callout {
    width: 890px;
    left: 379px;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0;
    color: #CC5839;
}
section.relCountries .southPres {
    width: 1192px;
    left: 171px;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0;
    color: #ED2D23;
    padding: 24px 0 48px;
}
section#japkorDeal {
    background-color: #651818;
    width: 100%;
    height: auto;
}
section.jpkrDeal h2, section.jpkrDeal p {
    color: #fff;
    width: 504px;
    left: 483px;
}
section.jpkrDeal p.special {
    width: 530px;
}
section.jpkrDeal .vignette {
    color: #F6CA00;
    width: 712px;
    left: 304px;
}
section.jpkrDeal .vignette-quote {
    margin-top: -10px;
    color: #F6CA00;
    float: left;
}
section.jpkrDeal .vignette-text {
    color: #F6CA00;
    float: left;
    margin-left: 72px;
    margin-top: 40px;
    padding-bottom: 36px;
}
section.jpkrDeal .img-container {
    width: 100%;
    height: auto;
    display:block;
    overflow: hidden;
    color: #EFA044;
}
section.jpkrDeal .img-container .photoCon {
    width: 675px;
    left: 587px;
}
section.jpkrDeal .img-container .photoCon img {
    width: 675px;
    position: relative;
    left: 587px;
}
section.jpkrDeal .img-container .photoCon02 {
    width: 608px;
    left: 171px;
}
section.jpkrDeal .img-container .photoCon02 img {
    width: 608px;
    position: relative;
    left: 171px;
}
section.jpkrDeal .img-container .photoCon03 {
    width: 1129px;
    left: 171px;
}
section.jpkrDeal .img-container .photoCon03 img {
    width: 1129px;
    position: relative;
    left: 171px;
}
section.jpkrDeal .img-container .img-caption.photoCon03 {
    padding-bottom: 48px;
}
section#happenNow {
    width: 100%;
    height: auto;
}
section.hapNow p, section.hapNow h2 {
    color: #fff;
    width: 504px;
    left: 171px;
    position: relative;
}
section.hapNow .callout {
    left: 379px;
    width: 940px;
    font-size: 90px;
    line-height: 90px;
    z-index:3;
}
section.hapNow .img-container {
    width: 675px;
    height: auto;
    overflow:hidden;
}
section.hapNow .img-container img {
    width: 675px;
}
section.hapNow .underImg {
    position: relative;
    left:587px;
    top:-63px;
    color:#4A3129;
}
section.hapNow .overImg {
    position: relative;
    left:171px;
    z-index: 4;
    color:#4A3129;
}
section.hapNow .JapEm {
    left: 379px;
    width: 940px;
    font-size: 90px;
    line-height: 90px;
    top:-79px;
    z-index:3;
    margin: 0;
}
section.hapNow p.afterJapEm {
    position: relative;
    top:-50px;
}
section.hapNow .sanFran {
    position: relative;
    width: 1129px;
    left: 171px;
    color:#4A3129;
}
section.hapNow .sanFran img{
    width: 1129px;
    left: 171px;
}
section.hapNow .line-callout {
    color: #EFA044;
    width: 1000px;
    height: auto;
    left: 107px;
}
secction.hapNow .vertical-rectangle {
    background-color: #937D3D;
    height: 315px;
    width: 26px;
    margin-right: 34px;
}
section.hapNow .line-callout-text {
    width: 938px;
    font-size: 72px;
    line-height: 72px;
}
section.hapNow .asOfToday {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 100%;
    height: auto;
    font-size: 56px;
    position: relative;
    color: #fff;
}
section.hapNow .asOfToday .asFirst {
    width: 763px;
    position: relative;
    left: 171px;
    padding-bottom: 36px;
}
section.hapNow .asOfToday .bigNumbContainer {
    width: 950px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
section.hapNow .asOfToday .bigNumb {
    width: 30%;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 300px;
    margin: 0 auto;
    padding-top: 48px;
}
section.hapNow .callout.last {
    position: relative;
    width: 883px;
    font-size: 120px;
    line-height: 120px;
    left: 483px;
    padding-bottom: 96px;
    color: #EFA044;
}

/* CREDITS */
body#cred {
    background-color:#4A3129;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 300;
    font-style: normal;
    overflow: auto;
    color: #fff;
}
#cred .txtimgSrc {
    width: 100%;
    height:auto;
}
body#cred #sources a, body#cred #sources a:visited {
    color: #EC4434;
    text-decoration: none;
}
body#cred #sources a:hover {
    color: #fff;
    transition: 0.3s;
}
#cred .hero-header p.hero-text {
    left: 171px;
    top: 465px;
    font-size: 80px;
}
#cred .hero-header p.hero-credit {
    position: absolute;
    left: 1006px;
    top: 505px;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    z-index: 10;
}
#cred section.statement {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    color:#F6CA00;
    position: relative;
    margin-top: -210px;
    z-index: 101;
}
#cred div.moreInfo {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    color:#F6CA00;
    position: relative;
    padding-top: 48px;
}
#cred div.moreInfo a, #cred div.moreInfo a:visited {
    color: #EC4434;
    text-decoration: none;
}
body#cred div.moreInfo a:hover {
    color: #fff;
    transition: 0.3s;
}
#cred .ack, #cred .spthx {
    width: 80%;
    margin: 0 auto;
    color: #fff;
}
#cred .ack h2, #cred .spthx h2{
    display: block;
    color: #fff;
}
#cred .ack p, #cred .spthx p{
    line-height: 24px;
    width: 50%;
}
#cred #sources {
    width: 100%;
    height: 70vh;
    position: relative;
}
#cred #sources h2 {
    color: #fff;
    position: relative;
    left: 141px;
}
#cred section.statement p{
    width: 824px;
    height: auto;
    margin: 0 auto;
}

#cred h6 {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: .02em;
    width: auto;
}

#cred .txtimgSrc .txtSources {
    width: 40%;
    position: relative;
    float: left;
    padding: 20px 56px 20px 0;
}
#cred .txtimgSrc .imgSources {
    width: 40%;
    position: relative;
    float: left;
    padding: 20px 0 20px 56px;
}
.etpSource, .ecsSource,  .lcSource, .afterSource, .isSource, .credSource  {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.credSource {
    height: 60vh;
}
#memorial-gallery {
    position: relative;
    left: 171px;
    width: 1024px;
    margin: 0 50px;}
#memorial-gallery img {
    width: 100%;}