<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title>TRT Banners</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Bitter:wght@400;500&display=swap" rel="stylesheet">
    <style>
        body {
            font-size: 18px;
            font-weight: 500;
            font-family: 'Open Sans', sans-serif;
        }

       

        h1 {
            font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (1600 - 300)));
            color: #399;
            font-weight: 700;
            font-size: 40px;
            margin-bottom: 10px;
            width: 350px;
            max-width: 100%;
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            font-family: 'Bitter', serif;
        }

        a {
            color: #005e71;
            text-decoration: none;
            font-weight: bold;
        }

        img {
            display: block;
            max-width: 100%;
            height: auto;
        }

        * {
            box-sizing: border-box;
        }

        .column {
            padding: 10px;
        }

            .column.left img {
                width: 320px;
            }

        .btn-primary {
            font-size: 18px;
            color: #fff;
            background-color: #003;
            border-color: #00001a;
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-weight: normal;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
            font-family: 'Bitter', serif;
        }

            .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
                color: #fff;
                background-color: #022534;
                border-color: #010c12;
            }

        .column.right {
            float: none;
            width: 100%;
        }


        @media(min-width:576px) {
            .column.left {
                float: left;
                width: 50%;
            }

            .column.right {
                float: right;
                width: 50%;
            }


            .column.left img {
                float: right;
            }

            .body-wrap {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 100%;
                max-width: 788px;
                transform: translate(-50%, -50%);
            }
        }

        @media (max-width:575px) {

            .body-wrap {
                padding: 14px;
            }

            .column.left img {
                display: block;
                margin-left: auto;
                margin-right: auto;
                clear: both;
            }
        }
    </style>
</head>
<body>
    <div class="body-wrap">
        <div class="row">
            <img src="/trt-up-logo.png" alt="trt-up-logo" height="81" width="500" style="width: 350px; margin-bottom: 30px; max-width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto;" />
            <h1>Great News!</h1>
        </div>
        <div class="row">
            <div class="content-wrap">
                <div class="column left">
                    <img src="/group-product-image.jpg" alt="SQCTRKT group" width="400" height="599" />
                </div>
                <div class="column right">
                    <p>
                        As of April 30, 2022, TRT Banners has joined the Post Up Stand family!
                    </p>
                    <p>
                        We’re so excited to be able to offer you a wider selection of high-quality, quick turnaround products in addition to the products you know and love. We will continue to put you first with our responsive and dedicated customer service, including design services which will still be available to you as a valued customer of Post Up Stand.
                    </p>
                    <p>We appreciate your business, and we look forward to continuing to grow together!</p>
                </div>
            </div>
        </div>
        <div class="row" style="display: block; clear: both; text-align: center;">
            <a href="https://www.postupstand.com/" class="btn-primary">SHOP POST UP STAND</a>
        </div>
    </div>

</body>
</html>