:root {
  --generation-width: 2560px;
  --generation-height: 1440px; }

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  background: black; }

#container-port,
#container-land {
  display: block;
  background: white;
  overflow: hidden;
  padding: 60px;
  box-sizing: border-box; }

#container-port {
  width: var(--generation-height);
  height: var(--generation-width); }

#container-land {
  width: var(--generation-width);
  height: var(--generation-height);
  font-size: 35px; }

.clearfix {
  clear: both; }

.menuItem .price .priceInfo:first-child {
  margin-right: 30px; }

.menuRow {
  margin-bottom: 10px; }
  .menuRow .description {
    float: left; }
  .menuRow .memberHeader,
  .menuRow .priceInfo {
    width: 100%;
    max-width: 400px;
    float: right;
    text-align: right; }
    .menuRow .memberHeader .subSection,
    .menuRow .priceInfo .subSection {
      display: inline-block;
      width: 120px; }
  .menuRow h3 {
    padding: 0;
    margin: 0; }
  .menuRow h5 {
    padding: 0;
    margin: 0;
    font-weight: normal; }

.menuCategory h1 {
  margin-bottom: 20px;
  border-bottom: 1px dashed;
  padding-bottom: 10px; }

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