@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Staatliches);

/*
 * Variables
 */

body {
  font-family: 'Open Sans', sans-serif;
  color: #435f71;
  background-color: #f1edee;
}

.choice {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vmenu.vsquared.vheader {
  border-top: black solid 2px ;
  border-bottom: black solid 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  margin: 0;
  font-family: 'Staatliches', cursive;
  color: black;
}

.vmenu.vsquared.vcategory {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.column.vsquared {
  padding: 0 !important;
}

.vmenu.vsquared.vitem {
  text-align: center;
  min-height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px 0 black,0 0 0 1px black;
  cursor: pointer;
  font-family: 'Staatliches', cursive;
  color: black;
}

.vmenu.vsquared.vitem > .content > .header {
  font-family: 'Staatliches', cursive;
}

.vsquared.green {
  background-color: #16ab39;
}
