<!doctype html>
<html>
<head>
<meta charset="UTF-8">

	<!--| META |-->
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
    
    <!--| TITLE |-->
    <title>Maricer - Maintenance</title>
    
    <!-- ICONS -->
    <link rel="shortcut icon" href="favicon.ico">
    <link rel="apple-touch-icon" href="apple-touch-icon.png">
    
    <!--| GOOGLE ANALYTICS |-->
    <script>
		var _gaq=[['_setAccount','UA-6129369-134'],['_trackPageview']];
		(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
		g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
		s.parentNode.insertBefore(g,s)}(document,'script'));
	</script>

	<style>
    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%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
    html, button, input, select, textarea { font-family: sans-serif; color: #222; }
    
    ::-moz-selection { background: #3297FD; color: #fff; text-shadow: none; }
    ::selection { background: #3297FD; color: #fff; text-shadow: none; }
    
    abbr[title] { border-bottom: 1px dotted; }
    b, strong { font-weight: bold; }
    blockquote { margin: 1em 40px; }
    dfn { font-style: italic; }
    hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
    ins { background: #ff9; color: #000; text-decoration: none; }
    mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
    pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
    pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
    q { quotes: none; }
    q:before, q:after { content: ""; content: none; }
    small { font-size: 85%; }
    
    sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }
    
    ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
    dd { margin: 0 0 0 40px; }
    nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
    
    img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
    
    svg:not(:root) { overflow: hidden; }
    
    figure { margin: 0; }
    
    form { margin: 0; }
    fieldset { border: 0; margin: 0; padding: 0; }
    label { cursor: pointer; }
    legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
    button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
    button, input { line-height: normal; }
    button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
    button[disabled], input[disabled] { cursor: default; }
    input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
    input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
    input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
    button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
    textarea { overflow: auto; vertical-align: top; resize: vertical; }
    input:valid, textarea:valid {  }
    input:invalid, textarea:invalid { background-color: #f0dddd; }
    
    table { border-collapse: collapse; border-spacing: 0; }
    td { vertical-align: top; }
    
    *:active, *:focus {outline: none;}
    :-moz-any-link:focus { outline: none;}
    
    html { font-size: 62.5%; }
    
    body {
        background: #fff;
        color: #444;
        font-family: "Merriweather",Georgia,serif;
        font-size: 1.6em; /* 17px */
        font-weight: 100;
        line-height: 1.4;
        margin: 0;
    }
	
	p {
		margin: 0 0 1.25em 0;
		font-family: "Merriweather",Georgia,serif;
	}
	
	h1 {
        font-family: "Merriweather",Georgia,serif;
		font-size: 52px;
        line-height: 1.1;
        color: #444;
		font-size: 5.2rem;
		font-weight: normal;
		padding-top: 0.5em;
		margin-top: 0.75em;
		margin-bottom: 0.5em;
		border-top: 3px double #ddd;
	}
    
    a {
        color: #444;
        text-decoration: underline;
        font-size: 100%;
        cursor: pointer;
        -webkit-transition: 0.2s ease-in-out;
           -moz-transition: 0.2s ease-in-out;
             -o-transition: 0.2s ease-in-out;
                transition: 0.2s ease-in-out;
    }
    a:hover { 
        color: #000;
        text-decoration: none;
    }
	
	img {
		max-width: 100%;
		height: auto;
		border-radius: 2px;
	}
	
	iframe {
		max-width: 100% !important;
	}

    
    .wrapper {
        width: 500px;
        max-width: 100%;
        margin: 5em auto 2em;
        padding: 0 24px;
        -web-kit-box-sizing: border-box;
            -moz-box-sizing: border-box;
                 box-sizing: border-box;
    }   
    .wrapper:before, .wrapper:after { content: ""; display: table; }
    .wrapper:after { clear: both; }
    .wrapper { *zoom: 1; }

	
	#logo {
		width: 70%;
		margin: 0 auto;
	}
	
	@media screen and (min-width: 0px) and (max-width: 340px) {
	
	.wrapper { margin-top: 2em; }
	h1 { font-size: 30px; }
	#logo { width: 85%; }
		
	}
    
    </style>

</head>
<body>

	<article class="wrapper">
    
    	<header>
        	
        	<div id="logo">
            	<img src="logo.png" alt="Maricer">
            </div>
            
            <h1>Scheduled maintenance</h1>
            
      </header>
        
      <p>Our web development elves are currently working hard behind the scenes to make our website even better!<br>
        <br>
      We'll be back shortly.</p>
        
      <p>In case you need to contact us, please email <a href="mailto:sales@maricer.com">sales@maricer.com</a> or call +44 (0) 1790 753 164</p>
    
</article>

</body>
</html>