/**
 * @license
 * MyFonts Webfont Build ID 2845186, 2014-07-14T02:36:20-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Glober Bold by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/glober/bold/
 * 
 * Webfont: Glober Regular by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/glober/regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2845186
 * Licensed pageviews: 20,000
 * Webfonts copyright: Copyright (c) 2014 by Fontfabric LLC. All rights reserved.
 * 
 * © 2014 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("https://hello.myfonts.net/count/2b6a02");
@font-face {font-family: 'GloberBold';src: url('webfonts/2B6A02_0_0.eot');src: url('webfonts/2B6A02_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2B6A02_0_0.woff') format('woff'),url('webfonts/2B6A02_0_0.ttf') format('truetype');}
@font-face {font-family: 'GloberRegular';src: url('webfonts/2B6A02_1_0.eot');src: url('webfonts/2B6A02_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2B6A02_1_0.woff') format('woff'),url('webfonts/2B6A02_1_0.ttf') format('truetype');}

html { margin:0; padding: 0; height: 100%; }

body {
	margin:0; padding: 72px 0 0 72px; height: 100%;
	background:url('../img/error.jpg') #54514e no-repeat 50% 0;
	background-attachment: fixed;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

 h1 { 
	font-family: GloberBold, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 48px;
	line-height: 36px;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 36px 0 0 0;
}

 p { 
	font-family: GloberRegular, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 8px 0 0 72px;
}

.flat-button {
	 width: 192px;
	 height: 45px;
	 margin-top: 15px;
	 padding: 0;
	 font-family: GloberBold, Helvetica, sans-serif;
	 font-size: 20px;
	 color: #fff;
	 text-align: center;
	 background: #6b615c;
	 border: 2px solid #eeeceb;
	 cursor: pointer;
	 -webkit-border-radius: 3px; 
	 -moz-border-radius: 3px; 
	 border-radius: 3px;	
	 -webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.flat-button:hover { 
	background: #7c706a;
	border: 2px solid #fff;
	}
	
	
.flat-button:active { background: #fff; color: #625954; outline: none; }


