@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,800,700);

* {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}

.banner {
	width: 100%;
	background-color: #040644;
	background-size: 100% auto;
	padding: 65px 0;
	color: white;
	font-size: 18px;
	margin-top: 50px;
}

.banner p.description {
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	text-justify: inter-word;
}

h1, h2 {
	text-align: center;
	margin: 0;
}

h1 {
	font-size: 48px;
	font-weight: 600;
}

p.subtitle {
	text-align: center;
	font-size: 30px;
	font-weight: 200;
	margin: 0;
}

h2 {
	font-size: 24px;
	color: #040644;
	text-align: center;
	margin: 50px;
}

.social {
	margin: 35px 0;
	text-align: center;
}

.social a {
	margin: 0px 3px;
}

.social a:hover { 
	opacity: .57;
}

hr {
	background-color: #666;
	height: 1px; 
	border: 0;
}


h3 {
	font-size: 24px;	
	margin: 0px;
}

.portfolio-item {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 80px;
	width: 830px;
	clear: both;
}

.portfolio-item * {
	font-size: 18px;
	color: #666;
}

.portfolio-item a {
	text-decoration: none;
}

.portfolio-item p a {
	color: #040644;
}

.portfolio-item .description {
	float: left;
	width: 300px;
}

.footer {
	text-align: center;
	color: #040644;
}

.footer p {
	margin: 0;
}

.footer a {
	color: #040644;
}