.func-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 1rem;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .func-col {
    align-items: center;
    background-color: #033e8d;
    border: inset 2px black;
    color: white;
    display: flex;
    flex-direction: row;
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    height: 4rem;
    justify-content: space-between;
    margin: 0 0.5rem;
    padding: 0 0.5rem;
    text-shadow: 1px 1px black;
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .func-col {
    align-items: center;
    background-color: #033e8d;
    border: inset 2px black;
    color: white;
    display: flex;
    flex-direction: row;
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    height: 4rem;
    justify-content: space-between;
    margin: 0 0.5rem;
    padding: 0 0.5rem;
    text-shadow: 1px 1px black;
    width: 40%;
  }
}

.func-col a {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
}

.func-col .arrow {
  flex-grow: 2;
  font-weight: 400;
  text-align: center;
}

.page-container .locked {
  background-color: grey;
}

.pointer {
  font-size: 2.3rem;
}
