html {
  background-color: #F6F6F6;
  font-family: Roboto, sans-serif;
}

body {
  background-color: #FAFAFA;
}

hr.quote {
  height: 1px;
  margin: 0;
}

.navbar-logo.without-padding {
  padding-bottom: 0;
}

.navbar-item img {
  max-height: 2.75rem;
}

.navbar-logo img {
  transition: all 500ms;
}

.navbar-logo:hover img {
  transform: rotate(360deg) scale(0.75);
}

.footer.is-grey {
  background-color: #F6F6F6;
}

.sponsors {
  display: flex;
  flex-direction: column;

  justify-content: flex-start;
  align-items: center;
}

.sponsors h1 {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #F5F5F5;
  padding-bottom: 1rem;
}

.hero-background {
  background-image: url("../img/backdrop.webp");
  background-size: cover;
  background-position: center bottom;
}

.header-background {
  background-color: transparent;
}

.navbar-menu {
  border-bottom: 2px solid #FFFFFF;
  font-family: 'Hammersmith One', Arial, Helvetica, sans-serif;
}

.navbar-menu.is-active {
  position: absolute;
  width: 100%;
}

.main-logo {
  width: 200px;
  margin: 0 auto -6px auto;
}

.side-header {
  background-color: #6e91eb13;
  padding: 1rem;
}

@media screen and (min-width: 1024px) {
  .navbar-menu {
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .side-header ul {
    margin: 0;
    padding: .25rem 2rem 0 2rem;
  }

  .side-header {
    border-radius: 10px;
  }
}

figcaption {
  font-size: 10pt;
}

b {
  font-weight: bold;
  color: #9F3584;
}

.navbar-burger {
  color: #FFFFFF;
}

.announcement {
  background-color: #4CBFD3;
}

.announcement p {
  color: #FFFFFF;
  padding: 1rem;

  font-family: 'Gowun Dodum', Arial, Helvetica, sans-serif;
  font-weight: lighter;
  text-align: center;
}

.title {
  font-family: 'Gowun Dodum', Arial, Helvetica, sans-serif;
}

.apply-link {
  color: #9F3584;
}

strong {
  color: #FFFFFF;
}

.button.is-info {
  background-color: #9F3584;
}

.button.is-info[disabled] {
  background-color: #9F3584;
  border-color: #9F3584;
}

.no-hover:hover {
  background-color: transparent!important;
}

.is-strikethrough {
  text-decoration: line-through;
}

.is-disabled {
  color: #E2E2E2;
}

@media screen and (max-width: 1023px) {
  .hero.is-large .hero-body {
    padding: 2em 0 0 0;
  }

  .main-logo {
    width: 150px;
  }

  .hero-background .hero-head {
    border-bottom: 1px solid white;
  }
}

@media screen and (min-width: 1024px) {
  .hero.is-large .hero-body {
    padding: 5em 0 0 0;
  }

  a.navbar-item {
    color: #FFFFFF;
    cursor: pointer;
  }

  a.navbar-item.is-active {
    background-color: #FAFAFA!important;
  }

  .navbar-item, .navbar-link {
    color: #FFFFFF;
  }

  .navbar-item:hover .navbar-link {
    color: #485fc7;
  }

  .navbar-link:not(.is-arrowless)::after {
    border-color: #FFFFFF;
  }

  .navbar-item:hover .navbar-link:not(.is-arrowless)::after {
    border-color: #485fc7;
  }

  .navbar-dropdown .navbar-item {
    color: #000000;
  }
}

@media screen and (max-width: 768px) {
  .sponsor-logos, .image {
    margin: 0 1rem;
  }
}

#print-header {
  font-family:Arial, Helvetica, sans-serif;
  display: none;
}

#print-header img {
  width: 1cm;
  margin-bottom: 0.2cm;
}

#program-grid {
  width: 100%;

  display: grid;
  grid-template-columns: 60px;
  grid-auto-columns: 1fr;
  grid-template-rows: repeat(36, auto);
  gap: 3px 3px;
}

#program-grid strong {
  color: #363636;
}

#program-grid div.slot {
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 5px 7px;

  box-shadow: 4px 4px 5px #F0F0F0;
}

#program-grid div.date {
  padding: 0 7px 10px 7px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 3px;
}

#program-grid div.time {
  padding-bottom: 5px;
  padding-right: 5px;
  margin-right: 5px;
  border-bottom: 1px solid #E2E2E2;
}

#program-grid div.time.empty {
  padding-bottom: 1px;
  border-bottom: none;
}

#program-grid div.is-color-other {
  background-color: #fee9ae;
}

#program-grid div.is-color-keynote {
  background-color: #f9c181;
}

#program-grid div.is-color-poster {
  background-color: #16adc4;
}

#program-grid div.is-color-talk {
  background-color: #5bc16e;
}

#program-grid div.is-color-eu-projects-and-standards {
  background-color: #5BAEC1;
}

#program-grid div.is-color-workshop {
  background-color: #B6B4C6;
}

#program-grid div.is-color-remote {
  background-color: #5BAEC1;
}
