/* 
Webdesign made by Vision of Detail
 */


@font-face {
    font-family: 'OverusedGrotesk-VF';
    font-weight: 300 900;
    font-style: normal;
    src: url("font/OverusedGrotesk-VF.woff2") format('woff2'),
        url("font/OverusedGrotesk-VF.woff") format('woff');
}

body {
    margin: 0;
    font-family: 'OverusedGrotesk-VF', Arial, Helvetica, sans-serif;
    font-weight: 460;
    background-color: #000;
    color: #fff;
}

.inner {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}

header {
    height: 10vh;
    padding-top: 3em;
    box-sizing: border-box;
}

.logo {
    display: inline-block;
    width: 80px;
}

img {
    width: 100%;
    height: auto;
}

main {
    height: 75dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    line-height: 1em;
    font-size: 5em;
    font-weight: 450;
    margin-bottom: .5em;
}

h2 {
    font-weight: 2em;
    font-weight: 250;
}

.smallp {
    font-size: 1em;
    font-weight: 300;
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    /* color: #E10F13; */
    text-decoration: underline;
}

h1 a:hover {
    text-decoration: none;
}

.clients {
    margin-top: 10vh;
    font-size: .8em;
}

footer .inner {
    height: 15dvh;
    display: flex;
    justify-content: space-between;
}

footer p,
footer a {
    margin: 0;
}

footer p {
    display: block;
}

@media (max-width: 580px) {

    .inner {
        width: 90%;
    }

    h1 {
        font-size: 3.5em;
    }

    h2 {
        font-weight: 1.7em;
    }

    footer {
        display: block;
    }

    footer div {
        margin-top: 1em;
    }

}