
:root {
    --main-font-color: #00205b;
    --conf-title-font-color: rgba(252,250,242, 1);
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: calc(1.1em + 0.5vw);
    color: #444444;
    background: #f9f9fb;;
    /*background: rgba(252, 250, 242, 1);*/
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif; /*https://ics.media/entry/200317/*/
    line-height: 1.8;
}


h1{
    color: var(--main-font-color);
    font-family: Monsterrat;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2rem 0 0;
    margin-bottom: 0;
}

hr{
    margin: .5rem 0 1rem;
}

h2{
    color: var(--main-font-color);
    font-family: Monsterrat;
    font-size: 0.8rem;
    font-weight: bold;
}

hr {
    background-color: var(--main-font-color);
   }

li{
    font-size: 0.7rem;
}

dl {
    font-size: 0.7rem;
}

ul {
    margin:0 0 0 0;
    padding: 0 1em 1em 0;
}

.navbar {
    /*z-index: 1;*/
    font-family: Monsterrat;
    font-size: 0.6rem;
    height: 60px;
 }

/* change the brand and text color */
.navbar-custom
.navbar-custom .navbar-text {
    color: rgba(252,250,242,.8);
}

.navbar-custom .navbar-brand {
    color: rgba(252,250,242,1);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.my_block {
    width: 100%;
    height: 320px;
    background-image: url(../img/01_modified.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.my_block::before{
    content:' ';
    display:block;
    position: absolute;
    width:100%;
    height: 360px;
    /*min-height: 240px;*/
    background-color: rgba(0,0,0,0.4);
}


@media (min-width: 768px) {
    .my_block{
        height:50%;
        min-height:360px;
    }
    .my_block::before{
        height:50%;
        min-height:360px;
    }
}

.conf-title {
    height: 20%;
    max-width: 98%;
    margin-top: 4.5rem;
    /*left: 5%;*/
    position: absolute;
    padding: 2% 12%;

}
.conf-title h1{
    font-size: .8em!important;
    margin-bottom: .8rem;
}
.conf-title h2{
    font-size: 1.3em!important;
    margin-bottom: .8rem;
}
.conf-title h3{
    font-size: .6em!important;
}

@media (min-width: 768px) {
    .conf-title{
        /*top:1%;*/
        padding: 20px 12%;
    }
}

.conf-title h1{
    /*color: #ffffff;*/
    color: var(--conf-title-font-color);
    padding: 1px 0;
    font-size:1.3rem;
}


.conf-title h2{
    color: var(--conf-title-font-color);
    font-family: Monsterrat;
    padding: 1px 0;
    font-size:1.3rem;
}

.conf-title h3{
    color: var(--conf-title-font-color);
    font-family: Monsterrat;
    padding: 1px 0;
    font-size:1.0rem;
}

@media (min-width: 768px) {
    .conf-title h1{
        /*font-size:1.8rem;*/
        font-size: 40px;
    }
}

@media (min-width: 1024px) {
    .ribbon{
        margin-left: -50%;
        margin-top: 20px;
        padding: 2% 4% 1% 50%;
    }
    .ribbon h3{
        /*font-size:1.2rem;*/
        font-size: 24px;
    }
}

.information-block {
    width: 80%;
    /*height: 80%;*/
    min-height: 200px;
    position: relative;
    padding: 2% 0%;
    margin-left: auto;
    margin-right: auto;
}

.information-block p{
    font-size: 0.65rem;
    /*color: rgb(252, 250, 242);*/
}

table {
    font-size: 0.7rem;
    table-layout: fixed;
    margin: 0px 0px 3em 0px;
    border-collapse: separate;
}
th {
    /*width: 120px;*/
    font-size: 0.65rem;
}
th,td{
    vertical-align: top;
}
.i-border-bottom th,
.i-border-bottom td{
    border-bottom: 1px dotted #666;
    padding-bottom: 2em;
}
.i-border-bottom-td{
    border-bottom: 1px dotted #ddd;
    padding-bottom: .5rem;
}
.i-padding-top-td{
    padding-top: .5rem;
}
.i-padding-top th,
.i-padding-top td{
    padding-top: 2em;
}
.time {
    width: 120px;
}

.title {
    font-size: 0.65rem;
    font-weight: bold;
    color: var(--main-font-color);
}

.speaker {
    width: 20%;
    font-size: 0.65rem;
}

.affiliation {
    font-size: 0.65rem;
}

.abstract {
    font-size: 0.65rem;
}

.committee{
    width: 105px;
    color: var(--main-font-color);
}
.i-ul li{
    margin-bottom: .5em;
}