.aspect-ratio1 {
    width: 100%;
    height: auto;
    aspect-ratio: 60 / 77;
}

.aspect-ratio2 {
    width: 100%;
    height: auto;
    aspect-ratio: 75 / 104;
}

.list-mk0 li{
  list-style:none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #333;
  border-radius: 5px;
  overflow: hidden;
  margin:0 auto;
  text-align:center;
}

th, td {
  padding: 5px;
  border-bottom: 1px solid #555;
}
th {
  background-color: #eee;
}

td {
  border-bottom: 1px solid #555;
}

tr:last-child th,
tr:last-child td {
  border-bottom: none;
}

#overview h3{
  //background-color: rgba(80, 90, 166, 1);
  background-color: rgba(51, 118, 182, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  padding: .5rem;
  margin-bottom: 1rem;
}

#entry h3.title {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(80, 90, 166, 1);
  text-align: center;
  font-weight: 700;
  padding: .5rem;
  margin-bottom: .5rem;
}

h5,
h6{
 // color: rgba(80, 90, 166, 1);
  color: rgba(51, 118, 182, 1);
  font-weight: 500;
}

#facility h2{
  background-color: rgba(233, 82, 147, 1);
  color: #ffffff;
  text-align: center;
}

#facility h5{
  color: rgba(230, 84, 145, 1)
}

#booth-ex h2{
  //background-color: rgba(80, 90, 166, 1);
  background-color: rgba(51, 118, 182, 1);
  color: #ffffff;
  text-align: center;
}

#challenge h5{
  color: rgba(26, 152, 163, 1)
}

#challenge h2{
  background-color: rgba(26, 152, 163, 1);
  color: #ffffff;
  text-align: center;
}

#talk h6,
#talk h5{
  color: rgba(245, 177, 86, 1)
}

#booth-ex h6,
#challenge h6,
#talk h6{
  font-weight: bold;
}

.drop_shadow{
  filter: drop-shadow(0 .5rem 1rem rgba(0,0,0, .15));
}


.hr1 {
  border-top: 5px solid black;
}

/* Color Palletes @ Poster Design */

.fancy_P{
  //color:rgba(233, 82, 147, 1);
  color:rgba(236, 129, 70, 1);
}

.fancy_N{
  //color:rgba(80, 90, 166, 1);
  color: rgba(51, 118, 182, 1);
}

.fancy_L{
  color:rgba(106, 186, 233, 1);
}

.bg-fancy_P{
  background-color:rgba(233, 82, 147, 1);
}

.bg-fancy_N{
  //background-color:rgba(80, 90, 166, 1);
  background-color: rgba(51, 118, 182, 1);
}

.bg-fancy_L{
  background-color:rgba(106, 186, 233, 1);
}

.bg-fancy_B{
  background-color:rgba(79,150,160,1.0);
}

.bg-retro_R{
  background-color:rgba(219,84,67,1.0);
}

.bg-retro_O{
  background-color:rgba(250,167,74,1.0);
}
