html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow: hidden;
}


.bg-image {
    background-image: url('img/bg.jpg');
    background-size: cover;
    height: 50vh;
}

.bottom-banner {
    position: relative;
    height: 50vh;
    z-index: 900;
    background: whitesmoke;
}

.cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14vh 10px 14vh 10px;
    gap: 20px;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}

h1 {
    font-size : min(5vw, 2rem);
    font-weight: bold;
}

h3 {
    font-size : min(4.5vw, 1.8rem);
    font-weight: lighter;
}


.bg-blur {
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
}

.phoneScreenshot {
    width: 33vh;
    display: block;
    margin: auto;
}

.phoneScreenshotContainer {
    overflow: clip;
    position: absolute;
    top: 15%;
    width: 100%;
}

.app-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-60%);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 50%;
    corner-shape: squircle;
    aspect-ratio: 1;
}

.wordmark {
    height: min(10vw, 80px);
}

.store-buttons-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-height: 7vh;
}

.store-buttons-container img {
    object-fit: contain;
    width: 70%;
}

