@charset "utf-8";
 	
@import url(http://fonts.googleapis.com/css?family=Orbitron);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
/* CSS Document */

* { margin: 0; padding: 0; }
html { height: 101%; }
body { background: #0b72ba url('images/bg-tile.png'); rep font-size: 16px; padding-bottom: 65px; background-repeat: no-repeat; }

h1 { line-height:1.4em; font-size: 24px; margin-bottom:8px; }
h2 { line-height:1.2em; font-size: 20px; }
p { line-height:1.2em; margin-bottom:24px; }

a { color:#42241b; font-size:16px; text-decoration:none; }
a:hover { color:#000; text-decoration:underline;  }

.wrapper {
	width:370px;
   margin:0 auto;
   margin-top: 10px;
   position: !important;

	
}

h2{
    font-size: 25px;
    color: #ffffff;
    font-family: 'Source Sans Pro', serif;
    font-weight: bold;
}

h1{
    font-size: 25px;
    color: #ffffff;
    font-family: 'Source Sans Pro', serif;
    font-weight: bold;
}

h3{
    font-size: 15px;
    color: #ffffff;
    font-family: 'Source Sans Pro', serif;
    font-weight: bold;
}

h4{
    font-size: 12px;
    color: #ffffff;
    font-family: 'Source Sans Pro', serif;
    font-weight: bold;
	text-align: center;
}

#contact_form { 
	
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#0b72ba;
	padding:15px;
	
}


#ff label { 
	cursor:pointer;
	margin:4px 0;
	color:#ed7700;
	display:block;
	font-weight:800;
	
}

input { 
	display:block;
	width:90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:15px;
}

.sendButton {

   background-color: #57d6c7; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

	

/* Created by ftutorials.com */