body{
   	background-color: #e7f9fe;
	background-repeat: repeat;
	background-attachment: fixed;

}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab' , serif;
	font-weight: lighter;
}

h1, h2, h3 {
	color: #5391EF;
}

h1{
	font-size: 58px;
	line-height: 1.4em;

}

h2{
	font-size: 40px;
	line-height: 1.4em;
	margin: 0 0 20px 0;
	text-align: center;
}

p{
	font-family: 'Roboto' , serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.65em;
	color: #444;
}

a:link{
	color: #1CCDD3;
	border-bottom: 1px solid #1CCDD3;
	text-decoration: none;
}

a:visited{
	color: #1CCDD3;
	border-bottom: 1px solid #1CCDD3;
	text-decoration: none;
}

a:hover{
	color: #e79c19;
	border-bottom: 1px solid #e79c19;
	text-decoration: none;
}

a:active{
	color: #33aaff;
	border-bottom: 1px solid #1CCDD3;
	text-decoration: none;
}

#reimsTitle{
}

.reims{
	background-color: #fff;
	margin: 0 auto 0;
	color: #222;
	border-radius: 0;
	border-bottom: 2px solid #f5f5f5;
}

.avatar-pic{
	margin: 6px 20px 0 0;
	float: left;
}

.avatar-pic img{
	border-radius: 60px;
}

.nameTitle{
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.nameTitle h1, .nameTitle h2, .nameTitle h4{
	font-weight: normal;
	color: #5391EF;
}

.nameTitle h1{
	margin: 0;
	line-height: 1em;
}

.nameTitle h2{
	margin: 0;
	font-size: 28px;
	line-height: 1em;
}

.nameTitle h4{
	margin: 6px 0 0 0;
	font-size: 18px;
}

.nameTitle h4 a:link{
	color: #5391EF;
	margin: 0 0 0 5px;
	border: none;
}

.nameTitle h4 a:hover{
	border-bottom: 2px solid #5391EF;
}

.nameTitle h4 a:visited{
	color: #5391EF;
}

.container{
	max-width: 850px;
	padding: 24px;
	/* float: left; */
}

.projectHeader{
	min-height: 60px;
	margin: 0 0 12px 0;
	border-radius: 6px;

}

.projectHeader h4{
	color: #5391EF;
	padding: 72px 0 0 0;
	font-size: 34px;
	line-height: 1.4em;
}

.projectThumb{
	margin: 12px 12px 0 0;
	display: inline-block;
	box-shadow: 0 0 6px #666;
	border: none;
	-webkit-transition: box-shadow .5s;
	transition: box-shadow .5s;
}

.projectThumb:hover{
	box-shadow: 0 0 12px #000;
}

.projectThumb img{
	display: block;
}

a.projectThumb{
	border: none;
}

.project01{
	background: url(../images/title_welcomeSlides.jpg);
	background-size: cover;
}

.project02{
	background: url(../images/title_mobileRevamp.jpg);
	background-size: cover;
	margin: 96px 0 12px;
}

.project03{
	background: url(../images/title_styleGuide.jpg);
	background-size: cover;
	margin: 96px 0 12px;
}

.project04{
	background: url(../images/title_spaceshipTurbo.jpg);
	background-size: cover;
	margin: 96px 0 12px;
}

.footh2{
	text-align: left;
}

.contactMe{
	float: left;
	padding: 0 0 0 0;
	margin: 24px 0 0 0;
}

.contactMe h4{
	font-weight: normal;
	color: #1CCDD3;
}

.contactMe h4{
	margin: 6px 0 0 0;
	font-size: 18px;
}

.contactMe h4 a:link{
	color: #1CCDD3;
	margin: 0 0 0 5px;
	border-bottom: 1px solid #1CCDD3;
}

.contactMe h4 a:visited{
	color: #1CCDD3;
	border-bottom: 1px solid #1CCDD3;
}

.contactMe h4 a:hover{
	color: #5391EF;
	border-bottom: 1px solid #5391EF;
}

/* Breakpoints */

@media (max-width : 720px) {

	body{
		background-size: 200%;
		background-color: #52595E;
	}

	.reims{
		border-radius: 0;
	}
	
	#reimsTitle{
		background-color: rgba(0, 0, 0, .6);
		width: 100%;
	}

	.avatar-pic {
		width: 100%;
	}

	.avatar-pic img{
		margin: auto;
		display: block;
	}

	.nameTitle{
		width: 100%;
	}

	.nameTitle h1, .nameTitle h2, .nameTitle h4{
		color: #fff;
		text-align: center;
		font-weight: normal;
	}

	.nameTitle h1{
		font-size: 46px;
		line-height: 1.2em;
	}

	.nameTitle h2{
		font-size: 34px;
		line-height: 1.2em;
	}

	.nameTitle h4{
		font-size: 18px;
		line-height: 1.2em;
		font-weight: normal;
	}

	.nameTitle h4 a:link{
		color: #fff;

	}

}

@media (max-width : 400px) {

	body{
		background-size: 200%;
		background-color: #52595E;
	}

	.avatar-pic {
		width: 100%;
	}

	.avatar-pic img{
		margin: auto;
		display: block;
	}

	.reims{
	border-radius: 0;
	}	

	#reimsTitle{
	background-color: rgba(0, 0, 0, .6);
	}
	
	.nameTitle{
		width: 100%;
	}

	.nameTitle h1, .nameTitle h2{
		color: #fff;
		text-align: center;
		font-weight: lighter;
	}

	.nameTitle h1{
		font-size: 46px;
		line-height: 1.2em;
	}

	.nameTitle h2{
		font-size: 34px;
		line-height: 1.2em;
	}

}