html, body {
    height: 100%;
    overflow-x:hidden;
    font-family: sans-serif;
    font-size: 1.0em;
}
/* waseda grey #262626 */
/* waseda red #8E1740 */
/* Hawaii convention center blues #33849A #006884 */
/* Hawaii convention center dark blue #103645 */
/* Hawaii convention center dark green #538B7A */
/* Hawaii convention center blue green #268A9A */
/* Hawaii convention center golden yellow #FCB44F */
/* Hawaii convention center sky blue #19A6DD */
/* Hawaii convention center dark bluegreen #051C21 */
:root #index{
    --sideheight: 2160px;
    --mainheight: 2310px;
    --aboutheight: 2150px;
}
:root #submission{
    --sideheight: 2400px;
    --mainheight: 2540px;
    --mainheight: 2540px;
    --aboutheight: 2390px;
}
:root #program{
    --sideheight: 1200px;
    --mainheight: 1340px;
    --aboutheight: 1190px;
}
:root #registration{
    --sideheight: 1600px;
    --mainheight: 1740px;
    --aboutheight: 1590px;
}
:root #committee{
    --sideheight: 2000px;
    --mainheight: 2140px;
    --aboutheight: 1990px;
}
:root #scope{
    --sideheight: 2400px;
    --mainheight: 2540px;
    --aboutheight: 2390px;
}    
:root #venue{
    --sideheight: 1800px;
    --mainheight: 1940px;
    --aboutheight: 1790px;
}
:root #plenary{
    --sideheight: 6000px;
    --mainheight: 6140px;
    --aboutheight: 5990px;
}

.overlay {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100vw;
    min-height: 110%;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    background-color: rgb(25, 182, 238);
    background-color: rgba(25, 182, 238, 0.20);
    /* opacity: 0.2; */
}

.pricetable {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
    width: 90%;
    margin: 0px auto; 
    font-weight: normal;
}

.venue_map {    
    text-align:center;
}

.venue_map img {
    vertical-align: middle;
    margin-right:2.5%;
    margin-left:2.5%;
}

