.navbar-brand {
  background-image: url('https://icfp26.sigplan.org/getImage/orig/ICFP+2026+vector.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 230px;
  height: 152px;
  z-index: 3;
  margin-top: 4px;
  padding: 0 !important;
}

.brand-text {
  opacity: 0;
}

div.logobar {
  padding: 10px 15px;
  background-color: rgb(248, 248, 248);
  color: #777777;
}

.logobar a {
  color: #4e5e6b;
}

.navbar {
  border-top: none !important;
  border-radius: 0 !important;
}

.place {
  float: left;
  font-size: 15pt;
  padding: 50px 0 0 30px;
}

.place > a {
  display: block;
}

.icfp-date-wrap {
  display: inline-block;
  position: relative;
}

.icfp-date-button {
  appearance: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: 1.1;
  margin: 0 0 0 -5px;
  padding: 1px 5px 2px;
}

.icfp-date-button::after {
  content: " +";
  font-size: 0.7em;
  opacity: 0;
  vertical-align: 0.08em;
}

.icfp-date-wrap:hover .icfp-date-button,
.icfp-date-wrap:focus-within .icfp-date-button,
.icfp-date-wrap.open .icfp-date-button {
  background: rgba(78, 94, 107, 0.08);
  border-color: rgba(78, 94, 107, 0.25);
}

.icfp-date-wrap:hover .icfp-date-button::after,
.icfp-date-wrap:focus-within .icfp-date-button::after,
.icfp-date-wrap.open .icfp-date-button::after {
  opacity: 0.75;
}

.icfp-calendar-menu {
  background: #ffffff;
  border: 1px solid rgba(78, 94, 107, 0.25);
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  display: none;
  font-size: 10pt;
  left: -5px;
  line-height: 1.2;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  width: 190px;
  z-index: 10;
}

.icfp-date-wrap:hover .icfp-calendar-menu,
.icfp-date-wrap:focus-within .icfp-calendar-menu,
.icfp-date-wrap.open .icfp-calendar-menu {
  display: block;
}

.place .icfp-calendar-menu a {
  box-sizing: border-box;
  display: block;
  color: #4e5e6b;
  padding: 6px 11px;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

.place .icfp-calendar-menu a:hover,
.place .icfp-calendar-menu a:focus {
  background: rgba(78, 94, 107, 0.08);
  color: #23527c;
  text-decoration: none;
}

.place2 {
  float: right;
  padding: 23px 0 0 0;
}

@media (max-width: 650px) {
  .navbar-brand {
    width: 180px;
    height: 119px;
    margin-top: 4px;
  }

  .place {
    font-size: 11pt;
    padding: 0 0 0 15px !important;
  }

  .logobar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
