body
{
	background: url('../images/background.jpg') no-repeat center center fixed;
	background-size: cover;
	min-height:640px;
	min-width: 480px;

}

.hiddenmobile
{
	display:none;
}

.topnav
{
	margin:0;
	padding:0;
	background-color: rgba(25, 25, 25, 0.76);
	height: 40px;
	width: 100%;
}

.topnav h4, .topnav h5, .topnav a
{
	margin:0;
	padding:0;
	color: rgba(225,225,225,1);
}

.topnav #logo
{
	float:left;
}

.topnav #step
{
	width:100%;
	background-color: rgba(25, 25, 25, 0.76);
	margin-left:0px;
}

.topnav #step h4
{
	font-size: 36px;
}

.topnav #about
{
	float:right;
	margin-right:5px;
}

.topnav #about a
{

}

#bottom_nav
{
	display:inline;
	float:right;
	margin-right:5px;
}

.well
{
	background-color: rgba(25, 25, 25, 0.76);
	border: 1px solid rgba(0,0,0,0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.welcome
{
	margin:auto;
	margin-top: 50px;
	max-width:640px;
}

.welcome h1, .welcome h2, .welcome h3, .welcome p, .getquotes h1, .getquotes h2, .getquotes h3, .getquotes p, .getquotes label
{
	color: rgba(225,225,225,1);
}


.welcome h1, .welcome h2, .welcome h3
{
	line-height:10px;
	padding-top: 10px;
}

.welcome h1
{
	font-size: 30px;
	line-height:32px;
	padding-bottom: 14px;
}

.welcome p
{
	font-size: 20px;
}

.welcome input, .welcome .button, .getquotes .button, .getquotes input[type=text], .getquotes input[type=number], .getquotes input[type=phone]
{
	font-size: 36px;
	height: 60px;
}

.welcome .details, .welcome form
{
	margin-top: 20px;
}

.welcome .details p
{
	font-size: 16px;
}

.getquotes 
{
	margin: auto;
	margin-top: 0px;
	max-width:640px;
	background-color: rgba(25, 25, 25, 0.9);
}

.getquotes input[type=radio], .getquotes input[type=checkbox]
{
	font-size:150%;
}

.getquotes input[type=text]
{
	display:inline;
}

.row.extraspace {

}

.getquotes h2
{
	line-height: 32px;
}

.getquotes fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

.getquotes label
{
	font-size:38px;
	display:inline;
	line-height:80px;
}

.getquotes textarea
{
	font-size: 32px;
	width:90%;
}

.getquotes .question
{
	margin-bottom: 25px;
}

.getquotes .buttons
{
	float:left;
	margin-left: 5px;
}
.getquotes .badges
{
	float:right;
	margin-right:10px;
}

#page_1, #page_2, #thank_you
{
	padding: 10px;
}

#page_2, #thank_you
{
	display: none;
}
