.year {
  padding: .75rem;
  font-weight: 700;
  color: #363636;
}

.request {
  text-align: center;
  margin-top: 3rem;
}

.request-subtitle {
  margin-bottom: 1rem;
}

.do-contact {
  border-radius: 9999px;
  padding: 2.2rem;
}

.intro {
  padding-top: 1rem;
  line-height: 1.9rem;
}

.portrait {
}

.section-alt {
  background-color: #f3f3f3;
}

.showcase-grid {
  padding: 30px 0 30px 0;
}

.showcase-item {
  padding: 0rem 0.5rem !important;
}

.showcase-data {
  color: black;
  font-size: 18px;
  text-align: center;
  margin-top: 0.3rem;
}

.showcase-button {
  text-align: center;
}

.do-blank {
  padding: 1rem;
}

.footer {
  padding: 3rem 1.5rem 3rem;
}

.navbar {
  padding-top: 0.5rem;
}

.navbar-item, .navbar-link {
  padding: .5rem 1rem;
}

.navbar-brand {
  padding-left: 1rem;
}

.navbar-end {
  padding-right: 1.5rem;
}

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

.navbar-logo {
  margin: 0;
}

.navbar-item.is-active {
  border-bottom: 2px solid #363636;
  margin-bottom: -2px;
}

.expo-grid {
  margin-top: 3rem;
}

.grid {
  position: relative;
  max-width: 960px;
  margin: auto;
}
.item {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 10px;
  z-index: 1;
  background: #000;
  color: #fff;
}
.item.muuri-item-dragging {
  z-index: 3;
}
.item.muuri-item-releasing {
  z-index: 2;
}
.item.muuri-item-hidden {
  z-index: 0;
}
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.item.w2 {
  width: 220px;
}

.item.w4 {
  width: 460px;
}

.item.w6 {
  width: 700px;
}

.item.h2 {
  height: 220px;
  line-height: 220px;
}

.item.h4 {
  height: 460px;
  line-height: 460px;
}

.centered {
  text-align: center;
}


@media screen and (max-width: 1023px) {
  .navbar-item.is-active {
    border: none;
    margin: 0px;
    background-color: #363636 !important;
    color: #fff !important;
  }
}
