:root {
    --w: #fff;
    --b: #000;
    --c1: #fae5e4;
    --c3: rgb(255, 176, 176);
    --c4: #085c51;
    --c7: #12423c;
    --c5: #ec6a65;
    --c6: #2d8176;
    --c9: #fff2d3;
    --c8: #8d3e3a;

}

@font-face {
    font-family: 'BourtonBaseDrop';
    src: url('fonts/BourtonBaseDrop.eot');
    src: url('fonts/BourtonBaseDrop.eot?#iefix') format('embedded-opentype'),
        url('fonts/BourtonBaseDrop.woff2') format('woff2'),
        url('fonts/BourtonBaseDrop.woff') format('woff'),
        url('fonts/BourtonBaseDrop.ttf') format('truetype'),
        url('fonts/BourtonBaseDrop.svg#BourtonBaseDrop') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BourtonBase';
    src: url('fonts/BourtonBase.eot');
    src: url('fonts/BourtonBase.eot?#iefix') format('embedded-opentype'),
        url('fonts/BourtonBase.woff2') format('woff2'),
        url('fonts/BourtonBase.woff') format('woff'),
        url('fonts/BourtonBase.ttf') format('truetype'),
        url('fonts/BourtonBase.svg#BourtonBase') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BourtonDropStripesB';
    src: url('fonts/BourtonDropStripesB.eot');
    src: url('fonts/BourtonDropStripesB.eot?#iefix') format('embedded-opentype'),
        url('fonts/BourtonDropStripesB.woff2') format('woff2'),
        url('fonts/BourtonDropStripesB.woff') format('woff'),
        url('fonts/BourtonDropStripesB.ttf') format('truetype'),
        url('fonts/BourtonDropStripesB.svg#BourtonDropStripesB') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BourtonLineBold';
    src: url('fonts/BourtonLineBold.eot');
    src: url('fonts/BourtonLineBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BourtonLineBold.woff2') format('woff2'),
        url('fonts/BourtonLineBold.woff') format('woff'),
        url('fonts/BourtonLineBold.ttf') format('truetype'),
        url('fonts/BourtonLineBold.svg#BourtonLineBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BourtonLine';
    src: url('fonts/BourtonLine.eot');
    src: url('fonts/BourtonLine.eot?#iefix') format('embedded-opentype'),
        url('fonts/BourtonLine.woff2') format('woff2'),
        url('fonts/BourtonLine.woff') format('woff'),
        url('fonts/BourtonLine.ttf') format('truetype'),
        url('fonts/BourtonLine.svg#BourtonLine') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BourtonLineMedium';
    src: url('fonts/BourtonLineMedium.eot');
    src: url('fonts/BourtonLineMedium.eot?#iefix') format('embedded-opentype'),
        url('fonts/BourtonLineMedium.woff2') format('woff2'),
        url('fonts/BourtonLineMedium.woff') format('woff'),
        url('fonts/BourtonLineMedium.ttf') format('truetype'),
        url('fonts/BourtonLineMedium.svg#BourtonLineMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.5em;
    color: var(--c9);
    background-color: var(--c7);
    scroll-behavior: smooth;
}

nav {
    height: 65px;
    width: 100vw;
    position: fixed;
    z-index: 1000;
}
nav figure {
    margin: 40px 0 0;
    width: 100%;
    display: inline-block;
    height: 40px;
    text-align: center;
}
nav img {
    height: 40px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
}

#links {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #links ul {
        list-style: none;
        padding: 0;
    }

    #links p {
        text-align: center;
        font-family: 'BourtonBase';
        margin: 40px auto 20px;
        font-size: 0.8em;
        line-height: 1.2;
    }

    #links .link {
        text-align: center;
        display: block;
        background-color: var(--c8);
        padding: 20px 40px;
        margin-bottom: 20px;
        border-radius: 5px;
        text-decoration: none;
        color: var(--c9);
        font-weight: 500;
		cursor: pointer;
    }

    #links .link:hover {
        color: var(--b);
        filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
    }


@media screen and (max-width: 750px) {

    html, body {
        font-size: 15px;
    }


}
