/* main.css */

/* These are the colors and fonts used throughout the webpage.
 * I've listed them here so that a user may easily
 * do a search-and-replace for these to change the site theme.
 *   'Roboto',sans-serif; Font for the title text
 *   'Roboto-Slab',serif; Font for the body text 
 *   #fafafa; Background color of the site
 *   #505050; Foreground (text) color of the site
 *   #52739e; Navy, "Template" in the logo, current page in navigation, special titles in the Program
 *   #b2132e; Reddish, "Conference" in the logo, hover color for links
 *   #813c54; Heading color, titles in the Program
 *   #b8860b; Dark Goldenrod, color for links
 */

 @import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

*{
    border:0;
    font:inherit;
    font-size:1em;
    margin:0;
    padding:0;
    vertical-align:baseline;
    letter-spacing: 0.5px;
}

body{
background: linear-gradient(90deg,rgba(122, 188, 109, 1) 0%, rgba(86, 181, 164, 1) 52%, rgba(69, 129, 192, 1) 100%);
    background-size: cover;
    background-attachment: fixed;
    text-align:left;
  font-family: "Kumbh Sans", sans-serif;
    font-size:1em;
    line-height:1.5em;
    width: 70%;
    overflow-x: hidden;
    margin-inline: auto;
    margin-bottom: 2rem;
}

.tl {display: block; position: fixed; left: 0; top: 0; max-width: 100%; z-index: -1; opacity: 50%;}
.br {display: block; position: fixed; right: 0; bottom: 0; max-width: 70%; z-index: -1; opacity: 50%;}

.header {
    font-weight: 600; font-size: 4rem; font-family: "Kumbh Sans", sans-serif; text-transform: uppercase; line-height: 4rem; margin-bottom: 2rem; margin-top: 7rem;
}

.right {text-align: right;}
.centre {text-align: center; margin-inline: auto;}

.LBU {height: 150px;}
.BEAN {height: 100px;}

.logos {display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 2rem;}

footer {display: flex; justify-content: center; align-items: center; color: #ffffff;
flex-direction: column;}

