@import url(http://fonts.googleapis.com/css?family=Raleway:300,700);
@import url(font-awesome.min.css);

.bio {
	margin: 60px 0;
}

.skills {
	margin: 40px 0 32px 0;

}

.contact {
	background: #191919;
	color: #fff;
	padding: 20px 0;
	font-size: 24px;
	text-align: right;
}

.contact a {
	color: #fff;
}

.progress-bar {
	background-color: #1A1A1A;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress {
	border-radius: 2px;
	height: 18px;
	background-color: #E5E5E5;
	margin-bottom: 32px;
}

body {
	font-family: 'Raleway', sans-serif;
	color: #1A1A1A;
	font-size: 14px;
}

hr {
	border-top: 1px solid #bfbfbf;
	margin:0;
}

.bio p {
	font-size: 18px;
	margin-bottom: 18px;
}

.bio p:last-child {
	margin-bottom: 0px;
}

.skills p {
	margin-bottom: 18px;
}

strong {
	font-weight: 700;
}

a {
	color: #71a9c4;
	font-weight: 700;
}


a:hover {
	color: rgb(114, 153, 193);
}

i.fa {
	margin: 0 1px;
}

.bio-pick {
	width: 25%;
	float:left;
	margin: 0px 30px 18px 0;
}

.work {
	background: #ededed;
}

.work-row article{
	margin-bottom: 60px;
}
.work-row article:after{
    clear: both;
    display: table;
    content: " ";
}
.work-row article:after{
    padding-top: 60px;
    border-bottom: 1px solid #999999;
    width: 100%;
}
.work-row article:last-child:after{
    padding-top: 0px;
    border-bottom: none;
    width: 100%;
}



.work-row:first-child {
	margin-top: 40px;
}

h1.work-section {
	margin: 0 0 30px 0;
	font-weight: 700;
}

.work-sample .icon{
	float: left;
	font-size: 36px;
}

.work-sample .copy{
	margin-left: 48px;
}

.work-sample .copy p:last-child{
	margin:0;
}

a.work-sample-image {
	display: block;
}

.work-sample-image {
	width: 75%;
	margin: 0 12.5%;
}

.work-sample-image img{
	margin: 0 auto;
}

h2.wireframe-title {
	font-size: 24px;
	margin: 0px 0px 12px;
	font-weight: 700;
}

a.work-sample {
	font-weight:normal;
}

a.work-sample:hover {
	text-decoration: none;
}

a.work-sample:hover .copy h2{
	text-decoration: underline;
}


.work-sample,
.work .col-sm-4,
.work .col-sm-6  {
	margin-bottom: 40px;
}

.work-sample:last-child,
.work .col-sm-4:last-child,
.work .col-sm-6:last-child {
	margin-bottom: 0;
}

.work-fitted {
	object-fit: cover;
	width: 100%;
	height: 200px;
}

@media (min-width: 768px) { 

	.work-sample,
	.work .col-sm-4,
	.work .col-sm-6 {
		margin-bottom: 0px;
	}

	body {
		font-size: 18px;
	}

	.bio p {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.skills p {
		margin-bottom: 24px;
	}

	.work-fitted {
		height: 400px;
	}

}