

.cs-header-w {
  width: 734px;
  height: 315px;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
}

.cs-logo-w {
  height: 78px;
  margin-bottom: 6px;
  padding: 10px 20px;
  background-color: #fff;
}

.logo-h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Yellowtail, sans-serif;
  color: #0092f8;
  text-align: center;
}

.body {
  background-color: #333;
}

.content-padding {
    padding: 10px;
}

.cs-menu-hero-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 227px;
  height: 227px;
  margin-right: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.hero-w {
  width: 500px;
  height: 227px;
  padding: 5px;
}

.box-shadows {
  background-color: #fff;
  box-shadow: inset 1px 0 4px 2px #ccc;
}

.menu-item {
  width: 110px;
  height: 110px;
  padding: 5px;
}

.menu-link {
  -webkit-transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: opacity 300ms ease, filter 300ms ease;
  transition: opacity 300ms ease, filter 300ms ease, -webkit-filter 300ms ease;
  cursor: pointer;
}

.menu-link:hover {
  opacity: 0.79;
  -webkit-filter: saturate(151%);
  filter: saturate(151%);
}

