.mainBanner H1{
		font-family: "Passions Conflict", handwriting;
		font-size: 5.5em!important;
		margin-top:13.5%!important;
		line-height:1em!important;
}

.sow-hero-buttons{
		margin-top:1em!important;
}

button.sow-submit{ 
		border-radius: 0.25em;
		background: transparent;
  	border: 2px solid #dd9933;
  	color: #dd9933 !important;
  	font-size: 1.15em;
  	padding: 1em;
  	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  	padding-inline: 2em;
}

button.sow-submit:hover{
		background: #dd9933;
  	border-color: #dd9933;
  	color: #ffffff !important;
}

.hideme{
		display:none;
}