/*main styles */
body {
	margin: 0; padding: 0;
	color: #494949;
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: normal;
}

h1{
	color: white;
	font-size: 45px;
	line-height: 60px;
	margin: 0;
}
h1 span{
	display: block;
	font-style: italic;
	font-size:30px;
}

h2 {
	font-size: 35px;
	margin: 0; padding: 0;
}
h2 .check {
	font-size: 42px;
}

h3{
	margin: 0; padding: 0;
}

a {
	color: #f26838;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;}

p {
	font-weight: bold;
}

.button {
	background-color: #f26838;
	color: white;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 34px;
	padding: 18px;
	display: table;
	margin-top: 10px;
	margin-left: 432px;
}

.wrapper {
	/*background-color:lightskyblue;*/
	max-width: 1400px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.clearfix {clear:both;}

/*==================== header style ===================*/
header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.toggle {display: none;
}
.logo {
	width: 197px;
	height: auto;
	float: left;
}
#headerone {
	width: auto;
	float: right;
	margin-top: 200px;
}
#headerone ul {
	width: auto;
	margin: 0; padding: 0;
}
#headerone ul li {
	list-style: none;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-left: 60px;
}
#headerone ul li a {
	color: #494949;
}
#headerone ul li a:hover {
	text-decoration:none;
	color: #f26838;
}

/*==================== footer style ===================*/
footer {
	background-color: #f26838;
	padding:40px 0;
}
#footerone {
	
}
#footerone ul {
	margin: 0; padding: 0;
	text-align: center;
	
}
#footerone li {
	list-style: none;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 25px;
	font-weight: bold;
	
}
#footerone a {
	color: white;
	
}
#socialmedia {
	margin: 0; padding: 0;
	padding-top: 50px;
}
#socialmedia ul {
	margin: 0; padding: 0;
	text-align: center;
}
#socialmedia li {
	list-style: none;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
}

/*============secondnav section==============*/
#secondnav {
	text-align: center;
}
.optionslinks {
	display: inline-block;
	width: 20.9285714%;
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 2.5%;
}
.optionslinks img {
	width: 100%;
	height: auto;
}
.optionslinks a {
	color: #494949;
	font-size: 30px;
}
.optionslinks a:hover{
	color: #f26838;
	text-decoration: none;
	
}
/*==============value prop=============*/
#value {
	height: 623px;
	background-image:url("images/herosvg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 80%;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	
}
.valueprop {
	background-color:rgba(242,104,56,0.54);
	width: auto;
	display: table;
	padding-top: 20px;
	padding-left: 30px;
	padding-right:30px;
	padding-bottom:30px;
	position: absolute;
	top: 8%;
	left: 25%;
}
/*==================form and store hours=============*/

#features {
}

.leftcolumn, .rightcolumn {
	width: 50%;
	margin-top: 100px;
	margin-bottom: 90px;
}
.rightcolumn {
	float: right;
	
}

input, textarea {
	width:100%; 
	padding:10px; 
	border:none; 
	border-color:#888686;
	border-style: solid;
    border-width: 1px; 
	font-family: 'Source Sans Pro', sans-serif; 
	font-size:24px; 
	color:#494949; 
	box-sizing:border-box;
	

}
.leftcolumn {
	float:left;
	color:#494949;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	
	
	
}
.submitbutton {
	background-color: #f26838;
	color: white;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.submitbutton:hover{
	text-decoration: underline;
}


/*==================media queries====================*/
@media screen and (max-width: 1150px) {

.wrapper {
}
.toggle {
	display: block;
	float: right;
	margin-top:100px;
}
#headerone {
	display: none;
}
#footerone li {
	display: block;
	margin-bottom: 15px;
		
	}
	
}/*1150*/

@media screen and (max-width: 900px){
	
	.optionslinks {
		display: block;
		width: 100%;
		margin: 0 0 40px;
	}
	
	#value {
		height: 400px;
	}
	
	
}/*900*/
@media screen and (max-width: 1120px) {
	
	.leftcolumn, .rightcolumn{
		float: none;
		width: 100%;
		
	}
	.leftcolumn {
		margin-top: 20px;
		margin-bottom: 20px;
		background-color:rgba(242,104,56,0.54);
		color:white;
	}
	
	
}/*1120*/
@media screen and (max-width: 850px) {
	#value {height:auto;}
	.valueprop {position: relative;
	transform:none;
	width:100%;
	padding:20px;
	border-sizing:border-box;
	}
}
	

	
	/*950*/
































