@charset "utf-8";
/* CSS Document */
@font-face { font-family: TheSerif; src: url(TheSerifB_TT_9_.eot); }

@font-face { font-family: TheSerif; src: url(TheSerifB_TT_9_.woff) format("woff"); }  

@font-face {
    font-family: 'hand_of_sean_proregular';
    src: url('handofseanpro-webfont.eot');
    src: url('handofseanpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('handofseanpro-webfont.woff') format('woff'),
         url('handofseanpro-webfont.ttf') format('truetype'),
         url('handofseanpro-webfont.svg#hand_of_sean_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{

background-color:#ffffff;
font-family: 'Open Sans', sans-serif;

}
h1{
color:#4D2177;
font-size:4.8em;
margin:-30px 0px 60px 0px;
padding:0px 0px 30px 0px;
line-height:0.8em;
font-family:TheSerif, Verdana, Arial;
text-transform:uppercase;
-webkit-transform: rotate(-6deg);
-moz-transform: rotate(-6deg);
-ms-transform: rotate(-6deg);
-o-transform: rotate(-6deg);
}
h1 span{
	color:#84A40B;
}
h2{
	font-family:'hand_of_sean_proregular', Arial;
	color:#4D2177;
	font-size:3em;
	font-weight:normal;
	margin:0px;
	line-height:0.8em;
}
i{
font-size:3em;
color:#ffffff;
text-decoration:none;
margin-left:30px;
}
i:hover{
color:#84A40B;
}
#logocontainer a{
color:#ffffff;
text-decoration:none;
}
#content{
max-width:530px;
padding:0px;
margin-left:auto;
margin-right:auto;
margin-top:60px;
background-color:#ffffff;
border-radius:8px;

}
#logocontainer{
	max-width:530px;
margin-top:30px;
margin-left:auto;
margin-right:auto;
text-align:right;
}
.button{
background-color:#4D2177;
color:#ffffff;
border-radius:5px;
padding:8px 15px;
min-width:210px;
float:left;
margin:0px 25px 25px 0px;
font-size:3em;
text-align:center;
font-family:'hand_of_sean_proregular', Arial;
text-decoration:none;
}
.button:hover{
background-color:#84A40B;
}
.clearer{
clear:both;
padding-bottom:5px;
}
input{
border:1px solid #999999;
background:none;
border-radius:8px;
padding:10px 10px 10px 6px;
font-family: 'Open Sans', sans-serif;
font-size:2em;

    
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}



input:focus{   
  color: #333;  
  border-color: rgba(132, 164, 11, 0.4);  
    
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(89, 191, 179, 0.4);  
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(89, 191, 179, 0.4);  
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(89, 191, 179, 0.4);  
  outline: 0 none;   
}  
#submit{
background-color:#4D2177;
color:#ffffff;
font-family:'hand_of_sean_proregular', Arial;
padding-left:20px;
padding-right:20px;
margin-left:15px;
}
#submit:hover{
	background-color:#84A40B;
}
#kayaker{
float:right; margin-top:-120px;
}
img{border:0px; max-width:100%}
#scout{
max-width:300px;
float:left;
}
