html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 1.3em;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}

::selection{
	background: #000;
	color: #fff;
}

h1{
	font-family: 'Karla', sans-serif;
	margin-bottom: 40px;
	line-height: 65px;
	font-weight: 100;
}
h4{font-family: 'Karla', sans-serif;}
p{
	line-height: 30px;
	margin-bottom: 22px;
}
p.heading{
	font-size: 1.4em;
	font-weight: 800;
	margin-bottom: 12px;
	letter-spacing: 1px;
}
p a,
.underline{text-decoration: underline;}
.small-underline{display: inline-block;}
.small-underline::after{
	content: "";
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    margin-top: -13px;
}
.small{font-size: 60%; opacity: .7}
.bold{font-weight: 400;}
p a:hover{text-decoration: none;}

.content{background: #fff;}
.content-section{margin: 60px 0;}
.content-section a{
	text-decoration: underline;
	color: #3684A5;
}
.content-section a:hover{text-decoration: none;}

.push-down-60{padding-top: 60px;}
.push-down-100{padding-top: 100px;}

.hero, .gradient{
	background: #e1e8e1;
	background: -moz-linear-gradient(-45deg, #e1e8e1 0%, #a7bfc9 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e1e8e1), color-stop(100%,#a7bfc9));
	background: -webkit-linear-gradient(-45deg, #e1e8e1 0%,#a7bfc9 100%);
	background: -o-linear-gradient(-45deg, #e1e8e1 0%,#a7bfc9 100%);
	background: -ms-linear-gradient(-45deg, #e1e8e1 0%,#a7bfc9 100%);
	background: linear-gradient(135deg, #e1e8e1 0%,#a7bfc9 100%);
	/*Repeat & attachment come after background rules*/
	background-repeat:no-repeat;
	background-attachment:fixed;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e8e1', endColorstr='#a7bfc9',GradientType=1 );
}

.about-header{font-family: 'Karla', sans-serif;}
.header-content{margin:110px auto;}
.header-content h1,
.header-content p{margin-bottom:0px;}

.img{margin-bottom: 60px;}

.button{
	min-width: 200px;
	font-size: 16px;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 1em 2.3em;
	border: 3px solid #000;
	text-decoration: none !important;
	letter-spacing: 1px;
    font-weight: 400;
}
.button:hover{
	background: none;
	color: #000;
}
.back.button{
	background: none;
	color: #000;
}
.back.button:hover{
	background: #000;
	color: #fff;
}
.back.button i{margin:0 12px 0 0;}
.button i{
	font-size: 18px;
	margin-left: 12px;
}

nav a:hover{text-decoration: underline;}

header nav{
	margin-top: 23px;
	font-weight: 300;
	font-size: .9em;
}

.mobile-nav {
	display: none;
	text-align: justify;
	width: 100%;
	position: fixed;
	height: 50px;
	bottom: -1px;
	background-color: #B2B2B2;
	z-index: 998;
	font-size: 12px;
}
.mobile-nav div{
	float: left;
	width: 33.3%;
	text-align: center;
	line-height: 20px;
}
.mobile-nav div a{
	color: #000;
	font-size:14px;
	font-weight: bold;
	line-height: 50px;
}

nav a{
	margin-left: 30px;
	letter-spacing: 1px;
	transition: 0.5s ease;
}

header .large-12{
	padding: 10px 0;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.3);
}
section.home-hero{
	margin-top: 12rem;
}
section.home-hero img{margin-bottom: 30px;}
section.home-hero p{margin-bottom: 0px;}
section.home-hero a.button{margin-bottom: 0px;}

.project-list .tile{
	background: grey;
	padding:40px 20px;
    color:#000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.project-list .tile p{
	margin-bottom: 0px;
	font-weight: bold;
}
.project-list .tile p .role{
	font-size: .8em
}
.project-list .tile:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.22);
	}
.project-list .tile:active{
	box-shadow: 0 1px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.22);
}
.project-item a{display: block;}
.project-item p{line-height: 72px;}

.project-item:hover{
	background: #e1e8e1;
    background: -moz-linear-gradient(-45deg, #e1e8e1 0%, #a7bfc9 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e1e8e1), color-stop(100%,#a7bfc9));
    background: -webkit-linear-gradient(-45deg, #e1e8e1 0%,#a7bfc9 100%);
    background: -o-linear-gradient(-45deg, #e1e8e1 0%,#a7bfc9 100%);
    background: -ms-linear-gradient(-45deg, #e1e8e1 0%,#a7bfc9 100%);
    background: linear-gradient(135deg, #e1e8e1 0%,#a7bfc9 100%);
    background-repeat: no-repeat;
    color:#666;
}

#a:hover + #b {
    background: #ccc
}

.home footer{
	position: absolute;
    bottom: 1px;
    width: 100%;
}
footer{
	display: block;
	position: relative;
	bottom: 0px;
	letter-spacing: 1px;
	background: #fff;
}
footer a{color: #3D4649;}
footer .large-12{
	color: #3D4649;
	font-size: 14px;
	padding: 30px 0;
	border-top: 1px solid;
	border-color: rgba(0,0,0,.3);
}

.no-background{background: none;}

/*@media screen and (min-width: 1445px){
	section.home-hero{margin: 13% auto;}
}*/

/*@media screen and (min-width: 500px){
	section.home-hero{margin-top: 5rem;}
}*/

@media (max-width:375px) {
	section.home-hero{margin-top: 7rem;}
	.row.project-list{padding: 0px;}

}
@media (max-width:667px) {
	section.home-hero{margin-top: 2rem;}
}

@media screen and (max-width: 640px){
	h1{line-height: 40px;}
	header .large-12{display: none;}
	.push-down-60{padding:0px;}
	.mobile-nav{display: block;}
	.role{display: none;}
	.button{
		min-width: 100%;
		font-size: 13px;
		padding: 20px 0;
	}
	.header-content{margin: 50px auto;}
	.project-list{padding: 50px 0;}
	.row.project-list:nth-child(1){padding-bottom: 0px;}
	.row.project-list:nth-child(2){padding-top: 0px;}
	footer p,
	footer nav{text-align: center;}
	footer nav{padding-bottom: 60px;}
}

@media screen and (max-width: 414px){
	nav a{margin: 0 10px;}
}