.sidebyside {
    width: 90%;
    margin:auto;
    /*margin-right: 10px;*/
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebyside img {
    margin-right: 15px;
    float: left;
}

.sidebyside h3,
.sidebyside p{
    margin-left: 15px;
    width: 75%;
    display: inline-block;
    margin: 2px 0 0 0;
}

.sidenavbottom {
    width: 100%;
    height: 10px;
    color: white;
    font-family: sans-serif;
    padding-top: 12px;
    margin-top: 40px; 
}
.sidenavbottombars {
    border-top: white dotted 1px;
    text-align: center;
    width: 90%;
    margin-left: 5%;
}
.sidenavbottomheader {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.sidenavbottomtitle {
    text-align: center;
}
.sidenavbottomemail {
    text-align:center;
    font-size: 12px;
}
.sidenav {
    height: var(--sideheight); /* Full-height: remove this if you want "auto" height */
    width: 200px; /* Set the width of the sidebar */
    position: absolute; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    /* background-color: #262626; /* Black */
    background-color: rgb(08, 18, 35);
    background-color: rgba(08, 18, 35, 0.91);
    opacity: 0.91;
    overflow-x: hidden; /* Disable horizontal scroll */
    margin-top: 10px;
}
.sidenav img {      
    padding: 0;
    float: right;
    padding-top: 8px;
    padding-right: 8px;
    height: 34px;
    width: 34px;
}
.sidenav a {
    text-decoration: none;
    font-size: 20px;
    font-family: sans-serif;
    color: #F2F2F2;
    display: block;
    border: thin solid white;
    padding-left: 20px;
    border-left: none;
    border-top: none;
    z-index: 2;
    width: 90%;
    height: 50px;
    line-height: 50px;
}
.sidenav a:hover {
    color: black;
    /* background-color: #ABABAB; */
    background-color: #D1EDF9;
}
.sidenav img a:hover {
    background: url("SideNaviIconArrowLight.svg") left top no-repeat;
}
.header {
    width: 100%;
    height: 130px;
    background-color: white;
}
.header div:nth-child(1) {
    height: 120px;
    width: 200px;
    float: left;
    background-color: white;
    padding-top: 5px;
    text-align: center;
    z-index: 1;
}
.header div:nth-child(1) img {
    padding: 0px;
    z-index: 1;
    float: center;
    width: 100%;
    height: 120px;
}
.header div:nth-child(1) a {
    width: 100%;
}
.header div:nth-child(2)  {
    text-align: center;
}
.header div:nth-child(2)  img {
    background-color: white;
    width: 750px;
}
.main {
    width: 1000px;
    margin-bottom: -22px;
    padding-top: 10px;  
    padding-left: auto
    padding-right: auto;
    height: var(--mainheight);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.main:after {
    content: "";
    display: block;
}
.contents {
    float: left;
    margin-left: 20px;
}
.contentstext {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 20px;
    text-align: justify;
}
.contentstitles {
    font-weight: bold;
    font-size: 24px;
}
.button {
    text-decoration: none;
}

.button:link, .button:visited  {
    background-color: white;
    padding: 10px 25px;
    display: inline-block;
    border: 2px solid rgb(08, 18, 35);
    color: black;
    
}
.button:hover, .button:active {
    background-color: rgb(08, 18, 35);
    border: 2px solid rgb(08, 18, 35);
    color: white;
}

.banner {
    background-color: white;
    height: 250px;
    padding-top: 20px;
    z-index: 2;
}
.banner div {
    margin-left: 22px;
    top: 0;
    top: 200px;
}
.banner div img:nth-child(1) {
    width: 350px;
    padding: 0px;
    opacity: 1;
    left: auto;
    height: 230px;
    object-fit: contain;
}
.banner div img:nth-child(2) {
    width: 350px;
    padding: 0px;
    opacity: 0;
    float: left;
    position: absolute;
    margin-left: 30px;
    height: 230px;
    object-fit: contain;
}
.news {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 94%;
    float: left;
    height: 220px;
    padding: 10px;
    margin: 10px;
    color: white;
    background-color: rgb(08, 18, 35);
    background-color: rgba(08, 18, 35, 0.91);
    opacity: 0.91;
    border: 4px solid rgb(25, 182, 238);
    border: 4px solid rgba(25, 182, 238, 0.5);
    border-radius: 3px;
    overflow-y: scroll;
    font-family: Arial;
    font-size: 16px;
    margin: 10px;
}
.corona {
    width: 94%;
    float: left;
    height: 80px;
    padding: 10px;
    margin: 10px;
    opacity: 0.91;
    border: 4px solid rgb(0, 250, 0);
    border: 4px solid rgba(0, 250, 0, 0.5);
    border-radius: 3px;
    margin: 10px;
}
.news col:nth-child(1) {
    width: 22%;
}
.news col:nth-child(2) {
    width: 78%;
}
.news img {
    width: 50px;
    margin-right: 10px;
    padding: 10px;
    float: left;
    background-color: white;
    border-radius: 10px;
}
.news table {
    width: 100%;
    font-size: 18px;
}
.news table td:nth-child(1) {
    vertical-align: top;
    font-weight: bold;
}
.news table td:nth-child(2) {
    font-family: Times;
    padding-top: 5px;
    padding-bottom: 20px;
}
.news p{
    font-size: x-large;
    font-weight: bold;
    line-height: 72px;
    margin: 0;
    padding-bottom: 5px;
    white-space: nowrap;
    width: 100%
}
.news a{
    text-decoration: underline; 
    color: white; 
}

.dates {
    /* width: 90%; */
    height: 300px;  
    margin: 10px 10px 10px 40px;
    background-color: rgb(25, 182, 238);
    background-color: rgba(25, 182, 238, 0.125);
    /* opacity: 0.125; */
    padding: 20px 10px 20px 10px;
    border: 4px solid #262626;
    font-family: Arial;
    border-radius: 3px;
    float: left;
}
.dates p {
    font-size: x-large;
    font-weight: bold;
    margin: 0;
    line-height: 70px;
    padding-bottom: 10px;
    color: #051C21;
}
.dates col:nth-child(1) {
    width: 60%;
}
.dates col:nth-child(2) {
    width: 8%;
}
.dates col:nth-child(3) {
    width: 50%;
}
.dates td:nth-child(1) {
    font-weight: bold;
}
.dates td:nth-child(3) {
    vertical-align: bottom;
    text-align: right;
}
.dates img {
    width: 50px;
    margin-right: 10px;
    padding: 10px;
    float: left;
    background-color: white;
    border-radius: 10px;
}
.about {
    background-color: white;
    margin: 10px 0px 0px 200px; 
    padding: 10px 10px 0px 10px;
    float: left;
    height: var(--aboutheight);
    position: relative;
}
.headertitle {
    padding-top:5px
}
.logos {
    /* background-color: #EAEAEA; */
    margin: 10px 10px 20px 10px; 
    width: 90%;
    padding: 20px 20px 20px 20px;
    border-radius: 25px;
    height: 220px;
    font-family: Arial;
    float: left;
}
.logodual {
    text-align: center;
    width: 50%;
    float: left;
}
.logodual a {
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    color: blue;
}
.scope ul{

}
.scope li{
    /* list-style-type: square; */
    color: rgb(25, 182, 238);
    /* font-size: 18px; */
}
.scope, .submission dt {
    font-weight:bold;
    margin: 5px 0 0 5px;
}
.scope, .submission dd {
    margin: 5px 2px 3px 30px;
}
a {
    text-decoration: underline; 
    color: black; 
}

.logodual img {
    width: 50px;
    height: 50px;
    border: 0;
    float: left;
    padding-top: 10px;
}
.bottombar {
    text-align: center;
    width: 60%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: #B2B2B2 dotted 1px;
}
.logodiv {
    float:left;
}
.sideimages {
    opacity: 0; 
    position: relative;
    /* background-color: #818181; */
    display: block;
    height: 100px;
    position: fixed;
    right: 30px;
    top: 200px;
}
.oversideimgs {
    position: absolute;
    left: 10px;
    top: 270px;
    background-color: rgb(10, 10, 10); 
    background-color: rgba(10, 10, 10, 1); 
    color: white;
    font-family: sans-serif;
    width: 400px;
    height: 50px;
    text-align: center;
}
.footer {
    width: 800px;
    margin: 0;
    height: 60px;
    line-height: 60px;
    /* background-color: #F2F2F2; */
    /* background-color: rgba(25, 182, 238, 0.125); */
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 200px;
    position: absolute;
    text-align: center;
    bottom: 0px;
}
