@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100);
html, body{
	background:#fdfdfd;
	height: 100%;
	font-stretch: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato',sans-serif;
	color:#8E8E8E;
	text-align:center;
	font-weight:300;
}
.content-wrapper {
  padding:2.75rem 2rem;
  width: 100%;
}
div#wrapper{
	display:none;
}
div#introduction-home{
	margin-top:12%;
}
div.intro{
	width:66%;
	margin: 15px auto 30px auto;
	text-align:center;
}
div.section-block{
	margin-bottom:25px;
}
hr.little-line{
	margin: 0;
	width:75px;
	border-color:#DADADA;
	border-width:1px;
}
h1{
	font-size:32px;
	color:#8E8E8E;
	margin-top:13px;
	font-weight:300;
}
h2{
	font-size:32px;
	color:#8E8E8E;
	font-weight:300;
}
h2.intro-head{
	line-height:40px;
}
h2.subtitle{
	font-size:38px;
	font-weight: 400;
}
h3{
	font-size:24px;
	color: #8E8E8E;
	font-weight:300;
	line-height:133%;
	margin-top:0;
}
h1.name{
	font-size:40px;
	text-transform: lowercase;
	font-weight:400;
	letter-spacing: 1px;
	margin:0;
	display:block;
}
a:link{
	color:#8E8E8E;
	font-weight:400;
	text-decoration:none;
}
a:hover{
	color:#424242;
	text-decoration:none;
}
a:visited{
	color:#8E8E8E;
	text-decoration:none;
}
a:active{
	color:#8E8E8E;
	text-decoration:none;
}
img.work-icon{
	width:20px;
	margin:-4px 0 0 2px;
	opacity:.5;
}
img.work-icon.wide-icon {
	width: 33px;
}
img.work-icon.flower-icon{
	width:12px;
}
img.center-img{
	width:100px;
	display:inline-block;
	margin:0;
}
