/* --------- COLOR SCHEME --------- */
/* ----- OPAQUE COLOR SCHEME ------ */
/* ---------- GREY SCALE ---------- */
/* ------ OPAQUE GREY SCALE ------- */
.options-container {
  padding: 60px 0;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.options-container .menu-option {
  background-color: white;
  margin: 15px;
  padding: 75px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  transition: all 0.2s ease;
  box-shadow: none;
  cursor: pointer;
  flex: 1 0 0;
  min-width: 200px;
}
.options-container .menu-option .material-icons {
  font-size: 64px;
  color: #294661;
}
.options-container .menu-option h1 {
  font-weight: 300;
  color: #294661;
  margin-top: 30px;
  margin-bottom: 0px;
}
.options-container .menu-option:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 12px;
  margin-bottom: 18px;
}

/*# sourceMappingURL=index.css.map */
