html,
body {
    padding:0;
    margin:0;
    width:100%;
}

* {
    font-family: 'Lora', 'Helvetica Neue', serif;
}

.center {
    text-align:center;
}

.bold {
    font-weight:bold;
}

.hide-me {
    display:none;
}

.row {
    width:100%;
}

section {
    margin-top:75px;
    margin-bottom:75px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oxygen', sans-serif;
}



/********************
    Navbar
********************/
.navbar-brand {
    font-family: 'Lobster Two', 'Oleo Script', cursive;
    font-size:30px;
    color:#800000 !important;
}

.navbar li {
    font-size:20px;
    font-family: 'Oxygen', sans-serif;
    font-weight:lighter;
}

.navbar {
    background:rgba(255,255,255, 0.9);
    border:none;
    box-shadow:0 0 3px rgba(0, 0, 0, 0.8);
}


/********************
    Jumbotron
********************/
#lunch-header {
    height:300px;
    width:100%;
    box-shadow:0 0 3px rgba(0, 0, 0, 0.8);
    background-image: url(../img/water.jpg);
    background-position:center center;
}

#lunch-header h3 {
    float:left;
    color:white;
}

#header-title {
    font-family: 'Oxygen', sans-serif;
    font-size:4em;
    padding-top:100px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    color:white;
    font-weight:lighter;
}

.navbar-scroll {
    position:fixed;
    width:100%;
    top:0;
    z-index:1000;
}


/********************
    Menu
********************/
.lunch-menu-item {
    font-size:16px;
    margin-right:1em;
    margin-left:1em;
}

.entree-add-on {
    font-size:18px;
    margin-right:0.5em;
    margin-left:0.5em;
}



/********************
    Footer
********************/
#footer {
    width:100%;
    height:175px;
    margin-top:75px;
    color:#5e5e5e;
    box-shadow:0 0 3px rgba(0, 0, 0, 0.4);
    background-color:#f6f6f6;
}
#footer h4 {
    font-family: 'Oxygen', sans-serif;
    font-size:16px;
}

#footer .col-md-4 {
    padding-top:25px;
}