<!doctype html>
<html class="no-js" lang="">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <title>The Official Jamie Cullum Site</title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <link rel="stylesheet" href="https://use.typekit.net/oot2vou.css">
        <link rel="stylesheet" href="css/normalize.css">
        <style>
        	body {
        		margin-top: 60px;
        		text-align: center;
        		font-family: Arial, sans-serif;
        		color: #fff;
        		background-color: #230000;
                background:#230000 url(img/bg.jpg);
                background-size: cover;
                background-repeat: no-repeat;
        	}

            h1, h2 {
                font-family: "futura-pt","Helvetica","Arial",sans-serif;
                text-transform: uppercase;
            }
            .tour {
                max-width: 440px;
                margin: 0 auto;
                background: rgba(35, 0, 0, .5);
                padding: 40px;
                min-height: 250px;
            }
            .tour tr {
                display: block;
                margin-bottom: 20px;
            }
            .tour td {
                text-align: left;
                padding: 10px;
                vertical-align: top;
                display: table-row;
            }
            .tour td:nth-child(3) {
                padding-bottom: 20px;
            }
            a {
                color: #faebd7;
            }
            a:visited {
                color: #abbfbe;
            }
            @media only screen and (min-width: 35em) {
                /* Style adjustments for viewports that meet the condition */
                .tour tr {
                    display: table-row;
                    margin-bottom: 0;
                }
                .tour td {
                    display: table-cell;
                }
                .tour td:nth-child(1), 
                .tour td:nth-child(3) {
                    white-space: nowrap;
                    padding-bottom: 0;
                }
            }
        </style>
    </head>
    <body>
        <!--[if lte IE 9]>
            <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
        <![endif]-->

        <h1>Jamie Cullum</h1>

        <h2>Upcoming Shows</h2>
        <div class="tour">
            <table>
                <tr>
                    <td>23 October</td>
                    <td>Int'l Akbank Jazz Festival</td>
                    <td><a href="http://www.akbanksanat.com/etkinlik/jamie-cullum-2018">Tickets</a></td>
                </tr>
            </table>
        </div>
        
    </body>
</html>