body{
    background-image: url("./images/ramenBackground.jpg");
     background-attachment: fixed; 
     background-size: 50%;
}

footer{
    padding: 10px 20px;
    background: #666;
    color: white;
    text-align: center;
}

h1{
    font-size: 55px;
}

h2{
    text-align: center;
}

.jumbotron{
    background-image:url("./images/city1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    font-family: 'Neucha', cursive;
 } 

#mainPic, #infoContainer{
    width: 500px;
    margin-bottom: 20px;
} 

#mainInfo{
    background-color:white;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px;
}

/* #mainInfo:hover{
    opacity: 0.5;
} */

.infoContainer{
    background-color: #e77a25;
    margin-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
}
.homeBtn, .contactBtn, .orderNav, .cartNav {
    color: white;
    border: 1px solid white;
}

a {
    color: white;
}

a:hover {
    color: black;
    text-decoration: none;
}
.homeBtn:hover, .contactBtn:hover, .orderNav:hover, .cartNav:hover{
    background-color: #e77a25;
    color: black;
}

#ramenTitle:hover{
    color: white;
    text-decoration: none;
}

#contactEmail{
    color:black;
}

/* ramenImg */
img{
    width: 200px;
}

h1{
    color: white;
    text-align: right;
}

button{
    margin-right: 5px;
}
h3{
    text-align: center;
}

#totalHere{
    position: absolute;
    left: 10px;
}

.lead{
    text-align:right;
    margin-right: 50px;
    color: white;
    text-shadow:1px 1px yellow;
    font-family: 'Ubuntu', sans-serif;
}
.lead2{
    text-align:right;
    margin-right: 30px;
    font-size: 20px;
    color: white;
    text-shadow:1px 1px pink;
    font-family: 'Ubuntu', sans-serif;
}
#menuHeader,td, th{
    font-family: 'Ubuntu', sans-serif;
}

#menuHeader{
    background-color:white;
    padding: 15px;
}

.menuTable{
    background-color: #e77a25;
}

.deleteOrder {
    float: left;
}

#qOrder{
    margin-left: 15px;
}
@media screen and (max-width: 1190px){

     #mainPic{
        width: 100%;
    } 
}
@media screen and (max-width: 795px){

    #ramenTitle{
        text-shadow:1px 1px black;
    }
    #menuHeader{
        width: 105%;
    }
}
@media screen and (max-width: 640px){

    #menuHeader{
        width: 105%;
    }
    .form-inline{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #ramenTitle{
        text-shadow: 3px 3px black;
        margin-right: 30px;
    }
    .lead {
        float: none;
        text-align: center;
        margin-left: 10px;
        text-shadow: 2px 2px black;
    }

    .lead2{
        float: none;
        text-align: center;
        margin-left: 10px;
        text-shadow: 2px 2px black;
    }

}

