@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: #ef4723 url('images/bg-tile.png'); 
	background-repeat:no-repeat;
 	background-position:center bottom;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover; 
	border-style:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	border-radius:0px;
	width:100%;
	height:500px;
	position:relative;

}

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: 18px;
    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;
	position:absolute;
    margin-bottom:12px;
	
}


#ff label { 
border-bottom-left-radius:2em;
            border-top-left-radius: 2em;
            padding: 8px;
            display: block;
            border: 1px solid #d4d4d4;
            background: #e9f939; /* Old browsers */
            padding-right: 5px;
            color:black;
            float:left;
            width:17.5%;
            text-align: center;

	
}

input { 
	width: 80%;
            border: 1px solid #d4d4d4;
            border-bottom-right-radius: 2em;
            border-top-right-radius: 2em;
            box-shadow: inset 0px 2px 2px #ececec;
            display: inline;
            padding: 8px;
            font-size: 100%;
            margin-top: 0px;
            margin-bottom: 1%;
}

.sendButton {

padding: 10px 10px 11px !important;
font-size: 18px !important;
background-color: #57d6c7;
font-weight: bold;
text-shadow: 1px 1px #57D6C7;
color: #ffffff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #57D6C7;
cursor: pointer;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;

	

/* Created by ftutorials.com */