html, body {
    height: 100%;
    margin: 0;
}
body {
    background-color: white !important;
    font-size: 17px;
    font-family: Calibri;
}

.wrapperdiv {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding-bottom: 10rem; /* Footer height */
}

.header {
    background-image: linear-gradient( #A5C0DD, white);
    /*background-image: url(../images/backgrounds/bg.png);*/
}

footer {
    background-color: #f2f2f2;
    padding: 30px;
    background-image: linear-gradient(white, #A5C0DD);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5rem;
}
/*  Main Menu Separator */
.navbarcontainer {
    background-color: #0B64b6;
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    display: initial;
}

.navbar-default {
    background-color: transparent;
    border: none;
    background-image: none;
    font-size: 17px;
    box-shadow: none;
    font-weight: 600;
}

.dropdown-menu > li {
    background-color: #0B64b6;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    padding: 5px 10px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: white;
}

.dropdown {
    text-transform: uppercase;
    font-size: 16px;
}

.dropdown-menu > li > a {
    padding: .8em 1.5em;
    /*border-bottom: solid 1px lightgray;*/
    color: white;
    font-size: 17px; 
}

.dropdown > a {
    cursor: pointer;
}

.dropdown-menu .divider {
    margin: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

.dropdown-menu > li > h6 {
    padding: .8em 1.5em;
    margin: 0px;
    border-bottom: solid 2px orange;
    border-top: solid 2px orange;
    font-size: 1.15em;
    font-weight: bold;
    color: white;
    background-color: #3277ae;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close;;*/
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
    min-height: 200px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.logosul {
    display: inline-block;
    width: 75%; 
    margin-left: 0px; 
    padding: 0;
    text-align: left;
}
.logosul li {
    display: inline-block;
    list-style-type: none; 
}
.logosul li img {
    max-width: 80px;
    margin-right: 50px;
}
.headertitle {
    padding-left: 20px;
    background-image:url('/images/cvar2023/IEEE-CVAR-Top-Banner.jpg?s=1');
    background-repeat: no-repeat;
    height: 250px;
    background-size: cover;
}

.maintitle {
    font-size: 29pt;
    font-weight: 900;   
    -webkit-text-stroke: 1px white;    
    color: darkblue; 
    letter-spacing: -3px; 
}

    .maintitle span.date {
        color: red;
    }

.titlehr {
    padding: 0;
    margin: 0;
    border: solid 1px green;
}

.subtitle {
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 800;
}

.mainheading {
    padding: 25px 0px;
    text-shadow: 2px 2px 8px #0B64b6;
    font-size: 3em;
    border-radius: 10px;
    font-weight: 800;
}

.subheading {
    padding: 20px;
    text-shadow: 2px 2px 8px darkgreen;
    font-size: 2em;
    border-radius: 10px;
    background-image: linear-gradient( to right,#0B64b6, lightblue);
    color: white;
}

.mainpara {
    padding-top: 10px;
    line-height: 1.5em;
    font-size: 1em;
    text-align: justify;
    display: none;
}

.mainparaheading {
    margin: 10px 0px;
    font-size: 2em;
}

.imageslist {
}

.imageslist img {
    padding: 10px;
}

ul.fancyul {
    padding: 30px;
}

ul.fancyul li {
    padding: 10px;
}

ul.fancyul li span {
    float: right;
    width: 30%;
    color: darkblue;
    font-weight: bold;
}

.committeenames {
    padding-top: 20px;
}

.committeenames p strong {
    font-size: 18px;
    line-height: 30px;
}

ul.committeenamesul {
}

ul.committeenamesul li {
    list-style-type: none;
}

.registrationtable {
    width: 80%;
    border: solid 1px black;
}

.registrationtable td {
    padding: 5px;
    border: solid 1px black;
    color: black;
}

.registrationtable td.headers {
   font-size: 14pt; 
   font-weight: bold;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}


#gotoTopButton {
    position: fixed;
    bottom: 5px;
    right: 40px;
    z-index: 99;
    border: none; 
    background-color: #0B64b6;
    color: white;
    cursor: pointer; 
    padding: 10px;
    display: none;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px; 
}

#gotoTopButton:hover {
    background-color: #000042; /* Add a dark-grey background on hover */
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
 
.show {
  display: block !important;
}

.hide {
    display: none;
} 