a{color: #ffffff; text-decoration:none; list-style:none; margin:0 auto 0 auto; padding:0px; width:900px;}
a.current{color: #ffffff;}
a.current:hover{color: #25FAD5; transition: 0.2s;}
a:hover{color: #25FAD5; transition: 0.2s;}
a:active{color: #ffffff;}
h1,h2,h3,h4{ color: #ffffff; margin:1.5em 0em 1em 0em;font-family: "Kumbh Sans", sans-serif;}
h1{font-size:3.5em;}
h2{font-size:3.00em;}
h3{font-size:1.67em;}
h4{font-size:1.33em;}
p{list-style:none; margin:0 auto 0 auto; text-align:justify; color: #ffffff;}
li a, p a {text-decoration:underline; text-decoration-color:#ffffff; color: #ffffff;}
ul{ margin:24px auto 24px auto; padding:0px; width:800px; text-align:left; color: #ffffff;}
ul li{ margin:0px auto 0px auto; padding:0px; text-align:left; color: #ffffff;}
i,em{font-style:italic;}
b,strong{font-weight:bold;}
sup{
    vertical-align: super;
    font-size: 0.8em;
    line-height: 0;
}
sub{
    vertical-align: sub;
    font-size: 0.8em;
    line-height: 0;
}
table{
    width: 1000px;
    margin: 12px auto 24px auto;
    float: center;
    /* UNCOMMENT THIS FOR DEBUGGING THE ALIGNMENT */
    /*border: 1px solid black;*/
}
th,td{
    text-align: left;
    /* UNCOMMENT THIS FOR DEBUGGING THE ALIGNMENT */
    /*border: 1px solid black;*/
}

.logo{ max-width: 100% ;height: 250px; display: flex; align-self: center; object-fit: scale-down; }
.date{ color: #ffffff; font-size: 3rem; font-weight: 600; margin: 4rem 0 2rem; text-align: center; font-family: "Kumbh Sans", sans-serif;}

/* Website Banner */
.banner {position: relative; font-family: "Kumbh Sans", sans-serif; margin-top: 50px; display: flex; flex-direction: column;}
.top-left {font-size:5.33em; color: #ffffff; /*background: #FFF9F2;*/ text-align: center; width: 1000px; height: 67px; position: absolute; padding: 36px 0 0 0; top: 0px;}
.bottom-right {font-size:2.33em; color: #ffffff; line-height: 1.5em; width: auto; height: 50px; /*100px*/ padding: 0px 27px 27px 0px; text-align: right; position: absolute; bottom: 0px; right: 0px; /*text-shadow: 0px 0px 6px #d0d0d0;*/}

/* Conference Title Logo */
.title1{color: #ffffff; /*text-shadow: 1px 1px 3px #624497;*/} 
.title2{color: #ffffff; /*text-shadow: 1px 1px 3px #624497;*/}
.year{color: #ffffff; font-size:0.67em; font-weight: lighter;}

/* Navigation Links (Home, Registration, etc) */
.navigation{margin-top: 1.5rem; font-size: 2rem; font-weight: 600; display: flex; flex-direction: row; text-align: center;}

/* Sponsor Images */
table.sponsors{width:800px;}
td.sponsor{white-space:nowrap; width:33%; text-align:center; vertical-align:middle; padding:0px 0px 0px 0px;}
td.sponsor img{width: 100%}

/* The Table on the Program Page */
td.room{padding: 4px 12px 4px 4px; width: 90%; vertical-align:bottom; font-size:1.67em; color: #ffffff; height:32px;}
td.date{white-space:nowrap; width:130px; text-align:right; vertical-align:top; padding:4px 16px 0px 0px;}
td.title{padding: 4px 12px 4px 4px; width: 90%; vertical-align:top; font-size:1.5em; color: #ffffff; height:32px;   font-family: "Kumbh Sans", sans-serif; /*text-shadow: 1px 1px 2px #EAE2F5;*/ }
td.title-special{padding: 4px 12px 4px 4px; width: 90%; vertical-align:top; font-size:1.67em; color: #ffffff; height:32px;   font-family: "Kumbh Sans", sans-serif; text-shadow: 1px 1px 2px #ffffff;}
td.speaker{padding: 4px 12px 4px 4px; font-style: italic; font-size:1em; max-height:999999px}
td.abstract{padding: 4px 12px 12px 4px; font-size:1em; max-height:999999px}
td.abstract img{display: block; margin: 4px auto 8px auto}
table.plenary{padding-top: 8px; background: #ffffff;}

/* Registration and Directions iframes and Images */
iframe.registration{display:block; margin:1em auto 2em auto; width:700px; height:1400px; border:none;}
iframe.directions{display:block; margin:1em auto 2em auto; width:800px; height:400px; border:none;}
img.center{display:block; width:67%; margin:1em auto 2em auto;}

/* Flyer Images */
table.flyers{width:800px;}
td.flyer{white-space:nowrap; width:50%; text-align:center; vertical-align:middle; padding:0px 0px 0px 0px;}
td.sponsor img{width: 100%}

footer{font-size:0.875em; margin-top:12em; text-align:center;}

/* My hacky way of making the site mobile-friendly */
@media only screen and (max-width: 1100px) {
    .logo{height: 350px;}
    body{width: 90%; margin-bottom: 10rem;}
    h2{font-size:3.00em;}
    p, ul{font-size:2em; line-height:1.5em;}
    th,td,tr{font-size:1.5em; line-height:1.5em;}
    td.date{font-size:1em; padding-top:0.5em;}
    .navigation{font-size:1.5em; flex-direction: row;}
    table.footer{font-size:0.33em; text-align: center;}

}

