@font-face {
    font-family: "myriad-pro";
    src: url("https://bbqhouse.uk//Pages/Styles/Fonts/myriad-pro/MyriadPro-Light.otf") format("opentype");
}


/*Styling for Menu pages*/
body img {
    width: 98vw;
}

/*Styling for coming soon*/
.comingsoon {
    color: white;
    text-align: center;
    font-size: 300%;
    letter-spacing: 5px;
    font-weight: 900;
    line-height: 100px;

}

/*Styling for Contact us*/
.container table tr td {
    background-color: white;
    padding: 7px;

}

.container table {
    padding-top: 5%;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 30px;
}

.container {
    margin-bottom: 60px;
}

.container td {
    border-radius: 1em;
    text-align: center;
    min-width: 240px;
    max-width: 250px;
    vertical-align: top;
    letter-spacing: 2px;
    font-size: 100%;
    cursor: pointer;
}

.container img {
    width: 50%;
    height: auto;
    padding: 20px;
}

.container td:hover {
    background-color: rgb(164, 164, 164);
    color: rgb(168, 3, 3);
    font-weight: 800;
    transition: transform .2s;
    transform: scale(1.1);
}

.container a {
    text-decoration: none;
    color: black;
}

.container a:hover {
    text-decoration: none;
    color: rgb(168, 3, 3);
}

/*Styling for services*/

.service-container {
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 3%;
    margin-bottom: 50px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

.service-heading,
.service-heading-second {
    color: rgb(247, 222, 16);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: myriad-pro, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.service-heading-second {
    padding-bottom: 20px;
}


.service-section {
    padding-top: 30px;
    padding-bottom: 0;
}

.service-section {
    padding-top: 0;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.service-section p {
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.service-main-heading {
    font-weight: 900;
    color: rgb(247, 222, 16);
}

.service-para-heading {
    color: white;
}

.service-para {
    color: rgb(164, 164, 164);
}

/*Styles for about us*/
.aboutus_container{
    margin-left: 10%;
    margin-right: 10%;
}

.aboutus{
    font-family: myriad-pro, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(164, 164, 164);
}

/* Small devices (portrait tablets and large phones, 685px and down) Portrait */
@media only screen and (max-width: 685px) {
    .container td {
        border-radius: 1em;
        text-align: center;
        min-width: 140px;
        max-width: 140px;
        vertical-align: top;
        letter-spacing: 2px;
        font-size: 65%;
        cursor: pointer;
    }

    .container img {
        width: 50%;
        padding: 20px;
    }

    .container table {
        border-spacing: 20px;
    }

}