/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2022 Colophon Foundry
 *
 * Licenced to Lino Micallef Ten Studio
 */

@font-face {
    font-family: 'basis-grotesque-regular-pro';
    src: url('basis-grotesque-regular-pro.eot');
    src: url('basis-grotesque-regular-pro.eot?#iefix') format('embedded-opentype'),
        url('basis-grotesque-regular-pro.woff2') format('woff2'),
        url('basis-grotesque-regular-pro.woff') format('woff'),
        url('basis-grotesque-regular-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: rgba(0,0,0,1);
    color: white;
    font-family: 'basis-grotesque-regular-pro', sans-serif;
    font-size: 32px;
    line-height: 1.25;
    margin: 0;
    padding: 20px;
}

header {
    margin-bottom: 1em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

h2 {
    font-weight: normal;
    font-size: 1em;
    text-decoration: underline;
    margin: 1em 0;
}

.intro {
    padding-bottom: 1em;
}

.logo {
    background: url("logo.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 313px;
    max-width: 600px;
    margin: 0 auto;
}

header,
main,
footer {
    margin: 0 auto;
    max-width: 1200px;
}

main {
    margin-bottom: 2em;
}

a {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

p {
    margin: 0;
}

footer {
    font-size: 1.25rem;
}

@media screen and (min-width: 767px) {
    body {
        font-size: 54px;
        padding: 100px 20px;
    }

    header {
        margin-bottom: 100px;
    }
}