@charset "UFT-8";

/* COMMON
------------------------ */
html {
    font-size: 100%;
}
body {
    font-family: 'Hind', sans-serif;
    text-align: center;
    line-height: 1vh;
    color:rgba(0,0,0,1)
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 80vh;
    width: 100vw;
    top: 10vh;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 0.9rem;
}
article {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 80vh;
    width: 100vw;
    top: 10vh;
}
footer {
    position: absolute;
    top: 100vh;
}
.logo_container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100vw;
    height: 2rem;
    top: 3vh;
}
.logo {
    height: 7vh;
    padding-top: 0px;
}
.logo-J {
    height: 2rem;
    padding-top: 0px;
}
/* index.html
------------------------ */
.cover_wrapper_i {
    display: none;
}
.cover_wrapper_v {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    top: 0;
    position: absolute;
}
.cover_video,
.cover_image {
    max-width: 100%;
    max-height: 100%;
}
/* global-index.html, jp-index.html
------------------------ */
.index-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100vw;
    height: 3vh;
    top: 5vh;
}
.main-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 100vw;
    position: absolute;
    top: 10vh;
}
.nav {
    max-height: 11vh;
}
.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100vw;
    height: 2rem;
    bottom: 3vh;
    line-height: 2.5vh;
}
/* COMMON in architect.html, bureau.html, partner.html, project.html
------------------------ */
.architect,
.partner,
.project {
    display: flex;
}
.architect_mobile {
    display: none;
}
.architect,
.architect_mobile,
.partner,
.project {
    position: absolute;
    height: 80vh;
    width: 100vw;
    top: 10vh;
    justify-content: center;
    align-items: center;
}
.partner {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
}
.architect,
.architect_mobile,
.project {
    flex-direction: column;
}
/* info.html
------------------------ */
.info {
    height: 50vh;
    width: 100vw;
    position: absolute;
    top: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_image {
    height: 3rem;
}
.copyright_image {
    height: 2rem;
}
/* common in architect.html and project.html
------------------------ */
.architect_name,
.project_title {
    max-height: 11vh;
}
.project {
    line-height: 1vh;
}
/* common in html of each project (eg. gewand.html) and each architect (eg. ke.html), bureau.html, and partner.html
------------------------ */
.architect_image_container,
.bureau_image_container,
.partner_image_container,
.project_image_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    width: 100vw;
    top: 0;
    position: absolute;
}
.architect_image_item,
.bureau_image_item,
.partner_image_item,
.project_image_item {
    max-width: 100%;
    max-height: 100%;
}
.architect_image_container_l,
.project_image_container_l {
    height: 80vh;
    width: 50vw;
    top: 0;
    left: 0;
    position: absolute;
}
.architect_image_container_r,
.project_image_container_r {
    height: 80vh;
    width: 50vw;
    top: 0;
    right: 0;
    position: absolute;
}
.architect_caption_container,
.project_caption_container,
.info_caption_container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100vw;
    height: 2rem;
    bottom: 3vh;
}
.architect_caption_item,
.project_caption_item,
.info_caption_item {
    height: 5vh;
}
.hidden {
    display: none;
}
#lt,
#gt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 1.5rem;
    padding: 0 5vh;
    cursor: pointer;
}
#lt {
  left: 5vh;
}
#gt {
  right: 5vh;
}
.jp-thin {
    font-weight: normal;
}
/*MOBILE index.html
------------------------ */
@media (max-width: 600px) {
    .cover_wrapper_v {
        display: none;
    }
    .cover_wrapper_i {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100vw;
        top: 0;
        position: absolute;
    }
}
/*MOBILE global-index.html, jp-index.html
------------------------ */
@media (max-width: 600px) {
    .main-nav {
        height: 70svh;
        width: 100svw;
        top: 15svh;
        overflow: hidden;
    }
    .nav {
        height: 6rem;
        max-width: none;
        width: auto;
    }
}
/*MOBILE COMMON in architect.html, bureau.html, partner.html, project.html
------------------------ */
@media (max-width: 600px) {
    .architect_mobile {
        display: flex;
    }
    .architect {
        display: none;
    }
    .architect_mobile,
    .partner,
    .project {
        height: 80svh;
        top: 10svh;
    }
}    
/*MOBILE project.html
------------------------ 
@media (max-width: 600px) {
    .project_title {
        height: 6rem;
        max-width: none;
        width: auto;
    }
}
*/
/*MOBILE architect.html, bureau.html, partner.thml, html of each project (eg. gewand.html)
------------------------ */
@media (max-width: 600px) {
    #lt,
    #gt {
        display: none;
    }
    .main {
        top: 10svh;
        height: 80svh;
    }
    .architect_image_container,
    .bureau_image_container,
    .partner_image_container,
    .project_image_container {
        height: 80svh;
    }
    .architect_image_item,
    .bureau_image_item,
    .partner_image_item,
    .project_image_item {
        max-width: 100%;
        max-height: 80%;
    }
    .architect_caption_container,
    .project_caption_container {
        height: 5svh;
        bottom: 5svh;
        position: absolute;
    }
}
/*MOBILE info.html
------------------------ */
@media (max-width: 600px) {
    .info {
        height: 50svh;
        top: 25svh;
    }
}
.bouncing-image {
    display: none; /* Will be changed by JavaScript */
    position: absolute; /* Allow free positioning */
}
