@charset "utf-8";

/* HTML and Body Styles */

html {
   background-color: rgb(61, 226, 226);
   font-size: 12px;
   font-family: Tahoma, Geneva, sans-serif;
}

body {
   background-color: rgb(231, 231, 231);
   margin: 0px auto;
   width: 90%;
   max-width: 1100px;
   min-width: 720px;
}

/* Body Header Navigation Styles */

body > header {
   background-color: white;
   height: auto;
    border-bottom: 5px;
    border-bottom-color: aqua;
    margin-bottom: 40px;
   position: relative;
}

body > header nav.tabs {
   position: relative;
   margin-top: 30px;
   height: 220px;
   width: 100%;
   border-bottom: 10px;
   border-bottom-color: aqua;
}


body > header nav.tabs li {
   background-color: rgb(26, 183, 183);
   display: block;
   float: left;
   height: 40px;
   letter-spacing: 3px;
   line-height: 40px;
   margin-left: 0%;
   margin-right: 2%;
   width: 12%;
}

body > header nav.tabs li:first-of-type {
   background-color: rgb(231, 231, 231);
   margin-left: 2%;
}

body > header nav.tabs li:last-of-type {
   margin-right: 2%;
}

body > header nav.tabs li a {
   color: rgb(51, 51, 51);
   display: block;
   text-align: center;
   width: 100%;
}


/* section layout */

section#left {
   margin-top: 25px;
   float: left;
   padding-bottom: 20px;
   width: 20%;
}

section#center {
   margin-top: 25px;
   float: left;
   padding-bottom: 20px;
   width: 75%;
}

/* Left Section */

section#left nav.vertical {
   background-color: white;
   margin: 0px auto auto;
   width: 80%;
}

section#left nav.vertical h1 {
   color: white;
   background-color: rgb(22, 170, 167);
   font-size: 1.1em;
   height: 30px;
   line-height: 30px;
   text-align: center;
   width: 100%;
}

section#left nav.vertical ul li {
   font-size: 16px;
  font-weight: 300;
   line-height: 2;
   margin: 5px 0px 5px 0px;
    text-align: center;
}

section#left nav.vertical ul li:last-of-type {
   margin-bottom: 20px;
}

section#left nav.vertical a {
   color: rgb(151, 151, 151);
}

section#left nav.vertical a:hover {
   text-decoration: underline;
}

/* Center section */

section#center article {
   background-color: rgb(191, 191, 191);
   font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
   margin: 0px auto;
   padding: 20px;
   width: 95%;
}

section#center article header h1 {
    font-size: 2.5em;
    font-weight: normal;
    margin: 20px;
    text-align: center;
}

section#center article header h2 {
   font-size: 1.8em;
   font-weight: normal;
   margin-top: 15px;
}

section#center img#dishimg {
   width: 55%;
   float: left;
   margin: 15px;
}

section#center article p:first-of-type {
   color: rgb(20, 127, 130);
   font-size: 1.5em;
   line-height: 1.2em;
   margin: 10px 5px;
}

article p:last-of-type {
   clear: left;
   font-size: 1.2em;
   color: rgb(0, 167, 167);
   margin: 0px 0px 20px 15px;
}

article p:last-of-type a {
   color: rgb(0, 167, 167);
    text-align: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}

.desc {
    margin-top: 40px;
    text-align: center;
    color: rgb(20, 127, 130);
    font-size: 1.5em;
    line-height: 1.2em;
}
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 50%;
  max-width: 50%;
  padding-right: auto;
  padding-left: auto;
}

.column img {
  margin-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
  vertical-align: middle;
  width: 100%;
}

/* Footer Styles */

footer {
   background-color: rgb(23, 143, 143);
   clear: left;
   margin-top: 25px;
   text-align: center;
}

footer, footer span a {
   padding: 10px;
   color: white;
}

footer span a:hover {
   color: rgb(0, 167, 167);
   text-decoration: underline;
}
