@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
#homepage {
  display: block;
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.nav-row {
  display: flex;
  justify-content: space-between;
}
.nav-row > a {
  background: #ca9831;
  flex: 1 1 0;
  display: flex;
  margin-top: 16px;
  padding-right: 8px;
  padding-bottom: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  text-decoration: none;
}
.nav-row > a:nth-child(odd) {
  margin-right: 8px
}
.nav-row > a:nth-child(even) {
  margin-left: 8px
}
.icon {
  display: block;
  text-align: center;
  width: 26px;
  flex-grow: 0;
  padding: 12px 8px;
  background: #ac1e22;
  font-size: larger;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.menu-item {
  display: block;
  text-align: center;
  flex-grow: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
}
#toolbar-logo {
  /*opacity: enable this to hide the toolbar logo. */
}
p a:hover {
  color: #ED2325;
}
.strawberry {
  margin-left: 5px;
  transform: translateY(3px);
  height: 16px;
}
.snipe-txt {
  text-align: center;
  color: #C8291A;
  font-weight: 700;
  font-size: 22px;
  margin: 20px 0px;
}
.snipe-subtext {
  font-size: 14px;
  margin: 20px 0px;
  line-height: 1.4em;
  text-align: center;
  color: rgba(51, 51, 51, 1);
}
.healthnotice {
    text-align: center;
  font-size: 14px;
    padding-top: 1.5em;
}
