/* 
Created by Websites by Design
Version 1.0
Last Uodate 19/01/2024
Developer: Andy Caladine */

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Salsa&display=swap');

body {
    background-color: #ffffff;
}

.infoBanner {
    margin-top: 50px;
    background-color: #2902024d;
}
.sitehead {
    margin-top: 60px;
}

/* Nav Bar container */
nav {
    background-color: #333333;
    position: fixed;
    width: 95%;
     
}

nav a {
    align-content: center;
    text-decoration: none;
    color: #fefefe;
    float: left; 
    display: block;
    padding: 14px 16px;
    text-align: center;
    font-size: 120%;
    border-bottom: 3px solid transparent;
}

nav a:hover {
    border-bottom: 5px;
    border-block-color: #ff0000;
    border-bottom-style: solid;
}

nav a.active {
    border-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-color: #ff0000;
}
.sitehead {
    font-family: 'Pacifico', cursive;
    font-size: 60px;
}

a, p, li {
    font-family: 'Salsa', cursive;
    font-size: 20px;
}

.aboutBold {
    color: blue;
}

.pounds {
    color: green;
}

h2 {
    font-family: 'Salsa', cursive;
    font-size: 32px;
}

h3 {
    font-family: 'Salsa', cursive;
    font-size: 26px;
    color: purple;
}

.homeNav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo {
    margin-top: 50px;
    width: 200px;
    height: 200px;
}

.buttons {
    height: 300px;
    width: 300px;
}

.links {
display: flex;
flex-direction: column; /* Main container is a column */
}


.rowOne,
.rowTwo {
display: flex;
}

.rowOne {
flex-direction: row; /* RowOne is a row */
order: 1;
margin-bottom: 25px;
margin-top: 50px;
justify-content: center;
}

.rowTwo {
flex-direction: row; /* RowTwo is a column */
order: 2;
justify-content: center;
}



.buttons {
margin-left: 50px;
margin-right: 50px;
}

.aboutBox {
width: 70%;
border: solid 2px black;
margin-left: 15%;
background-color: #F8C8DC;
}

.menu {
    margin-top: 50px;
    width: 70%;
    border: solid 2px black;
    margin-left: 15%;
    background-color: #EADDCA
}

.menu h2, p, h3 {
    margin-left: 10px;
}



.aboutBox h2,p {
margin-left: 10px;
}

.heart {
color: red;
}

.footer {
margin-top: 50px;
display: flex;
flex-direction: row;
width: 100%;
}

.menulink {
    align-content: center;
    text-decoration: none;
    color: blue;
    float: left; 
    display: block;
    padding: 14px 16px;
    text-align: center;
    font-size: 120%;
    border-bottom: 3px solid transparent;
}

.menulink:hover {
    border-bottom: 5px;
    border-block-color: #EADDCA;
    border-bottom-style: solid;
    color: #966919;
}

.menubox {
    width: 70%;
    display: flex;
    justify-content: center;
    margin-left: 13%;
    
}

.soon {
    display: flex;
    margin-left: 35%;
}

.contactBox {
width: 70%;
border: solid 2px black;
margin-left: 15%;
background-color: #CBC3E3;
}


.contactBox h2,p {
margin-left: 10px;
}

iframe {
    margin-left: 10px;
    margin-bottom: 10px;
}

.rating {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    width: 70%;
}

.map {
    width: 70%;
}

/* Mobile Friendly display */

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    nav {
        width: 100%;
        padding: 10px 0;
    }

    nav a {
        font-size: 90%;
        padding: 10px;
    }

    .sitehead {
        font-size: 40px;
        margin-top: 30px;
    }

    h2, h3, p {
        font-size: 16px;
    }

    .logo {
        width: 120px;
        height: 120px;
    }

    .buttons {
        width: 150px;
        height: 150px;
        margin: 20px auto;
    }

    .aboutBox, .menu, .contactBox {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .footer {
        flex-direction: column;
        align-items: center;
    }
}

/* Medium Mobile (max-width: 768px) */
@media (max-width: 768px) {
    nav {
        width: 100%;
    }

    .sitehead {
        font-size: 50px;
        margin-top: 40px;
    }

    h2, h3, p {
        font-size: 18px;
    }

    .logo {
        width: 150px;
        height: 150px;
    }

    .buttons {
        width: 200px;
        height: 200px;
    }

    .rowOne, .rowTwo {
        flex-direction: column;
        align-items: center;
    }

    .aboutBox, .menu, .contactBox {
        width: 80%;
        margin-left: 10%;
    }

    .footer {
        flex-direction: column;
        align-items: center;
    }
}

/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
    nav {
        width: 100%;
    }

    .sitehead {
        font-size: 55px;
        margin-top: 50px;
    }

    h2, h3, p {
        font-size: 20px;
    }

    .logo {
        width: 180px;
        height: 180px;
    }

    .buttons {
        width: 250px;
        height: 250px;
    }

    .rowOne, .rowTwo {
        flex-direction: column;
        align-items: center;
    }

    .aboutBox, .menu, .contactBox {
        width: 75%;
        margin-left: 12.5%;
    }

    .footer {
        flex-direction: column;
        align-items: center;
    }
}

/* Small Desktop (max-width: 1280px) */
@media (max-width: 1280px) {
    nav {
        width: 95%;
    }

    .sitehead {
        font-size: 60px;
    }

    h2, h3, p {
        font-size: 22px;
    }

    .logo {
        width: 200px;
        height: 200px;
    }

    .buttons {
        width: 280px;
        height: 280px;
    }

    .aboutBox, .menu, .contactBox {
        width: 70%;
        margin-left: 15%;
    }

    .footer {
        flex-direction: row;
        justify-content: space-between;
    }
}




