/* Custom CSS */

@font-face {
    font-family: 'sixcaps';
    src: url('../fonts/sixcaps-webfont.eot');
    src: url('../fonts/sixcaps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sixcaps-webfont.woff2') format('woff2'),
         url('../fonts/sixcaps-webfont.woff') format('woff'),
         url('../fonts/sixcaps-webfont.ttf') format('truetype'),
         url('../fonts/sixcaps-webfont.svg#six_capsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {

    background: #061D45 url('../img/stars.png') repeat-x top center;

}

header {

    width: 1140px;
    height: 526px;
    margin: 0 auto;

}

#logo {

    float: left;
    position: relative;
    top: 30px;
    width: 500px;

}

#logo2 {

    float: left;
    width: 315px;
    padding: 20px;
    margin-top: 10px;
    margin-left: 10px;

}

#logo img, #chefs img {

    width: 100%;

}

nav {

    float: right;
    margin-top: 42px;

}

nav ul li {

    display: inline;
    padding-left: 65px;

}

nav ul li a {

    color: white;
    font-size: 0.7em;
    letter-spacing: 0.1em;

}

nav ul li a:hover {

    color: yellow;

}

#chefs {

    float: right;
    position: relative;
    top: 115px;
    left: -70px;
    z-index: 1;

}

#ground {

    float: left;
    position: relative;
    top: -160px;

}

#title {

    width: 100%;
    height: 215px;
    position: relative;
    top: -400px;
    text-align: center;

}

#content {

    width: 100%;
    background-color: white;
    position: relative;
    top: -400px;
    padding-top: 50px;
    padding-bottom: 50px;

}

td {

    padding: 2px 50px 2px 5px;

}

input {

    height: 30px;
    outline: none;
    border: 1px solid #CCC;
    padding: 10px;
    color: #666;
    background-color: #DDD;
    font-size: 1.1em;

}

.menu img {

    float:left;
    padding-right: 10px;
    width: 120px;

}

.izzy img {

    float: left;
    height: 600px;
    padding: 20px 40px 0 0;
    margin-bottom: 40px;
}

.erica img {

    float: right;
    height: 600px;
    padding: 20px 0 0 40px;
    margin-bottom: 320px;

}

#first_row {

    background-color: #0E3267;
    position: relative;
    top: -160px;
    clear: both;
    padding-top: 30px;
    text-align: center;

}

ul li {

    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.0em;
    letter-spacing: 0.05em;
    line-height: 1.9;

}

h1 {

    font-family: 'sixcaps', sans-serif;
    color: #FDB813;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 7.5em;
    text-shadow: 3px 3px #061D45;

}

#first_row p {

    color: white;
    letter-spacing: 0.4em;
    margin-top: -30px;
    padding-bottom: 25px;

}

#second_row {

    background-color: white;
    position: relative;
    top: -181px;
    width: 100%;
    clear: both;
    padding: 70px 0 40px 0;
    text-align: left;


}

#second_row h2, #content h2 {

    color: #0E3267;

}

h2 {

    font-family: 'sixcaps', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;

}

h3 {

    font-family: Verdana, Geneva, sans-serif;
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.9;
    color: #F47521;

}

/* Main Text Styling */

p, td, .item_rate span {

    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.85em;
    letter-spacing: 0.05em;
    line-height: 1.9;

}

#second_row p, #content p, #content ul li, td, .item_rate {

    color: #818181;

}

#third_row {

    background-color: #F47521;
    position: relative;
    top: -181px;
    clear: both;
    padding: 50px 0 40px 0;
    text-align: left;


}

#third_row h2 {

    color: #FDB813;

}

#third_row p {

    color: white;

}

.arrow {

    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: -187px;
    z-index: 1;

}

.item_rows {

    background-color: #EEE;

}

table.item_rows tr td {

    padding-left: 20px;

}

.item_rows input {

    margin-top: 8px;
    margin-bottom: 8px;
    width: 50px;

}

.item_rows p {

    font-size: 0.7em;
    padding-left: 10px;

}

.white {

    background-color: #FFF;

}

.order_details {

    font-size: 0.7em;

}

.clear {

    clear: both;

}

.buttons {

    text-align: right;

}

button {

    padding: 10px 15px 10px 15px;
    margin-top: 25px;

}

button#clean_data {

    background-color: #F47521;

}

button#send_data {

    background-color: #0E3267;

}

button#clear_data {

    background-color: #0E3267;

}

#total {

    font-size: 2.0em;
    background-color: #F3C3A3;
    color: #F47521;
    text-align: right;
    border: 1px solid #F47521;

}

footer {

    position: relative;
    top: -181px;
    background-color: white;
/*    height: 150px;*/
    text-align: center;
    padding-top: 50px;

}

footer ul li {

    display: inline;
    list-style; none;
    color: orange;
    text-transform: uppercase;
    padding: 40px;

}

footer ul li a {

    color: orange;

}

footer ul li a:hover {

    color: orange;
    opacity: 0.8;
    filter: alpha(opacity=80);

}

#copy {

    font-size: 0.7em;
    color: #BBB;
    padding-top: 10px;

}
