@font-face {
    font-family: 'straightlineregular';
    src: url('Straightline_full.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
    font-family: straightlineregular;
    /*user-select: none;*/
}


.text-special{
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}
html, body {
    width : 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    -ms-overflow-style: none;
    font-family: Georgia, serif;
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.hor_container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    text-align: center;
}
.lr_margin{
    flex-basis: 10%;
}
p{
    font-size: 2vw;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    min-font-size: 20px;
}
h1{
    font-size: 4vw;
    min-font-size: 20px;
    margin-top:5%;
    margin-bottom: 0%;
    /*padding-top: 2%;*/

}
h5{
    font-size: 2.25vw;
    min-font-size: 20px;

}
h6{
    font-size: 2.2vw;
    min-font-size: 20px;
}
.note{
    font-size: 1.75vw;
    border: 3px dotted #01090e;
    padding: 5%;
}
.mini-tag{
    font-size: 1.75vw;
    border-bottom: 3px dotted #01090e;
    padding: 5%;
    text-align: center;
    /*margin:0*/
}
a img{
    display: block;
    /*margin-top:50px;*/
    margin-left:auto;
    margin-right:auto;
    padding: 20px;
}
.emphasize{
    color: #700b3e;
}
/*left right */
.tp_text_img{
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*margin:10px*/

}
.cd_div{
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 5%;
    /*margin:10px*/
}
.cd_div .color_block{
    height: 80%;
    padding: 2%;
    margin: 0.5%;
    /*flex-basis: 10%;*/
    border: solid 1px #e0e0e0;
    border-radius: 3px;
}
.tp_text_img img{
    width: 100%;
}
.tp_text_img a{
    display: block;
    padding: 0;
}
.tp_text{
    flex-basis: 20%;
}
.tp_img{
    flex-basis: 80%;
    display: flex;
    flex-direction: row;
}
/*grid with caption */
.tri_caption_img{
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tri_caption_img img{
    width: 100%;
}
.tri_caption_img .cimg{
    flex-basis: 33%;
    text-align: center;
}
.tri_caption_img p{
    text-align: center;
}
.tri_caption_img a{
    display: block;
    padding: 0;
}

/*small with caption */
.hexa_caption_img{
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hexa_caption_img img{
    width: 100%;
}
.hexa_caption_img .cimg{
    flex-basis: 16%;
    text-align: center;
}
.hexa_caption_img p{
    text-align: center;
}
.hexa_caption_img a{
    display: block;
    padding: 0;
}

/*lg img*/
.sg_caption_img{
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*width: 80%;*/
    height:90vh;
    max-height: 90vh;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sg_caption_img img{
    height: 100%;
    width: auto;
    /*height: 90vh;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/

    /*height:90vh;*/
}
.sg_caption_img .cimg{
    flex-basis: 90%;
    max-height: 90vh;
    height: 100%;
    text-align: center;
}
.cimg p{
    text-align: center;
}
.sg_caption_img p{
    text-align: center;
}
.sg_caption_img a{
    display: block;
    padding: 0;
    height: 100%;
    max-height: 90vh;

}
/*general*/
.overview_img{
    width: 72%;
}
a{
    target:"_blank";
    color:gray;
    /*padding: 5px;*/
}
a:hover{
    background: #01090e;
    color:white
}
#float_idx{
    /*background-color: aquamarine;*/
    width: 7vw;
    position: fixed;
    top:0;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#float_idx a{
    display: block;
    width: 100%;
    height: 10%;
    padding: 2vw;
    font-size: 2vw;
}
button{
    background: #01090e;
    color:white;
    font-size: 2vw;
}
.idx_div{
    font-size: 1.8vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left:15% ;
    margin-right:15% ;
    padding: 2%;
    /*margin: 0;*/
}
.idx_div a {
    target: current;
    padding: 10px;
}
.btn:hover{
    cursor: pointer;
    background-color: black;
    color: white;
}
.reload{
    margin: 20px;
}

@media only screen and (max-width: 700px) {
    .tp_text_img{
        flex-wrap: wrap;
    }
    .tp_text{
        flex-basis: 100%;
    }
    .tp_img{
        flex-basis: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tri_caption_img .cimg{
        flex-basis: 100%;
        text-align: center;
    }
    .sg_caption_img{
        flex-wrap: wrap;
    }
    .sg_caption_img .cimg{
        flex-basis: 100%;
        text-align: center;
        max-width: 100%;
        max-height: 90vh;
    }
    .sg_caption_img img{
        height: auto;
        width: 100%;
    }
    .hexa_caption_img{
        flex-wrap: wrap;
    }
    .hexa_caption_img .cimg{
        flex-basis: 100%;
        text-align: center;
    }

    .hexa_caption_img .cimg{
        flex-basis: 100%;
        text-align: center;
    }
    p{
        font-size: 4vw;
    }
    button{
        font-size: 4vw;
    }
    .mini-tag{
        font-size: 4vw;
    }
    .note{
        font-size: 4vw;
    }
    h1{
        font-size: 6vw;
    }
    h5{
        font-size: 5.5vw;
    }
    h6{
        font-size: 5vw;
    }
    .idx_div{
        font-size: 4vw;
    }
    #float_idx a{
        font-size: 4vw;
    }
    .cd_div .color_block{
        padding: 5%;
    }

}