.bgimg {
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateZ(-1px);
    display: -webkit-flex;
    display: flex;
    display: -webkit-inline-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
}
ol {
    margin-bottom: 1.5em;
}
ol ol {
    list-style-type: decimal;
    margin-top: 0.5em;
}
.productBackgound {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 170px;
    background-position: center center;
    background-size: cover;
}
.productContent {
    position: absolute;
    left: 20px;
    top: 5px;
    color: #fff;
}
.productContent a {
    color: #fff;
}
.productContent h2 {
    font-size: 40px;
}
.breadcrumb {
    font-style: italic;
}
.breadcrumbBar{
    width: 100%;
    background: #292c2f;
    position: relative;
    padding: 10px;
    color: #bd8e41;
}
.productImage {
    width: 45%;
    display: inline-block;
}
.roundalLogo {
    width: 100%;
    margin-bottom: -200px;
}
.hero {
    background-image: url(/img/cover.jpeg);
}

.second {
    background-image: url(/img/2_a.webp);
}

.third {
    background-image: url(/img/3_a.webp);
}

.fourth {
    background-image: url(/img/5_a.webp);
}

.menuItemWrapper {
    display: inline-flex;
}
.topMenuBar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    text-align: right;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    height: 15px;
    display: none;
}
.imageCredit {
    text-align: right;
    padding-right: 10px;
    margin-top: -30px;
}
.content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

.divider {
    width: 100%;
    height: 450px;
    background: #fff;
    position: absolute;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    margin: 0;
    display: none;
    font-family: 'PT Serif', serif;
}

.tertiaryHero {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.tertiaryHeroTitle {
    text-align: center;
    font-family: 'PT Serif', serif;
    color: white;
    /*margin-top: 300px;*/
    padding-top: 150px;
    font-size: 80px;
    font-weight: 700;
}

.secondaryHero {
    width: 100%;
    height: 600px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.secondaryHeroCover{
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.secondaryHeroTitle {
    text-align: center;
    font-family: 'PT Serif', serif;
    color: white;
    /*margin-top: 300px;*/
    padding-top: 300px;
    font-size: 80px;
    font-weight: 700;
}
.secondaryContent {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 15px 50px 15px;
    max-width: 900px;
}
.margin-big-bottom {
    margin-bottom: 50px;
}
.secondaryContainer {
    position: relative;
    width: 100%;
    background: white;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.centerText {
    text-align: center;
}
.insta h2{
    text-align: left;
    padding-left: 20px;
}
.insta {
    color: #000;
    width: 100%;
    position: relative;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
#footer {
    color: #bd8e41;
    width: 100%;
    position: absolute;
    background: #292c2f;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.secondaryFooter {
    position: relative !important;
}

.instaFooter {
    padding-top: 0 !important;
}

.instaImage {
    background-size: cover;
    background-position: center center;
    width: 250px;
    height: 250px;
    margin: 10px;
    display: inline-block;
}

#footer a {
    color: #bd8e41;
    text-decoration: none;
}

.footerCol {
    padding: 10px;
    width: 30%;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 40px;
}

.icon {
    background: #33383b;
    border-radius: 7px;
    padding: 10px;
    margin-right: 10px;

}

.icon:hover {
    background: #bd8e41;
    color: #33383b;
}

.imgTitle {
    font-family: 'PT Serif', serif;
    color: white;
    /*position: absolute;*/
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    z-index: 1;

}

.dividerText {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    max-width: 700px;
    margin-top: -20px;
    padding-left: 5px;
    padding-right: 5px;
}

.bgimgOverlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    z-index: 0;
}
.gfimg {
    width: 200px;
}
.crumbimg {
    width: 280px;
}
.logo {
    background-image: url(https://static.larkhallbutchers.co.uk/logo.png);
    background-size: cover;
    background-position: center center;
    width: 300px;
    height: 70px;
    top: 7px;
    left: 10px;
    position: fixed;
}

#hamburgerMenu {
    display: none;
    position: fixed;
    top: 10px;
    color: #bd8e41;
    font-size: 30px;
    right: 10px;
}
.topMenu {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    text-align: right;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    height: 30px;
}
.contactTable {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
}
a{
    color: #bd8e41;
}
.contactTable h2{
    color: #bd8e41;
    font-size: 80px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.contactTable {
    font-size: 22px;
}
.topMenu a {
    color: #bd8e41;
    text-decoration: none;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 20px;
    margin-right: 15px;
}
.card {
    box-shadow: 0 2px 8px rgba(0,0,0,.6)!important;
    background: #FFF;
    margin-top: -200px;
    padding-bottom: 40px;
}
.supplierImage{
    width: 150px;
    margin: 0 20px 0 20px;
}
.mailing-list {
    position: relative;
    left: 50%;
    margin-left: -250px;
    padding-bottom: 40px;
    width: 500px;
}

@media (max-width: 600px) {
    .roundalLogo {
        width: 100%;
        margin-bottom: 0;
    }
    .mailing-list {
        position: relative;
        left: 50%;
        margin-left: -160px;
        padding-bottom: 40px;
        width: 320px;
    }
    .quoteText {
        font-size: 22px;
    }
    .instaImage {
        width: 150px;
        height: 150px;
    }
    .dividerText {
        font-size: 16px;
    }
    .gfimg {
        width: 120px;
    }
    .crumbimg {
        width: 200px;
    }
    .contactIcon {
        display: none !important;
    }
    .card {
        margin-top: -100px;
    }

    .contactTable h2 {
        font-size: 30px;
    }
    .contactTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .contactTable table, .contactTable thead, .contactTable tbody, .contactTable th, .contactTable td, .contactTable tr {
        display: block;
        margin-top: 50px;
    }
    .secondaryHero {
        height: 400px;
    }
    .secondaryHeroTitle {
        font-size: 50px;
        padding-top: 200px;
    }
    .tertiaryHeroTitle {
        font-size: 30px;
        padding-top: 200px;
    }

    .imgTitle {
        font-size: 16px;
    }
    .productContent h2 {
        font-size: 25px;
    }
}

@media (max-width: 1024px) {
    .footerCol {
        width: 95%;
    }
}

@media (max-width: 1040px) {
    .topMenuBar {
        display: block;
    }
    #hamburgerMenu {
        display: block;
    }

    .topMenu a {
        text-align: center;
    }
    .menuItemWrapper {
        display: block;
        width: 100%;
        background: #000;
        padding: 0 0 30px 0;
        text-align: center;
    }
    .topMenu {
        display: none;
        height: 15px;
        background: #000;
        padding-top: 70px;
    }
    .logo {
        width: 210px;
        height: 50px;
    }

}
