<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title>My Website</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=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
		
		<style>
			/* Reset and base styles */
			body {
				font-family: "Noto Sans", sans-serif;
				margin: 0;
				padding: 0;
				background-color: #ffffff;
			}
			
			/* Section Default */
			body .section-default {
				height: 100vh;
				display: flex;
				align-items: center;
				justify-content: center;
				background-image: url("https://tyler-share.s3.us-east-1.amazonaws.com/JCI_logo/background.jpg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
			}
			
			/* Logo */
			body .section-default .logo {
				display: flex;
				align-items: center;
				justify-content: center;
			}
			
			body .section-default .logo img {
				max-width: 256px;
			}
			
			/* Headline */
			body .section-default .headline {
				margin-top: 48px;
				text-align: center;
			}
			
			body .section-default .headline .headline__title h1 {
				font-size: 32px;
				font-weight: 400;
				color: #ffffff;
			}
			
			body .section-default .headline .headline__content {
				margin-top: 24px;
			}
			
			body .section-default .headline .headline__content p {
				font-size: 16px;
				font-weight: 300;
				color: #ffffff;
			}
			
			/* Container */
			body .container {
				max-width: 600px;
				padding: 0 20px;
				margin: 0 auto;
			}
			
			/* Footer */
			body footer {
				position: fixed;
				bottom: 0;
				left: 0;
				width: 100%;
				padding: 16px;
				font-size: 12px;
				color: #ffffff;
				text-align: center;
			}
			
			/* Media Query for smaller screens */
			@media screen and (max-width: 768px) {
				body .section-default .logo img {
					max-width: 164px;
				}
				
				body .section-default .headline .headline__title h1 {
					font-size: 20px;
				}
				
				body .section-default .headline .headline__content p {
					font-size: 13px;
				}
				
				body .container {
					max-width: 90%;
				}
			}
		</style>
	</head>
	<body>
		<section class="section-default">
			<div class="container">
				<div class="logo">
					<img src="https://tyler-share.s3.us-east-1.amazonaws.com/JCI_logo/logo.png" alt="Johnson Controls" />
				</div>
				<div class="headline">
					<div class="headline__title">
						<h1>Smart solutions, temporary interruption</h1>
					</div>
					<div class="headline__content">
					  <p>Your smart, healthy, sustainable building upgrades require minimal downtime – and so do our website updates.&nbsp;</p>
					  <p>This site is offline for scheduled maintenance. </p>

<p>If you need help or wish to get more information, please contact us at:</p>
						<p><strong>webdomainsupport@jci.com</strong> </p>
                    </div>
				</div>
			</div>
		</section>
		<footer>
			<span>© 2024 Johnson Controls. All Rights Reserved.</span>
		</footer>
	<script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=426362354" async></script></body>
</html>
