@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap');

body {
    background-image: url("images/blackwheels-gaetan-oberson-bg-site.webp");
    background-color: #040205;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    background-position: top center;
    padding: 0 3vw;
}

@media screen and (max-width: 768px){
    body {
        background-size: auto 100%;
    }
}

section > .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hidden {
    display: none;
}

.logo {
    width: 80%;
    max-width: 500px;
    margin: auto;
}

img {
    width: 100%;
}
address {
    display: flex;
    flex-direction: column;
    font-style: inherit;
    justify-content: space-between;
    margin: 2em;
    align-items: center;
    line-height: 1.45em;
}

.address-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .9em;
    margin-top: .5em;
    font-weight: 400;
    margin-bottom: 0;
}

svg {
    margin-left: .5em;
}

svg path {
    fill: white;
}

a {
    display: inline-block;
    padding: .5em 2em;
    margin-bottom: .5em;
    color: white;
    text-decoration: none;
    background: none;
    transition: all .3s ease-out;
    font-weight: 700;
    white-space: nowrap;
}

a:hover {
    background: rgba(255,255,255,.2);

}

ul {
    padding-left: 0;
    margin: 0;
}

header {
    margin-top: 14vh;
}

main {
    flex: 1;
    padding-top: 4vh;
}

footer {
    padding: 2em;
    font-size: 14px;
}

.services {
    margin-bottom: 8vh;

}

.list {
    font-size: clamp(18px, 4vw, 26px);
    font-weight: 700;
    list-style: none;
}

.list li {
    margin-bottom: .5em;
}

.contact-links {
    display: flex;
    justify-content: center;
    margin-top: 8vh;
    flex-wrap: wrap;
}
