@font-face {
    font-family: 'Birmingham';
    src: url(./Birmingham.ttf);
}

html {
    scrollbar-width: none;
    width: 100%;
    height: 100%;
}

body {
    font-family: Birmingham !important;
    background-image: url(../images/ChurchillsBackground.png);
    background-color: #dfd4be !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-attachment: scroll;
    background-repeat: repeat-y;
    overflow-x: hidden;
}

body::-webkit-scrollbar, body::-webkit-scrollbar-button {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    color: black !important;
}

* {
    box-sizing: border-box;
}

.centreBody {
    text-align: center;
}

.vertCentre {
    line-height: 2em !important;
}

.title {
    font-size: 6.5vw;
    color: #000000 !important; 
}

.title-mobile {
    font-size: 300%;
    color: #000000 !important;
}
.title-container {
    margin-left: 25%;
    width: 50%;
    background-color: #dfd4be !important;
    border-radius: 15px;
    border: 3px #342504 solid;
}

.title-container-mobile {
    width: 75%;
    height: 150px;
    margin-left: 12.5%;
    background-color: #dfd4be !important;
    border-radius: 15px;
    border: 3px #342504 solid;
}

.desc-container {
    margin-left: 17.5%;
    width: 65%;
    background-color: #dfd4be;
    border-radius: 15px;
    border: 3px #342504 solid;
}

.wrap-container {
    background-color: #dfd4be;
    border-radius: 15px;
    border: 3px #342504 solid;
    width: 45%;
    margin-left: 7.5%;
}

.price-container {
    background-color: #dfd4be;
    border-radius: 15px;
    border: 3px #342504 solid;
}

.itemTitle-container {
    background-color: #dfd4be;
    border-radius: 15px;
    border: 3px #342504 solid;
}

.carousel-container {
    width: 45%;
    margin-left: 27.5%;
    border: 4px #dfd4be solid; 
}
.carousel-container-mobile {
    width: 75%;
    margin-left: 12.5%;
    border: 4px #dfd4be solid; 
}

.locationImage {
    width: 95%;
    border: 5px #342405 solid;
}

.locationImageBig {
    width: 55%;
    border: 5px #342405 solid;
}

.map-embed {
    padding-left: 45px !important;
}
/* Navbar Config */

.customNav {
    background-color: #dfd4be;
    height: calc(4em + 5px);
    border-bottom: 5px #342504 solid;
}

.customTitle {
    font-size: xx-large !important;
}

a {
    text-decoration: none !important;
    color: black !important;
    transition: .3s linear;
}

a:hover {
    color: #342504 !important;
}

.footer {
    background-color: #dfd4be !important;
    border-top: 5px #342504 solid;
    margin-top: auto;
}

.footercontainer {
    min-height: 100% !important;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

#burgerMenu {
    display: none;
    background-color: #dfd4be;
    border-bottom: 2px solid black;
}

/* Item Page */

#itemImage {
    width: 17.5%;
    border: 5px #342405 solid;
    padding: 0px;
}

#add-to-cart {
    margin-left: 19%
}

.item-image-caro {
    width: 15%;
}

.burgerItemPiece {
    /* margin-left: 5%; */
}

#SubmitCartButton {
    margin: auto;
}

#itemImageMobile {
    width: 85%;
    margin-left: 7.5%;
    border: 5px #342405 solid;
    padding: 0px;    
}