/*general*/
html {
	background: #4a3121;
		height: 100%;
}
body {
	font-size: 100%;
	color: #f1dfc9;
	height: 100%;
}

p,li {
	font-family: Roboto, Sans-Serif;
	font-size: 15px;
	color: #f1dfc9;
	line-height: 1.5;
}

a {
	text-decoration: none;
	font-family: Roboto , sans-serif;
	font-size: 13px;
	color: #1d0f09;
}

a:hover	{
	color: #f1dfc9;
}

a:active {
	color: #f1dfc9;
}

/*clearfix*/	
.group:after {
	content: "";
	display: block;
	clear: both;
	}

/*headings*/
h1 {
	font-family: Roboto Slab, Serif;
	font-size: 36px;
	color: #f1dfc9;
}
h2 {
	font-family: Roboto Slab, Serif;
	font-size: 20px;
	color: #f1dfc9;
	line-height: 1.3;
}
h3 {	font-family: Roboto Slab, Serif;
	font-size: 18px;
	color: #EEB856;
	text-align: left;
}
h4 {
	font-family: Roboto Slab, Serif;
	font-size: 14px;
	text-align: left;
}
article h3 {
	text-align: left;
}


/*topbar*/
.topbar {
	background-position: left;
	background-image:url("../Imgs/citypic.png"); 
	background-size: 100%;
	background-color: #f1dfc9;
}

.topbar img{
	opacity: 0.9;
	height: 160px;
	width: auto;
	margin: 3% 390px;
}

/*navigation*/
nav {
	padding: 7px;
	text-align: center;
}

nav li {
	display: inline-block;
	padding-right: 50px;
}

/*slider*/
.slider {
	height: 300px;
	width: 900px;
	margin-top: 40px;
	margin-bottom: 80px;
	background-color: #;
	box-shadow: 0 0 30px rgba(0,0,0,0.4); 
}
.slide {
	position: relative;
	width: auto;
}


/*structure*/
.wrapper {
	width: 900px;
	margin: 0 auto;
	padding-left:  50px;
	padding-right:  50px;
	position: relative;
}

.wrapper-l {
	width: 40%;
	margin: 0 auto;
	padding-left: 17%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.wrapper-r {
	width: 40%;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	vertical-align: middle;

}

.wrapper-m {
	width: auto;
	float: middle;
	margin: 20px 0 20px 0;
	padding-left: 40%;
	position: relative;
}
	
.sticky {
	min-height: 100%;
	margin-bottom: -60px;
	padding-bottom: 80px;
}

footer, .sticky:after {
	height: 60px;
}
.intro {
	background: #805b4b;
}

.info {
	padding-top: 40px;
}

.info i{
 	padding-top: 10px;
}

.expertise li {
	list-style-type: none;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	padding-right: 23px;
}

#audience {
	color: #f26c4f;
}

#etitle {
	text-align: center;
}

.logos {
	padding-bottom: 40px;
}

.logos img{
	height: 40px;
	width: auto;
	padding-right:20px;
}

.service-list li {
	list-style: none;
	font-family: Roboto, Sans-Serif;
	font-size: 15px;
	color: #f1dfc9;
}

.service-list {
	padding-bottom: 20px;
}

	
.services h3{
	line-height: 1px;
}

.services p{
	padding-bottom: 40px;
}

.carolyn {
	height: 150px;
	width: auto;
	padding-right: 20px;
}

.info p {
	padding-bottom: 20px;
}

.carolyn_title p{
	line-height: 1px;
}

.testimonial p{
	padding-bottom: 20px;
}

.contact_info {
	line-height: 1px;
	padding-top: 30px;
}

.contact {
	padding: 40px 0px;
}


/*columns*/
.col {
	width: 205px;
	margin-right: 10px;
	float: left;
}

.sub-col {
	width: 400px;
	float: left;
}

.sub-col.col2 {
	width: 400px;
	float: right;
}


/*footer*/
footer {
	clear: both;
	background-color: #805b4b;
	padding: 5px 0px;
}

footer img:hover{
	opacity: 0.7;
}
.copyright {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	color: #1d0f09;
	float: left;
}

.copyright a {
	padding-top: 40px;
}

.social {
	float: right;
}

.social li {
	display: inline-block;
	list-style-type: none;
}

.social .facebook a {
	padding: 0 10px;
}

/*form*/
.contact-form p{
	position: relative;
}

.contact-form label {
	display: block;
	margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 5px 0;
	text-indent: 15px;
	height: 50px;
	border:none;
	border-radius: 15px;
	outline: none;
	line-height: 1.5;
	background-color: #805b4b;

}

.contact-form textarea {
	height: 150px;
}

.contact-form button {
	width: 80px;
	height: 40px;
	text-align: center;
	margin-top: 20px;
	border-radius: 15px;
	background: #EEB856;
	outline: 0;
	border:0;
	color: #4a3121;
}

.contact-form button:hover {
	color: #4a3121;
}

.notopmargin {
margin-top: 0%;
}
.nobottommargin {
margin-bottom: 0%;
}