/* ----------------------------------------------------------------
BASICS
-------------------------------------------------------------------- */

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

h1,
h2,
h3,
em {
    margin: 0;
    padding: 20px;
}

* {
    box-sizing: border-box;
}


/* ----------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------------- */

nav {
    margin: 0px;
    position: fixed;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-style: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

ul {
    list-style-type: none;
    margin: 15px 20px 15px 20px;
    padding: 0;
    overflow: hidden;
    float: right;
}

li {
    float: left;
}

a:link,
a:visited {
    display: block;
    width: auto;
    color: #ffffff;
    text-align: center;
    padding: 12px 30px 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    opacity: 1;
    !important
}

a:hover,
a:active {
    background-color: rgba(246, 248, 237, 0.27);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

img {
    border: 1px;
}


/*PAGES*/

.page-container {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.section {
    margin: 0;
    min-height: 100vh;
    height: auto;
}

.welcome {
    background-image: url("images/bg-salad.jpeg");
    background: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 120px;
}

.menu {
    background-image: url("images/menu.png");
    background: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 120px;
}

.orderonline {
    background-color: #f4f4f4;
}

.recent {
    background-color: #f4f4f4;
}

.locations {
    background-color: #f4f4f4;
}

.contact {
    background-color: c
}

.about {
    background-color: #f4f4f4;
}


/*Nav Sect*/

.nav-collapse {
    float: left;
    position: inherit;
    background-color: #645f5f;
    opacity: .9;
    height: auto;
    width: 100%;
    z-index: -1;
    transition: opacity .2s, background-color .2s;
    -webkit-transition: opacity .2s, background-color .2s;
}


/*testing*/

.service-title,
h2 {
    padding-top: 85px;
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(253, 253, 253)
}

.section menu {
    border-top: 3px solid #e21818;
    border-bottom: 3px solid #f00101;
}

#contact {
    background-color: antiquewhite;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 120px;
}

.container {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}


/* ----------------------------------------------------------------
CONTACT FORM
-------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
    background: #F9F9F9;
    padding: 30px;
    margin: 10px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #52ad29;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}


/* ----------------------------------------------------------------
ABOUT
-------------------------------------------------------------------- */

#about-intro {
    background-color: #fffefe;
    width: 500px;
    padding: 0px;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

#address {
    position: center;
    bottom: 0;
    left: 70;
    height: 80px;
    background-color: white;
    width: 100%;
    float: left
}

p {
    color: #000000
}