body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}
html {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

/* Basics */
a {
color: #e96644;
}
a:hover {
color: #d4512f;
}
a, a:active, a:focus {
outline: none;
}
p {
	color:#989392;
	-webkit-font-smoothing: antialiased;
}
ul{margin: 0px; padding: 0px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color:#302d2d;
}
h1, .h1 {
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: bold;
	
	letter-spacing: -2px;
}
h3, .h3 {
	font-size: 20px;
	color: #413e3c;
}


/***** Wrapper ***/
#wrapper {
	min-height:100%;
	position:relative;
}


/******* Intro section*********/
.intro {
	padding-bottom:70px;
	padding-top: 70px;
	background: #e96644;
}
.intro-section {
	margin-top: 30px;
	text-align:center;
}
.intro-section h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	font-weight: 800;
}
.intro-section h1 {
	color: #fff;
	font-size: 42px;
	margin: 0px;
	margin-bottom: 10px;
}
.intro-section p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	color: #facbbe;
}


/***Feature sections****/
.content {
	padding-top:50px;
	padding-bottom:500px;
	/* padding-bottom:300px; */
	/* padding-top: 50px; */
}
.section-colored {
	background-color:#fbf9f8;
}
.section-head{ padding-bottom:30px;}


/*** Buttons section ****/
.btn-orange {
	background-color: #e96644;
	padding: 12px 80px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 2px;
}
.btn-orange:hover {
	background-color: #e04e28;
	padding: 12px 80px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 2px;
}
.btn-outline-light {
	border: 2px solid #fd9a80;
	padding: 15px 60px;
	color: #fd9a80;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color:#e96644;
	margin-top: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-outline-light:hover {
	border: 2px solid #fff;
	padding: 15px 60px;
	color: #e96644;
	background-color:#fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-outline {
	border: 2px solid #e96644;
	padding: 15px 60px;
	color: #e96644;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 800;
}
.btn-outline:hover {
	border: 2px solid #e96644;
	padding: 15px 60px;
	color: #e96644;
	background-color:#e96644;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
}


/******Footer****/
.footer {
	width:100%;
	height:95px;
	position:absolute;
	bottom:0;
	left:0;
	background:#f5f5f5; /* #2d2a2 */
	padding-top:10px;
	color:#777271;
}
.footer p {
	font-size: 18px;
}
.footer p a {
	color: #777271
}
.footer p a:hover {
	color: #e96644
}
.footer i {
	margin-bottom: 0px;
}
.footer-text{ padding-top:20px;}


.errors{
 border:1px solid #f00;
}
