body {
  padding-top: 5rem;
}

.container {
    margin-bottom: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.header {
  padding: 3rem 1.5rem;
  text-align: justify;
}

.header h3 {
  color: #2F2F2F;
}

.navbar-custom-2022 {
  background-color: #A51E22;    
}

.navbar-custom {
  background-color: #3115AD;    
}

.conference_info {
  background: #E0E0E0;
  position: relative;
  margin-bottom: 1rem;
  display:block;
  height:250px;
}

.keynote_info {
  background: #808080;
  position: relative;
}

tr.break_hl {
  background-color: #EEEEEE;
  font-style: italic;
}

.conference_info::before {
  content: ''; 
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  z-index: 9;
  background-size: cover;
  position: absolute;
  background-size: cover;
  background-position: center center;
}

#keynotes::before {
  background-image: url(../img/microphone_grey_small.jpg);
}

#keynotes:hover::before {
  background-image: url(../img/microphone_blue_small.jpg);
}


#keydates::before {
  background-image: url(../img/clocks_grey_small.jpg);
}

#keydates:hover::before {
  background-image: url(../img/clocks_blue_small.jpg);
}

#ascona::before {
  background-image: url(../img/ascona_grey_small.jpg);
}

#ascona:hover::before {
  background-image: url(../img/ascona_blue_small.jpg);
}

#program::before {
  background-image: url(../img/lecture_hall_grey_small.jpg);
}

#program:hover::before {
  background-image: url(../img/lecture_hall_blue_small.jpg);
}

@media (max-width: 991px) {
  .conference_info::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .conference_info {
    height:300px;
    margin-top: 25px;
    padding: 0px 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .conference_info {
    margin-top: 25px;
    padding: 5px 0;
  }
}

.conference_info .section_title h3 {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .conference_info .section_title h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .conference_info .section_title h3 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

.conference_info .section_title {
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.fixed_width {
    table-layout: fixed;
}

.fixed_width th, td {
    width: 300px;
    overflow: hidden;
}

.keynote_link-2022 td a:visited, td a:hover, td a:active, td a:link, td a {
    color: #A51E22!important;
}

.keynote_link td a:visited, td a:hover, td a:active, td a:link, td a {
    color: #3115AD!important;
}

div#img_cache {
    position: absolute;
    left: -9999px;
    top:  -9999px;
}
