.navbar-fixed {
  position: absolute;
  z-index:999999999;
}

.nav {
  box-shadow:none;
  background-color: #1B427D;
}

.nav div ul li a {
  color: white;
}

.conference-logo {
  margin-top: 10px;
  background-image: url(img/cvpr-navbar-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 180px;
  height: 180px;
}

/* .banner{
  max-width:100%;
  height: 500px;
  margin: auto;
  overflow: auto;
  background-image: url(img/CVPR_Denver_2026_alt.jpg);
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  opacity: 0.7;
  //position: relative;
  top: 0;
  left: 0;
} */

.banner{
  max-width:100%;
  height: 600px;
  margin: auto;
  overflow: visible;
  background-color: white;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.banner .container {
  position: relative;
  z-index: 1;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/CVPR_Denver_2026_alt.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0.7;
  z-index: 0;
}

#logos{
  position: relative; 
  bottom: 0;
  left: 0%; 
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  #logos {
    left: 20%;
    width: 60%;
  }
}

#logos-cont{
  position: absolute;
  bottom: -5px;
  width: 100%;
  text-align: center;
}



#main-title{
  padding:10px;
  font-size: 15px;
  font-weight: bold;
  color: black;
  background-color: #569FFF;
}

#secondary-title{
  padding:10px;
  background-color: #F2F2F2;
}

#secondary-title-text{
  color:#000000;
  font-size:12px;
  line-height: normal;
}

.banner-heading{
  text-align:center;
  font-weight:bold;
  color:#000000;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;  
}

.banner-subheading{
  text-align:center;
  font-weight:bold;
  color: #000000;
}

.sponsor-row{
  background-color: #F2F2F2;
  font-size: 25px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color:white;
}

.sponsor-row a{
  /*color: #F2F2F2;*/
}

.section-gray-section{
  background-color: #ebeef2;
}

.section-gray-header{
  color: black;
  font-weight: bold;
}

.section-gray-body{
  color: black;
  font-size:17px;
}

.section-white-section{
  background-color:#ffffff;
}

.section-white-header{
  color: black;
  font-weight: bold;
}

.section-white-body{
  color: black;
  font-size:17px;
}

.card-title{
  color: black;
  white-space: nowrap;
}

#footer{
  margin-top:0px;
  padding-top:0px;
}

.carousel .carousel-item {
  width:320px !important;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.schedule tbody td {
  width: 80%;
}

.schedule tbody th {
  color: #a9b2b9;
  /*padding-top: 40px;  */
  font-size: 14px;
  /*font-weight: 400;*/
  /*text-transform: uppercase;*/
  /*vertical-align: top;*/
  width: 20%;
  text-align: right;
  padding-right: 45px;
}

.papers {

}

.papers tbody th {
  color: #a9b2b9;
  /*padding-top: 40px;  */
  font-size: 14px;
  /*font-weight: 400;*/
  /*text-transform: uppercase;*/
  /*vertical-align: top;*/
  width: 20%;
  text-align: right;
  padding-right: 45px;
}

.papers tbody td {
  width: 80%;
}

.posters tbody td {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  padding-bottom: 40px !important; /* adds space inside each row */
}
