/*Layout */

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500);

/*
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Slab', serif;
*/

body{
	background-color: #fef9f3;
	font-family: 'Roboto', sans-serif;
	color: #5b5b5b;
}

.logo{
	font-family: 'Lobster', cursive;
	font-size: 55px;
	color:#9c9c9c;
}

.sub_logo{
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	color:#9c9c9c;

}

.top_border{
	display: block;
	width: 100%;
	height: 5px;
	background-color: #a8a8a6;
}

h1, h2, h3{
	font-family: 'Roboto Slab', serif;
	margin-bottom: 15px;
}

h1{
	font-size: 30px;
}

h2{
	  font-size: 20px;
}

i{
	  margin-right: 5px;
}

p{
  font-size: 14px;
  line-height: 25px;
}

header, section, footer{
	margin-top: 30px;
	margin-bottom: 60px;
	width: 100%;
	overflow: hidden;
}

nav{
	float: right;
	margin-top: 30px;
}

nav ul li{
	font-family: 'Roboto Slab', serif;
	display: inline-block;
	padding: 0 10px;
}

a{
	text-decoration: none;
	color: #5b5b5b;
	transition: all .2s ease;
}

a:hover{
	color: #a4a9a3;
}

.grey_border{
	border-top: solid 1px #CBCBCB;
}

.superbox h2, #edge_profile h2{
	border-bottom: solid #D2D2D2 1px;
  	padding-bottom: 10px;
}

.estimate{
	text-align: center;
	line-height: 50px;
}

.estimate a{
	color: #839fa2;
}