<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Luminous Landscape</title>
<link rel="shortcut icon" href="http://lula.wpengine.com/wp-content/uploads/2015/02/lula-fav.png" />
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="alternate" type="application/rss+xml" title="Luminous Landscape RSS Feed" href="http://luminous-landscape.com/feed/" />
<link rel="alternate" type="application/atom+xml" title="Luminous Landscape Atom Feed" href="http://luminous-landscape.com/feed/atom/" />
<link rel="pingback" href="http://luminous-landscape.com/xmlrpc.php">
<link rel="stylesheet" type="text/css" href="http://luminous-landscape.com/wp-content/plugins/minimal-coming-soon-maintenance-mode/framework/public/css/basic.css" />
<script src='//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js'></script>
<script>
	WebFont.load( {
		google: {
			families: ['Roboto Condensed', 'Roboto']
		}
	} );
</script>
<style>
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}figure{margin:0}figcaption{text-align:center}img{border:0;-ms-interpolation-mode:bicubic}ul,li{list-style-type:none}img{max-width:100%;height:auto}input{-webkit-border-radius:0;border-radius:0}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}


/**
 * 2 - Essentials
 * --------------------------------------------------------------
 */

.s-cf:before,.s-cf:after,.s-container:before,.s-container:after{content:' ';display:table}.s-cf:after,.s-container:after{clear:both}.s-cf,.s-container{*zoom:1}.s-hide{display:none}.s-float-right{float:right}.s-float-left{float:left}.s-center-text{text-align:center}.s-left-text{text-align:left}.s-right-text{text-align:right}.s-container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:768px){.s-container{max-width:750px}}@media(min-width:992px){.s-container{max-width:970px}}@media(min-width:1200px){.s-container{max-width:1170px}}


/**
 * 3 - Typography
 * --------------------------------------------------------------
 */

body {
	font-family: 'Karla', Arial, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
			hyphens: auto;
}


/**
 * 4 - Forms
 * --------------------------------------------------------------
 */

input[type="text"],
input[type="submit"] {
	font-family: 'Karla', Arial, sans-serif;
	background: transparent;
	border: 1px solid #eeeeee;
	padding: 8px 10px;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
input[type="text"]:focus,
input[type="text"]:active {
	outline: none;
}

/* Buttons */

input[type="submit"] {
	background: #0f0f0f;
	border-color: #0f0f0f;
	color: #ffffff;
	font-size: 12px;
	padding: 8px 20px;
	margin-top: 10px;
	width: auto;
	cursor: pointer;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #0a0a0a;
	border-color: #0a0a0a;
}


/**
 * 5 - Plugin (Default)
 * --------------------------------------------------------------
 */

a {
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	outline: thin dotted;
}
.maintenance-mode {
	margin: 80px auto;
}
.content {
	position: relative;
	z-index: 10;
}
.logo-container {
	line-height: 0;
}
.logo {
	display: inline-block;
	margin-bottom: 30px;
}
.header-text {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.secondary-text {
	font-size: 14px;
}
.subscription {
	margin-top: 30px;
}
.anti-spam {
	font-size: 11px;
	margin-top: 15px;
	color: #bbbbbb;
}
@media (max-width: 767px) {
	.maintenance-mode {
		margin: 20px auto;
	}
}

/**
 * 6 - Alerts
 * --------------------------------------------------------------
 */

.signals-alert {
	color: #ce8f22;
	background-color: #fffcee;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	padding: 5px 19px 5px 10px;
	margin-bottom: 10px;
}
.signals-alert-success {
	color: #438a85;
	background-color: #f3faf8;
}
.signals-alert-info {
	color: #246a8e;
	background-color: #ebf6fb;
}
.signals-alert-danger {
	color: #e76e70;
	background-color: #fff6f4;
}

body{background-image:url("http://lula.wpengine.com/wp-content/uploads/2015/02/home-image-blur.jpg");}
.header-text{font-family:"Roboto Condensed", Arial, sans-serif;font-size:58px;color:#FFFFFF;text-align: center;margin-bottom:10px;}
.secondary-text{font-family:"Roboto", Arial, sans-serif;font-size:14px;color:#FFFFFF;text-align: center;}
.anti-spam{font-family:"Roboto", Arial, sans-serif;font-size:13px;color:#BBBBBB;}
.content{background-image:url("http://lula.wpengine.com/wp-content/plugins/minimal-coming-soon-maintenance-mode/framework/public/img/overlay.png");padding:30px;border-radius:5px;box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.75);max-width:440px;margin-left:auto;margin-right:auto;text-align:left;}
.content input{text-align:left;}
</style>
</head>
<body>
	<body class="signals-plugin">
<div class="maintenance-mode">
		<div class="s-container">
			<div class="content">

				<div class="logo-container">
					<img src="http://lula.wpengine.com/wp-content/uploads/2015/02/lula-logo.png" class="logo" />
				</div>
				<h1 class="header-text">COMING SOON!</h1>
				<p class="secondary-text">The new Luminous Landscape will be up and running shortly. The new site will be back online Saturday, February 14th in the evening. Thank you for your patience!</p>
			</div><!-- .content -->
		</div><!-- .s-container -->
<script type="text/javascript">
	(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
		(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
		m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
	})(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker');

	__gaTracker('create', 'UA-42725807-1', 'auto');
	__gaTracker('set', 'forceSSL', true);
	__gaTracker('send','pageview');

</script>		
</div><!-- .maintenance-mode -->

</body>


	<!-- Maintenance Mode Plugin by 69signals (http://www.69signals.com) -->
	<!-- We are a creative digital agency. We love to weave the web, simple but amazing. We create flawless web and mobile applications. -->
</body>
</html>