@import url('https://fonts.googleapis.com/css2?family=Sora:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');


* {
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    text-align: center;
    margin: 0;
    font-size: min(3em, 8vw);
    font-family: 'Sora', sans-serif;
    line-height: 40px;
}

h2 {
    text-align: center;
    font-size: min(2em, 4vw);
    font-family: 'Sora', sans-serif;
    line-height: 20px;
}

p {
    text-align: center;
    font-size: min(1em, 3vw);
}

.spacer {
    height: 40px;
}

img.fixedLeft {
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 200px;
}

img.fixedRight {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 200px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30vh;
}

.store {
    width: min(40vw, 300px);
    margin: 0 10px;
    vertical-align: middle;
}

.storeRow {
    display: block;
    text-align: center;
    justify-content: space-evenly;
    left: 0;
    right: 0;
}

a {
    text-decoration: none;
    max(0.5 em, 2 vw);
}


footer a {
    line-height: 30px;
    color: #0a0a0a;
    cursor: pointer;
    margin: 1em;
}

footer {
    display: block;
    text-align: center;
    justify-content: space-evenly;
    left: 0;
    right: 0;
}

#phones {
    width: 70%;
    height: auto;
}