*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/*Navigation bar */
.logo img {
    width: 120%;
    height: 10vh;
}

.nav-item {
    font-weight: bold;
    font-size: 14px;
    padding-left: 20PX;
}

.home {
    padding-left: 40px !important;
}

.icon {
    width: 20%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
}
/* page */
.page{
     background-image: url(./dining.webp);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
     height: 120vh;
    /* background: linear-gradient(to right,left,rgb(39, 36, 36),rgba(rgb(124, 110, 110))); */
}
.info h1{
    font-size: 88px;
    font-weight: bolder;
    color: black;
    text-align: center;
    text-decoration: none;
    padding-right: 200px;
    text-shadow: -1px 0 white, 0 2px whitesmoke, 3px 0 white, 0 -1px white;
     padding-top: 400px;
    background: linear-gradient(to right rgba(rgb(39, 36, 36)));
}
.info p{
    font-size: 40px;
    color: rgb(22, 11, 11);
    font-weight: bold;
    padding-left: 80px;
}
.info p span{
    font-family: 'Estonia', 'cursive';
    font-weight: bold;
    font-size: 60px;
}
/* middle */
.mid4{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto ;
    grid-column-gap: 20px;  
    border-radius: 20px;
}
.midrap3 img{
    width:100%;
    padding: 20px;
    border-radius: 20px;
}
.mid h1 span{
    font-family: 'Estonia', 'cursive';   
    font-weight: bold;
    font-size: 60px;
    padding: 500px;
    color: rgb(129, 45, 101);
}
.midrap3 h1{
    font-family: 'Changa', 'sans-serif';
    font-size: 20px;
    text-align: center;
}
.midrap3 h1:hover{
    background-color: black;
    color: white;
}
.midrap3 p{
    font-family: 'Estonia', 'cursive';   
    font-weight: bold;
    font-size: 17px;
    color: black;
    text-align: center;
    padding: 10px;
}
.midrap3 p:hover{
    background-color: black;
    color: white;
}