/* WELCOME */
#overflow_bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    max-height: 2000px;
}

#overflow_bg img {
    width: inherit;
}

#title[cover] {
    background-size: cover;
}

#page--welcome--body #title_content {
    padding-top: 100px;
    padding-bottom: 100px;
}

section {
    background: initial;
    z-index: 2;
}

/*FOUNDATION*/
#download_icon {
    margin-top: -46px;
    float: right;
}

#page--museum #title_content, .centered-title-content {

    padding: 70px 0 70px calc(var(--_p) * 2) !important;
    max-width: 800px !important;
}


#page--museum section div {
    margin-bottom: 2px;
}


#welcome--water {
    margin-top: 180px;
}

#donate--hospital .row, #museum--bunker .row {
    margin-top: -20px;
}

/*MUSEUM*/
#nail_content {
    padding-top:40px;
    margin-bottom: 120px;
    position: static;
    margin-top:-40px;
    height:400px;
}
#museum_now {
    margin-top:-40px;
    line-height: 1.75;
    height: calc(100% - (75px * 2));
}
#museum_represent {
    float:right;
    margin-top: -230px;
}
#nail_content_bg {
    position: absolute;
    height:400px;
    background-repeat: no-repeat;
    background-size: cover;
    left:0; right:0;
    z-index: -1;
}

#popup_img {
    margin-top:40px;
}
