@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap');

/* @import url('https://fonts.googleapis.com/css?family=Tangarine'); */

@font-face {
    font-family: "Booter - Zero Zero";
    src: url("Fonts/Booter\ -\ Zero\ Zero.woff") format("woff"), url("Fonts/Booter\ -\ Zero\ Zero.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    font-family: 'Libre Baskerville', serif;
    color: black;
}

html,
body {
    background-color: white;
    margin: 1em;
    padding: 0;
}

.nav-ul {
    margin: 0;
    text-align: center;
}

.nav li {
    display: inline;
}

.nav a {
    display: inline-block;
    padding: .5em;
    color: rgb(128, 128, 131);
    text-decoration: none;
}

.main-nav {
    text-align: center;
    font-size: 1.1em;
    font-weight: lighter;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-left: 25em;
    margin-right: 25em;
}

.main-nav li {
    padding: 0 2em;
}

.nav a:hover {
    background-color: lightblue;
}

.main-header {
    background-color: white;
    background-blend-mode: multiply;
    background-size: cover;
    /* padding-bottom: 30px; */
}

.price-header {
    background-color: rgb(255, 255, 255);
    background-blend-mode: multiply;
    background-size: cover;
    padding-bottom: 30px;
}

.shop-name {
    text-align: center;
    margin: 0;
    font-size: 1em;
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    color: Black;
}

.address {
    text-align: center;
    font-size: 2em;
    font-family: 'Tangarine', serif;
    font-weight: normal;
    color: black;
}

.shop-name-large {
    font-size: 5em;
}

.content-section {
    margin: 1em;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1.5em;
}

.section-header {
    font-family: 'Tangarine', serif;
    font-weight: normal;
    color: #333;
    text-align: center;
    font-size: 2.5em;
}

.logo-image {
    display: block;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.heart {
    display: block;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.main-footer {
    font-family: 'Tangarine', serif;
    background-color: rgb(248, 242, 243);
    color: white;
    padding: .25em 0;
}

.main-nav-container {
    display: flex;
    /* flex-wrap: wrap; */
    /* width: 80%; */
    text-align: center;
}

.main-nav-container ul {
    text-align: center;
    font-weight: normal;
}

.mySlides {
    display: none;
}

.pricelist-header {
    text-align: left;
    font-size: 2em;
    font-family: 'Tangarine', serif;
    font-weight: normal;
    color: black;
}

.pricelist-background {
    margin: 1em;
    font-size: 1.4em;
    /* background-color: white; */
    background-blend-mode: multiply;
    background-size: cover;
    padding-bottom: 30px;
}


/* .pricelist-background::before {
            margin: 1em;
            font-size: 1.4em;
            /* background-color: white; */

opacity: 0.7;
background-blend-mode: multiply;
background-size: cover;
padding-bottom: 30px;

}
*/ .pricelist-table {
    margin: 1em;
    font-size: 1.0em;
}
span.about-text {
    display: inline-block;
    width: 300px;
    height: 100px;
    padding: 5px;
    background-color: white;
}
h5 {
    break-before: column;
}
section.three-columns {
    columns: 3;
}
.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.hero::before {
    content: "";
    background-image: url("Images/DaylesfordTable.jpg");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: .75;
}
.inside-text {
    position: relative;
    color: black;
    font-size: 2rem;
    line-height: 0.9;
}
.li {
    text-align: center;
    font-size: 1.1em;
    font-family: 'Tangarine', serif;
    font-weight: lighter;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-left: 25em;
    margin-right: 25em;
    font-display: inline;
}
.body {
    background-image: url("Images/massage.png");
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}