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

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

body{
    background-color:#e7e7e7;
    margin:0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#pageContainer{
    background-color:#FFFFFF;
    width:1024px;
    min-width:1024px;
    max-width:1024px;
    margin-left:auto;
    margin-right:auto;
    padding-top:50px;
}
#navbar{
    width:1024px;
    height:69px;
    background-color:white;
    position:fixed;
    top: -16px;
    z-index: 100;
}

#navbar img{
    width:auto;
    height:40px;
    margin-left:20px;
    margin-top:5px;
    padding-right:20px;
}

#navbar ul {
    list-style-type: none;
}

#navbar ul a {
    color:initial;
    text-decoration: none;
}
#navbar ul li {
    cursor:pointer;
    position:relative;
    bottom:13px;
    margin-left:20px;
    width:50px;
    display:inline;
    font-family: "bebas_neuebold", Arial, sans-serif;
    font-size:18px;
}

#navbar ul li:hover {
    text-decoration: underline;
}

.orderButton {
    width:110px !important;
    top:15px !important;
    right:25px;
    float:right;
    background:#d7d7d7;
    padding-left:20px;
    padding-top: 1px;
    border-radius:5px;
}

.section {
    padding-top:50px;
    padding-bottom:30px;
}
.sectionDivider {
    border-bottom:2px solid #cccccc;
}
.section h1 {
    margin-left:50px;
    color:#603813;
    font-family: "bebas_neuebold", Arial, sans-serif;
}
.section p {
    margin-left:50px;
    font-family: "HelveticaNeue", Arial, sans-serif;
    font-size:13px;
}

/* HOME */
#sec_home {
    padding-bottom:10px;
}
#carousel {
    width:100%;
    height:500px;
}


/* ABOUT */
#sec_about p{
    display:inline-block;
    width:460px;
}
#sec_about img{
    display:inline-block;
    position:relative;
    width:auto;
    height:330px;
    float:right;
    bottom:50px;
    margin-right:50px;
}
/* MENU */
#menu_spotlight {
    display:inline-block;
    width:400px;
    height:500px;
}
#menu_spotlight img {
    display:block;
    position:relative;
    top:5px;
    width:390px;
    height:350px;
    margin-left:auto;
    margin-right:auto;
    /*background-color:#d7d7d7;
    border-radius:8px;*/
}
#menu_spotlight div{
    display:block;
    position:relative;
    padding-left:40px;
    top:5px;
    width:350px;
    height:30px;
    font-size:20px;
    font-weight: bold;
}
#menu_spotlight span{
    display:block;
    position:relative;
    padding-left:40px;
    top:5px;
    width:350px;
    height:100px;
    margin-left:auto;
    margin-right:auto;
    font-size:20px;
}
#menu_selection {
    display:inline-block;
    float:right;
    width:600px;
    text-align:right;
    margin-right: 5px;
}
#menu_selection img {
    width:110px;
    height:110px;
    margin-bottom:2px;
    background-color:#d7d7d7;
    cursor:pointer;
    border-radius:8px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.selected {
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}
#menu_selection img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
#sec_menu .orderButton {
    margin-right: 5px;
    cursor:pointer;
    font-family: "bebas_neuebold", Arial, sans-serif;
    font-size:25px;
    position: relative;
    top:initial !important;
    right:0px !important;
    bottom: 130px;
    width: 145px !important;
}
#sec_menu .orderButton:hover {
    text-decoration:underline;
}
/* MAP/TRUCK LOCATION */
#sec_map {
    padding-bottom:50px;
}
#map {
    height:400px;
    width:100%px;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}

#mapInfo {
    float:right;
    margin-right: 5px;
}
#mapInfo img {
    margin-top:10px;
}
#mapInfo span {
    position:relative;
    top:-15px;
}
/* CONTACT */
#sec_contact {
    
}

#contactForm {
    display:inline-block;
    border-right:1px solid #ebebeb;
    width:450px;
    margin-left:50px;
}
#contactForm span {
    font-family: "bebas_neuebold", Arial, sans-serif;
    
}
#contactForm input, #contactForm textarea{
    background-color:#ebebeb;
    border: none;
    outline:none;
    resize: none;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    font-size:18px;
    padding:5px;
}

#bookUs{
    position: relative;
    bottom: 50px;
    width:475px;
    text-align: center;
    display:inline-block;
}
#bookUs span {
    color:#603813;
    font-size:50px;
    font-style:italic;
    display:block;
    margin-bottom: 25px;
}
#bookUs a {
    font-size:25px;
    font-family: "bebas_neuebold", Arial, sans-serif;
    float: initial;
    padding-right: 20px;
}
#sec_footer {
    padding-left:50px;
    padding-top:50px;
    padding-bottom:50px;
    font-size:13px;
    color:#FFFFFF;
    margin-top:25px;
    background-color:#252525;
    -webkit-box-shadow: inset 0px 29px 54px -22px rgba(0,0,0,0.74);
    -moz-box-shadow: inset 0px 29px 54px -22px rgba(0,0,0,0.74);
    box-shadow: inset 0px 29px 54px -22px rgba(0,0,0,0.74);
}
#sec_footer a {
    text-decoration: underline;
    color:#FFFFFF;
    padding-bottom:0;
}
#footer_social {
    float:right;
    position:relative;
    bottom:175px;
    right:50px;
}
#footer_social img {
    width:30px;
    height:auto;
}
