/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900);

* { 
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
} 
body { 
	background: #2f2f2f; 
	margin-top: 80px; 
	color: #909090;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}


p { 
	padding: 0; 
	margin-bottom: 16px; 
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px; 
	line-height: 26px;
	letter-spacing: 1px;
	color: #909090; 
	margin-top: 10px; 
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}


.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #e1b264;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.desc h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	color: #fff;
	margin-bottom: 20px;
}

.desc h2 {
	font-size: 24px;
	font-weight: 300;
	line-height: 35px;
	margin-bottom: 45px;
}

.desc h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 45px;
}

.desc h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;
	color: #e1b264;
	margin-bottom: 10px;
}

section {
	margin-bottom: 50px;
}

ul {
	list-style-type: none;
	line-height: 35px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px; 
}

.faded {
	color: rgba(144,147,160,.5);
}

bold {
	color: #f5f5f5;
}