body {
  font-family: "Roboto Condensed";
  margin: 0px;
}

.card-footer * {
  margin-top: 10px;
}

.navbar {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.tile.is-warning .card-footer {
  border-color: black;
}

.tile.is-child {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
}

@media only screen and (max-width: 1023px) {
  .navbar-menu {
    transition: height 1s, padding 1s ease-in-out;
    height: 0rem;
    padding: 0rem;
    display: block;
    overflow: hidden;
  }

  .navbar-menu.is-active {
    height: 10rem;
  }
}
@media only screen and (min-width: 1023px) {
  .navbar-item:first-child {
    padding-left: 0px;
  }

  #ContactCard {
    height: 100%;
  }
  #ContactCard .card-content {
    height: 100%;
  }
  #ContactCard .card-content .content {
    height: 100%;
  }
}
