/* ===============================

   Author: BCH
   Date:   4-10-2015

=============================== */
/*Debug
* {Border: 1px dotted black;} */



/*General*/

body {
	background: #0776A0;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 14px;
}
.container {
	width: 100%;
	margin: auto;
	padding: 20px 0;
	text-align: center;
}
.container:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content-wrapper {
	
	background: rgb(205,227,236);
	
	max-width: 500px;
	
	margin: auto;
	
}


/*End General*/
/*Typography*/

h1,h2,h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 100px;
}
h2 {
	font-size: 75px;
}
h3 {
	font-size: 50px;
}
h4 {
	font-size: 25px;
}
/*End Typography*/

.btn {
	width: 200px;
	background: #FF8500 top left repeat;
	color: white;
	padding: 10px 0px 10px 0px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}
.btn:active {
	color: #226078;
}
