<!DOCTYPE html>
<html>
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta charset="utf-8">

    <title>Easy-Trim | Roofing &amp; Construction</title>

    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="http://www.easy-trim.co.uk/css/bootstrap.min.css">
    <style>
        @font-face {
            font-family: "Futur";
            src: url('/fonts/futura medium bt.ttf');
        }
        /** Variables **/
        * {
            font-family: "Futur", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
        }

        .button {
            display: block;
            background-color: #e2e5ea;
            border: none;
            border-left: 15px solid #d33438;
            /*border-top-right-radius: 10px;*/
            /*border-bottom-right-radius: 10px;*/
            border-radius: 10px;
            padding: 10px;
            /*top: 50%;*/
            box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
            position: absolute;
            bottom: 35%;
            width: 200px;
            text-align: center;
            z-index: 100;
        }
        .button a {
            font-size: 18px;
            /* font-weight: 600; */
            color: #000;
            margin-bottom: 0;
            text-decoration: none;
        }
        html {
            height:100%
        }
        body {
            height:100%;
        }
        html *, body * {
            overflow: hidden;
        }
        .logo {
            max-width: 250px;
            position: absolute;
            right: 5%;
            top: 5%;
        }
        h3 {
            text-align: left;
            z-index: 99;
        }
        @media screen and (min-width: 992px) and (max-width: 1200px) {
            .button {
                bottom: unset !important;
                top: 65%;
            }
        }
        @media screen and (min-width: 720px) and (max-width: 991px) {
            .intro:after {
                background-size: 150% !important;
            }
            .button {
                bottom: 20%;
            }
            .left .button {
                bottom: unset;
                top: 50%;
            }
            .left h3 {
                position: absolute;
                top: 15%;
            }
            h3 {
                text-align: center !important
            }

            .logo {
                max-width: 100%;
                position: fixed;
                bottom: 20px;
                left: 0;
                right: 0;
                top: unset;
                text-align: center;
            }
            .logo img {
                max-width: 70%;
            }
        }
        @media screen and (max-width: 719px) {
            .left,.right {
                align-items: unset !important;
            }
            .left {
                padding-top: 20px;
            }
            .right {
                padding-top: 80px;
            }
            .intro:after {
                background-size: 125% !important;
            }
            h3 {
                text-align: center;
            }
            .left h3 {
                top: 0 !important;
                bottom: 0 !important;
            }
            .right .button {
                top: 230px !important;
                bottom: unset;
            }
        }
        .intro:after {
            background-image: url(http://www.easy-trim.co.uk/images/house.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 50%;
            content: '';
            height: 100%;
            position: absolute;
            width: 100%;
        }
        .intro {
            height:100%
        }
        .left {
            align-items : center;
            background-color: #9ca5b1;
            color: white;
            display : flex;
            height : 100%;
            justify-content : center;
        }


        
        .right {
            align-items : center;
            color : #788a99;
            display : flex;
            height : 100%;
            justify-content : center;
        }
        @media (max-width: 991px) {
            .left{
                height:50%
            }
            .right{
                height:50%
            }
        }
    </style>
</head>
<body>



    <div class="logo">
        <img src="http://www.easy-trim.co.uk/images/logo.png" class="img-fluid"/>
    </div>
    <div class="row intro">
        <div class="col-lg-6 col-md-12 left">
            <h3 class="mx-auto">
                Are you a<br/>
                <strong>
                    MERCHANT,<br/>
                    SUPPLIER OR<br/>
                    DISTRIBUTOR?
                </strong>
            </h3>
            <br/>
            <button class="button btn">
                <a href="?opt=mid">VISIT THE SITE</a>
            </button>
        </div>
        <div class="col-lg-6 col-md-12 right">
            <h3 class="mx-auto">
                Are you a<br/>
                <strong>
                    CONTRACTOR,<br/>
                    INSTALLER OR<br/>
                    SPECIFIER?
                </strong><br/>
            </h3><br/>
            <div class="button btn">
                <a href="?opt=cis">VISIT THE SITE</a>
            </div>
        </div>
    </div>
    <script type="text/javascript"></script>
</body>
</html>
