<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en-US">
    <head>
        <title>TurfNet - Scheduled Maintenance</title>
		<meta name="robots" content="noindex,nofollow" />

		<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' />

		<style type="text/css">
			html, body {
				height: 100%;
				margin: 0;
				padding: 0;
			}

			body {
				background-color: #8B1A1A;
				color: #fff;
				font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
				text-align: center;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
			}

			h1 {
				font-size: 60px;
				font-weight: 700;
				line-height: 1.1;
				margin: 30px 0 10px;
				letter-spacing: 6px;
			}

			h2 {
				font-size: 28px;
				font-weight: 300;
				line-height: 1.3;
				margin: 0 0 40px;
			}

			p {
				color: #f0c4c4;
				font-size: 18px;
				font-weight: 300;
				line-height: 1.6;
				max-width: 600px;
				margin: 0 auto 20px;
			}

			.logo img {
				background-color: #fff;
				padding: 15px 25px;
				border-radius: 6px;
			}
		</style>
    </head>
    <body>

    <div class="logo">
        <img src="https://turfnet.com/wp-content/mu-plugins/rainmaker-maintenance-mode/turfnet_logo.png" alt="TurfNet" />
    </div>
    <h1>FORE!</h1>
    <h2>Scheduled Maintenance Underway</h2>
    <p>
        We are currently updating our servers, and the site is temporarily unavailable. We apologize for the inconvenience and anticipate the site to be back online by 11 AM EDT.
    </p>

    </body>
</html>
