/*****
HOMESCREEN
*****/

.homescreen-button {
  /*border-radius: 50%;*/
  height: 120px !important;
  width: 120px !important;
  border: none;
}

#home-view .row {
  margin-top: 60px;
}

/*icons*/
.icon-sub-text {
  margin-top: 8px;
  display: block;
  font-family: "Helvetica CE Bold";
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #757575;
}

.custom-icon {
  width: 100%;
  vertical-align: -50%;
}

.account-icon {
  background: url('../img/account-icon.png') !important;
  background-size: 120px !important;
}

.chefs-icon {
  background: url('../img/chefs-icon.png') !important;
  background-size: 120px !important;
}

.meals-icon {
  background: url('../img/meals-icon.png') !important;
  background-size: 120px !important;
}
.program-icon {
  background: url('../img/program-icon.png') !important;
  background-size: 120px !important;
}
.people-icon {
  background: url('../img/people-icon.png') !important;
  background-size: 120px !important;
}
.cashier-icon {
  background: url('../img/cashier-icon.png') !important;
  background-size: 120px !important;
}
.rent-icon {
  background: url('../img/cashier-icon.png') !important;
  background-size: 120px !important;
}
.faqs-icon {
  background: url('../img/faq-icon.png') !important;
  background-size: 120px !important;
}
.rules-icon {
  background: url('../img/rules-icon.png') !important;
  background-size: 120px !important;
}
.calendar-icon {
  background: url('../img/calendar-icon.png') !important;
  background-size: 120px !important;
}


