@import url('https://fonts.googleapis.com/css2?family=Kulim+Park:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&family=Libre+Barcode+128+Text&family=Silkscreen:wght@400;700&family=Ubuntu+Sans+Mono:ital,wght@0,400..700;1,400..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --section-title-fsize: 2rem;
    --content-title-fsize: 1rem;
    --content-info-fsize : 0.8rem;
}

.back_cover {
    background-color: rgba(0, 0, 19, 0.801);
    top: 0;
    left: 0;
    inset: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
}

.center_text {
    text-align: center;
    font-size: 3rem;
}
 
.img_wrapper {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.border {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}


.content_wrap {
    width: 100%;
    display: flex;
}

.footnote {
    font-family: Rubik;
    color: #fccf04;
    font-size: .85rem ;
    margin: 0;
}

/*  */

img.refit  {
    max-width: 59%;
    max-height: 80%;
    width: 100%; 
    object-fit: cover; 
    display: block; 
}

.gis_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1rem;
}

.caption_box {
    height: auto;
    width: 100%;
}

.caption_box * {
    margin: 5px;
    padding: 0 10px;
}

.justify_center_cont {
    justify-content: center !important;
    flex-direction: row;
}

.caption_title {
    font-family: "Ubuntu Sans Mono" , sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(174, 213, 250);
    text-align: center;
    font-weight: 800;
    padding: 10px;
    font-size: clamp(1rem, 2dvw, 3rem);
}

.caption_subtitle {
    font-family: "Kulim Park", sans-serif;
    font-size: clamp(0.7rem, 1dvw, 2rem);
    color: rgb(255, 255, 255);
    margin: 0.5rem 0.5rem;
    padding: 1rem;
    text-align: justify;
    line-height: 1rem;
    text-indent: 2rem;
}

.body_content {
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.caption_text {
    display: flex;
}

.caption_text > p {
    font-family: "Silkscreen",'Rubik',sans-serif;
    font-size: clamp(0.7rem,2dvw,2rem);
    color: rgb(255, 255, 255);
    text-align: justify;
    line-height: clamp(1rem, 2dvw, 1.5rem);
    margin: 2rem 1rem;
}

.content_container {
    background-color: rgba(127, 225, 255, 0.26);
}

.content_wrap > .content_container {
    background-color: rgba(127, 225, 255, 0);
}