html{
   height: 100%; 
}
body{
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
   
}
.body-home{
    background-image: url('images/Main_home.jpg');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.body-menu{
    background-image: url('images/Home_pic.jpg');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.body-meals{
    background-image: url('images/background-02-port.png');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    
}
/*======HOME=======*/
#home-logo-img{
    width: 210px;
    display: block;
    margin: auto;
    padding: 25px 10px 10px 10px;
}
#home-logo-text{
    width: auto;
    display: block;
    margin: auto;
    padding: 25px;
}
/*======Home page Menu======*/
.home-menu-item{
    text-decoration: none;
    text-transform: uppercase;
    
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border: 5px solid;
    
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 80%;
}
.Thank-you{
    text-decoration: none;
    text-transform: uppercase;
    
    color: #1a1a1a;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 5px solid;
    
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 50%;
}
.Back{
    text-decoration: none;
    text-transform: uppercase;
    
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 5px solid;
    
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 50%;
}
.meals-list a{
    text-decoration: none;
}
.meals-list-item{
    border: 5px solid #1a1a1a;
    margin: 15px;
}
.meals-list-item h1{
    font-weight: bold;
    font-size: 20px;
    color: #1a1a1a;
    padding-left: 10px;
}
.meals-list-item i{
    float: right;
    color: #1a1a1a;
    padding-right: 10px;
}
.meals-list-item p{
    font-size: 15px;
    font-style: italic;
    color: #4d4d4d;
    margin-top: -7px;
    padding-left: 10px;
}
/*======header======*/
.header {
    background-color: darkcyan;
    width: 100%;
    height: 50px;
    top:0;
    position: fixed;
    overflow: hidden;
    text-align: center;
}
.header i{
    float: left;
    padding: 17px 0px 0px 17px;
    color: #ffffff;
}
.header img{
    width: 15%;
    padding-top: 14px;
    padding-right: 25px;
}

#meals{
    padding-top: 50px;
    
}
/*======header======*/
#recipe{
    padding-top: 50px;
}
/*======Recipe details======*/


#meal-details img{
    width: 100%;
    
    
    
}
#meal-details h1{
    font-size: 25px;
    text-align: center;
    border: 5px solid #1a1a1a;
    margin: 10px;
    padding: 5px;
}
#meal-details h2{
    font-size: 20px;
    text-align: left;
    margin: 0;
    margin-left: 10px;
    font-family: sans-serif;
    text-align: center;
}
#meal-details h4{
    font-size: 20px;
    text-align: left;
    margin: 0;
    margin-left: 10px;
    font-family: sans-serif;
    text-align: center;
}

.meal-details-info{
    margin-left: 15px;
    margin-right: 15px;
}
.meal-details-info p{
    font-size: 25px;
    display: inline-block;
    font-family: sans-serif;
}
#container{
    text-align: center;
}
    
    
}
.meal-details-ingredients{
    
    margin: 15px;
    padding: 15px;SS
    
}

.meal-details-steps{
    padding-top: 20px
}
.meal-details-steps ol{
    padding-left: 28px;
}


@media only screen and (min-width:600px){
    #meals{
        width:80%;
        margin-bottom: auto;
        
    }
    #recipe{
        width:80%;
        margin-bottom: auto;
    }
}
@media only screen and (min-width:1000px){
    #meals{
        width:60%;
        margin-bottom: auto;
        
    }
    #recipe{
        width:60%;
        margin-bottom: auto;
    }
}
@media only screen and (min-width:1500px){
    #meals{
        width:40%;
        margin-bottom: auto;
        
    }
    #recipe{
        width:40%;
        margin-bottom: auto;
    }
}
@media only screen and (min-width:1720px){
    .body-home{
        background-image: url('images/background-01-land.png');
    }
    .body-meals{
        background-image: url('images/background-02-port.png');
    }
}









