#newBack{
    background-image: url("../images/Pantry.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
 
.container {
    width: 98%;
 }
 
.jumbotron {
    font-family: 'Marck Script', cursive;
    font-weight: bold;
    background-color: rgba(255, 230, 185, 0.6);
 }

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

h1 {
    font-size: 150px;
    font-family: 'Marck Script', cursive;
 }

h2 {
    background-color: rgba(255, 230, 185, 0.6);
    height: 75px;
    font-family: 'Marck Script', cursive;
    font-weight: bold;
}
 


h3 {
    height: 150px;
    font-family: 'Marck Script', cursive;
    font-weight: bold;
 }
 
 h4 {
    height: 75px;
    font-family: 'Marck Script', cursive;
    font-weight: bold;
 }

 h5 {
    background-color:grey;
    max-width: 25%;
    margin-bottom:4%;
    font-weight:bold;
    font-size:26px;
    color:rgb(241, 255, 52);
}

h6{
    font-size: 50px;
}

h7 {
    font-weight:bold;
    font-size:20px;
}


p {
    max-width:270px;
    margin-bottom:4%;
}

 .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 230, 185, 0.6);
    width: 30%;
 }



 .foodDiv {
    float:left;
    margin-top:8%;
    margin-right:4%;
    margin-bottom:8%;
    margin-left:4%;
    text-align: center;
    max-width:280px;
    max-height:450px;
}

.wineDiv{
    font-family: 'Marck Script', cursive;
    float:left;
    margin-top:8%;
    margin-right:4%;
    margin-bottom:8%;
    margin-left:4%;
    text-align: center;
    max-width:280px;
    max-height:450px;
}

 
 #winesDiv {
    font-size:20px;
    font-weight:bold;
    color: purple;
    background-image : url("../images/pink_rice.png");
    
} 

img {
    width:250px;
    height:250px;
    
}



#recipesDiv {
    font-size:20px;
    font-weight:bold;
    color: purple;
    background-image : url("../images/pink_rice.png");
    
}

#youtube{
    text-align: center;
    width: 250px;
}
body {
    background-image: url("../images/nice-kitchen.png");
    background-repeat: no-repeat;
    background-size:100%;
    background-attachment:fixed;
    background-position: center;
 }
 
.container {
    width: 98%;
 }
 
.jumbotron {
    font-family: 'Marck Script', cursive;
    font-weight: bold;
    background-color: rgba(255, 230, 185, 0.6);
    
    
 }
 .foodDiv{
    font-family: 'Marck Script', cursive;
 }
 
#form {
    width: 40%;
    float: left;
    margin-left: 25px;
}


#supportNum {
    font-size: 30px;
    margin-bottom: 4%;
    font-weight:bold;
    color:black;
 }

.button-circle {
    margin-right:4%;

}

.button-directions {
    width: 20%;
    margin-bottom: 10%;
    margin-left:3%;
}

#run {
    color:black;
    font-family: 'Shrikhand', cursive;
    width: 80%;
}
