@charset "utf-8";
html {
    scroll-behavior: smooth;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    background-color: #fff;
    background: url(../images/hero.png), url(../images/body_background.png);
    background-size: contain, 500px 593px;
    background-repeat: no-repeat, repeat;
    background-position: 50% 20px;
    background-blend-mode: multiply;
    line-height: 1.75;
    color: #222;
    font-feature-settings: "palt" 1;
    position: relative;
    overflow-x: hidden;
    text-align: center;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

.Hero {
    position: relative;
    padding: 0 15px;
}

.bayfm {
    text-align: right;
    margin-top: 20vw;
    margin-bottom: 60px;
}

main {
    padding-bottom: 60px;
}

h1 {
    margin: 60px auto 0 auto;
}

.cafe {
    margin: 30px 0 60px 0;
}

.price {
    margin-top: 60px;
}

footer {
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.15);
    padding: 40px 15px;
}

@media screen and (max-width: 768px) {
    body {
        background-size: 120%, 500px 593px;
    }
    h1 {
        margin-top: 20px;
    }
    .bayfm {
        margin-top: 15vw;
        margin-bottom: 20px;
    }
}
