html{
    height: 100%;
}

/*============== BODY ==============*/

body{
    margin: 0;
    padding:0;

    height: 100%;
}

/*============== BODY HOME ==============*/

.body-home{
    background-image: url("images/background-port.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

#body-home-logo{
    width: 20%;
    margin: auto;
    display: block;
    margin-top: 80px;
    
}

.body-home h1{
    text-decoration: none;
    text-transform: uppercase;
    font-family:cursive ; 

    color: white;
    font-size: 25px;
    font-weight: bold;
    text-align:center;
    
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 50%;
}

/*============== HEADER ==============*/

.header{
    background-image: url("images/header-background-4.jpg");

    width:100%;
    height:60px;
    top: 0;

    position: fixed;
    overflow: hidden;

    text-align: center;
}

.header h1{
    color: white;
    font-family: cursive;
    font-size: 22px;
    
    margin-top: 15px;

    text-decoration: none;

}

.header img{
    width: 150px;
    padding-top: 14px;
    padding-right: 24px;
}

.header i{
    float: left;
    padding-top: 22px;
    padding-left: 10px;

    color: white;
    text-decoration: none;
}


/*============== HOME PAGE ===============*/

/*========= HOME MENU =========*/

.home-menu{
    margin-top: 50px;
}

.home-menu-item{
    text-decoration: none;
    text-transform: uppercase;
    font-family:cursive ; 

    color:  white;
    font-size: 25px;
    font-weight: bold;
    text-align:center;
    border: 5px solid white ;

    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 50%;



}

.home-menu a{
    color: white;
    text-decoration: none;
    font-family: cursive;
    text-align: center;
    font-size: 40px;

    border: 5px solid white;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 50%;

}

.home-menu-item i{
    float:right;
    padding-top:18px;
    padding-right:5px;
    
    font-size: medium;
}

/*============== STARTERS PAGE ==============*/

#starters{
    padding-top: 50px;
}

/*=====STARTERS MENU LIST=====*/

.starters-list a{
    text-decoration: none;
}

.starters-list-item{
    border: 5px solid white;
    margin:15px;
}

.starters-list-item h1{
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding-left: 10px;

}



.starters-list-item p{
    font-size: 15px;
    font-family:cursive ;
    color : white;
    margin-top: -7px;
    padding-left: 10px;

}

.starters-list-item i{
    float: right;
    color: white;

    padding-right: 20px;
    padding-bottom: 60px;
    padding-top: -30px;
    

}


/*================ MENU ITEM ==============*/

#menu-item img{
    margin-top: 70px;

    width: 100%;
    border: 2px solid white;
}

#menu-item h2{
    text-decoration: none;
    text-transform: uppercase;
    font-family: cursive;

    color: white;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border: 4px solid white;

    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 50%;
}

#menu-item{
    margin-left: 25px;
    margin-right: 25px;
    
    color: white;
    font-family:cursive;
}

#menu-item p{
    display: inline-block;
    
}

.order a{
    text-decoration: none;
}


/*============== RESPONSIVE LAYOUT ==============*/

@media only screen and (min-width: 900px){
   .home-menu{
       width: 70%;
       margin: auto;
   }
}

@media only screen and (min-width: 1300px){
    .home-menu{
        width: 50%;
        margin: auto;
    }
 }

 @media only screen and (min-width: 900px){
    #body-home-logo{
        width: 20%;
        margin: auto;

        padding-top: 80px
    }
 }

 @media only screen and (min-width: 1300px){
    #body-home-logo{
        width: 10%;
        margin: auto;
    }
 }
 


















