<!DOCTYPE html>
<html>
<head>
    <title>Crush Design</title>
    <link href="/assets/imgs/favicon.png" rel="shortcut icon" type="image/png">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        article,aside,details,figcaption,figure,footer,h1,header,main,nav,section{display:block}a,h1{color:#fff}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}body,h1{font-family:Hanken Grotesk,sans-serif}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{background:#fff;font-size:12px;font-weight:400;line-height:1.15}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:dotted thin}a:active,a:hover{outline:0}a img{border:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.page{background-color:#000;color:#fff;background-size:cover;background-position:center center;width:100%;min-height:100vh;padding:30px}.page header{padding:30px 0}.page header .logo{width:100%;height:auto;max-width:140px}.page .text{display:flex;align-content:center;align-items:center;min-height:60vh;color:#fff;flex-wrap:wrap}@media only screen and (min-width:300px){body{font-size:14px}}@media only screen and (min-width:850px){.page,.page header{padding:60px}body{font-size:15px}}@media only screen and (min-width:1320px){body{font-size:16px}}h1{margin-bottom:.8em;font-weight:300;font-size:24px}@media only screen and (min-width:550px){.page .text{max-width:62%;padding:60px;font-weight: 200;}h1{font-size:50px;font-weight: 200;}}b,strong{font-weight:600}a{border-bottom:2px solid #000;opacity:1;text-decoration:none;transition: all 1s ease;}a:hover{border-bottom:2px solid #fff;opacity:0.8;}

            @font-face {
                font-family: 'Hanken Grotesk';
                src: url('/assets/fonts/HankenGrotesk-VariableFont_wght.ttf') format('truetype');
                font-weight: 100 900;
                font-style: normal;
                font-display: swap;
            }

            @font-face {
                font-family: 'Hanken Grotesk';
                src: url('/assets/fonts/HankenGrotesk-Italic-VariableFont_wght.ttf') format('truetype');
                font-weight: 100 900;
                font-style: italic;
                font-display: swap;
            }

            @font-face {
                font-family: 'Hanken Grotesk';
                src: url('/assets/fonts/HankenGrotesk-Regular.ttf') format('truetype');
                font-weight: 400;
                font-style: normal;
                font-display: swap;
            }

            @font-face {
                font-family: 'Hanken Grotesk';
                src: url('/assets/fonts/HankenGrotesk-Bold.ttf') format('truetype');
                font-weight: 700;
                font-style: normal;
                font-display: swap;
            }

            @font-face {
                font-family: 'Hanken Grotesk';
                src: url('/assets/fonts/HankenGrotesk-Italic.ttf') format('truetype');
                font-weight: 400;
                font-style: italic;
                font-display: swap;
            }


    </style>
</head>
<body>
    <div class="page">
        <header>
            <a href="https://crush-design.co.uk/"><img src="/assets/imgs/logo.svg" class="logo" alt="Crush Design Logo"></a>
        </header>
        <section class="text">
            <h1 style="margin-bottom: 100px;">If you're seeing this page instead of your expected website content, please contact our support team for assistance.</h1>
            <div>
                <h1 style="margin-bottom:5px;"><a href="tel:01246 56 33 57">01246 56 33 57</a></h1>
                <h1><a href="mailto:studio@crush-design.co.uk">studio@crush-design.co.uk</a></h1>
            </div>
        </section>
    </div>
</body>
</html>
