html, body {
	margin: 0;
	padding: 0;
}

header {
	background: #4BAEE6;
}

header h1 {
	/*display: block;*/
	font-size: 30px;
	margin: 0;
	line-height: 50px;
	color: white;
}

.container {
	width: 978px;
	margin: auto;
}

.work {
	background: #FAFAFA;
	border: 1px solid #F1F1F1;
	padding: 0px 20px 8px 20px;
	margin-bottom: 40px;
}

	.work h3 {
		margin-bottom: 20px;
	}

	.work .year {
		font-size: 20px;
		color: silver;
		margin-top: 20px;
	}

h3 i {
	font-size: 24px;
}

.btn i {
	margin-right: 6px;
}

h2 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 40px;
}

a {
	color: #4BAEE6;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #2C6687;
}

.profile {
	margin-top: 50px;
}

.btn-primary {
	box-shadow: none;
	background: #4BAEE6;
	border: none;
	color: white;
	text-shadow: none;
}

.btn-primary:hover {
	background: #96D0F1;
}

.btn-primary:visited {
	background: #2C6687;
	color: white;
}

.btn-icon, .btn-icon:visited {
	width: 40px;
	color: #4BAEE6;
	background: white;
}

.btn-icon i {
	margin-right: 0px;
}

.alert {
	border-radius: 0;
	background: #fcf8e3;
	box-shadow: none;
}