body{
	background-color: #FFFFFA;
	margin: 0;
}

main{
	margin: 18px;
}

main p{
	line-height: 1.9;
	letter-spacing: 0.16px;
	font-size: 14px;
}

main h1{
	font-size: 1.8em;
}

.ack-sb{
	display: none;
}

.sidebar{
	/*width: 100%;*/
	background-color: #618976;
	color: #FFFFFA;
	margin: 0;
	padding: 10px;
	transition: height 0.3s;
}

 

.sidebar-titles{
	display: flex;
	flex-wrap: wrap;
}

.sidebar-titles h1{
		margin-bottom: 3px;
		font-size: 1.5rem;
	}
.sidebar-titles h2{
		margin-top:3px;
		margin-bottom:3px;
		font-size: 0.9rem;
		letter-spacing: 0.25px;
	}
.sidebar-titles p{
	margin-top:3px;
	font-size: 0.6rem;
	max-width: 100%;
	font-weight: 300;
}

.menu-icon{
	width: 70px;
	height: 60px;
	position: relative;
	align-self: center;
	border: none;
	background: none;
	scale:1.5;
	transition: 0.2s;
	transition: transform 0.5s;
	transform-style: preserve-3d;

}

.menu-icon:hover , .menu-icon:focus{
	opacity: 0.8;
}

.menu-icon span{
	color: #618976;
	position: absolute;
	font-size: 0.6rem;
	font-weight: 600;
	top: 22px;
	left: 23px;
	font-family: 'silka';
	/*transform-style: preserve-3d;*/
	/*transition: transform 0.2s;
	transition-timing-function: ease-out;
	transition-delay: 0.55s;*/
	
}

.menu-icon svg{
width: 100%;
height: 100%;
min-width: 50px;
min-height: 50px;

}

.menu-open{
	 transform: rotateY(180deg);
}

.menu-open span{
	 transform: rotateY(180deg);
	 left: 23px;
}

.sidebar-top{
display: flex;
max-width: 97%;
justify-content: space-between;
}

.sidebar-titles a{
	color: #FFFFFA;
	text-decoration: none;
	display: inherit;
}

nav{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	display: none;

}
 



nav a{
		min-width: 200px;
	}

.is-open{
		display: flex;
}

#sidebar-street{
	display: none;
}

.project-header{
	margin: -10px;
}

.project-biline{
	display: flex;
	/*justify-content: space-between;*/	
}

.project-biline > .discipline{
	padding: 5px;
	display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.project-biline > .discipline h4{
	padding-right: 8px;
	font-size: 18px
}

.project-biline h5{
	padding-left: 8px;
	font-weight: 300;
	margin: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

.project-header p{
	padding: 10px;
	padding-top: 0;
	line-height: 1.5;
	letter-spacing: 0.8px;
}

.row{
display: block;
}

.one-third{
	width: 100%;
	margin: auto;
	
}

.has-img img{
	width: 80%;
	height: auto;
	margin: auto;

}

.has-img{
	margin: auto;
	text-align: center;
}

.two-thirds{
	width: 100%;
}

.half{
	width: 100%;
}

.project-content{
	max-width: 600px;
	margin: auto;
	padding: 10px;
}

.image-container{
	width: 100%;
	margin: auto;
	text-align: center;
}

.image-container > img{
	max-height: 100%;
	max-width: 100%;
}

.project-content > p{
	margin-bottom: 50px;
}

.project-content > .spacer{
	display: block;
	height: 80px;
}


	

@media(min-width: 375px){
	.sidebar-titles{
		padding: 15px;
		align-items: baseline;
	}
	.sidebar-titles h1{
			margin-bottom: 3px;
			font-size: 1.7rem;
		}
	.sidebar-titles h2{
			margin-top:3px;
			margin-bottom:3px;
			font-size: 1rem;
			letter-spacing: 0.25px;
		}
	.sidebar-titles p{
		margin-top:3px;
		font-size: 0.8rem;
		max-width: 280px;
		font-weight: 300;
		
	}

	.sidebar-titles span{
		padding-right: 20px;
	}

	.menu-icon{
		scale:1.25;
	}

	

}

@media(min-width: 500px){

	.sidebar-titles h1{
			margin-bottom: 3px;
			font-size: 1.9rem;
		}
	.sidebar-titles h2{
			margin-top:3px;
			font-size: 1.25rem;
			letter-spacing: 0.25px;
		}
	.sidebar-titles p{
		max-width: 280px;
		font-weight: 300;
	}

	nav{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		max-width: 90%;
		margin: auto;
		margin-bottom: 15px;
		display: none;

	}

	main h1{
	font-size: 2em;
}

	.project-header{
		background: #FFFFFA;
		box-shadow: 0px 2.24232px 29.8976px rgba(0, 0, 0, 0.15);
		margin: 0px;
		max-width: 85%;
		margin: auto;
		margin-top: 35px;

	}

	.project-header .project-title{
			height: 150px;
	}

	.project-biline h5{
		padding-left: 16px;
		font-size: 1rem;
	}

	.project-header p{

		padding: 15px;
		padding-top: 0px;
	}

	main p{
		font-size: 16px;
	}

	.row{
		display: flex;
	}

	.one-third{
			width: 32%;
	}

	.two-thirds{
			width: 65%;
	}

	.half{
		width: 49%
	}


}



@media(min-width:900px){

	.menu-icon{
		display: none;
	}

	.ack-sb{
		display: block;
		background: rgba(97, 137, 118, 0.7);
		padding: 5px;
	}

	.acknowledgement {
		position: absolute;
		bottom: 15px;
		font-weight: 300;
		font-size: 0.7rem;
		line-height: 1.25;
		
	}

	span.acknowledgement {
		text-shadow: 0px 0px 4px #3A614E;
		
	}




	.sidebar{
	background-color: #618976;
	max-width: 325px;
	position: fixed;
	top: 0;
	left:0;
	height: 100%;
	max-height: 100%;
	padding:0 15px;
	color: #FFFFFA;
	}


	.sidebar-titles{
		padding:50px 20px 13px 20px;
	}

	.sidebar-titles h1{
		margin-bottom: 3px;
		font-size: 2.3rem;
	}

	.sidebar-titles h2{
		margin-top:3px;
		font-size: 1.25rem;
		letter-spacing: 0.25px;
	}

	#sidebar-street{
		background-image: url(../img/street-gradient.svg);
		width: 105%;
		height: 40%;
		position: absolute;
		bottom: 0;
		margin: -25px;
		display: block;
		opacity: 0.8;	
		background-size: cover;
		z-index: -1;
	}

	main{
		margin-left: 350px;
		padding: 30px;
		max-width: 1200px;

	}

	nav{
		padding-left: 55px;
		display: block;
	}

	.is-open{
		display: block;
	}

	nav a{
		float: none;
	}

	.project-header{
		max-width: 700px;
		margin: auto;
	}

	.project-header .project-title{
		height: 200px;
	}

	.project-header > .project-title h3{
		font-size: 42px;
	}

	.project-biline > .discipline h4{

	font-size: 21px
}


}



nav a{
	font-weight: 600;
	color: #FFFFFA;
	display:block;
	text-decoration: none;
	padding-top: 10px;
	font-size: 1.3rem;
}



.nav-icon{
	position: relative;
	top: 10px;
	padding-right: 8px;
}

.nav-arrow{
	position: relative;
	top:4px;
	left: -25px;
	opacity: 0;
	transition: 0.25s;
	transition-timing-function: ease-in-out;
}

.current >.nav-arrow{
	position: relative;
	top: 4px;
	left:0px;
	padding-left: 8px;
	opacity: 1;
}

nav a:hover >.nav-arrow, nav a:focus >.nav-arrow{
	left:0px;
	padding-left: 8px;
	opacity: 0.7;
}




.projects{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
	justify-content: space-around;
}
/*project tile*/

.project{
	min-width: 300px;
	max-width: 375px;
	background: #FFFFFA;
	box-shadow: 0px 2.24232px 29.8976px rgba(0, 0, 0, 0.09);
	margin: 10px;
	margin-top:20px;
	margin-bottom: 35px;
	transition: 0.09s;
	transition-timing-function: ease-out;
	text-decoration: none;
}

.project:focus, .project:hover{
	scale:1.025;
	box-shadow: 0px 2.24232px 38.8976px rgba(0, 0, 0, 0.1);
}

.disabled{
	opacity: 0.5;
}

.diabled:focus, .disabled:hover{
scale:1;
box-shadow: 0px 2.24232px 29.8976px rgba(0, 0, 0, 0.09);
}



.project-title{
	height: 100px;
	position: relative;
}

.project-title h3{
	color: #FFFFFA;
	font-size: 37px;
	text-shadow: 0px 1.49488px 2.98976px rgba(0, 0, 0, 0.25);
	letter-spacing: 0.011em;
	font-weight: 700;
	letter-spacing: 0.011em;
	padding-left: 8px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding-bottom: 5px;

}

.project p{
	padding: 8px;
	margin: 0;
	color: #0D1110;
	line-height: 1.3;
}

.discipline h4{
	margin: 0;
	padding-left: 8px;
	font-weight: 600;
	font-size: 22.4232px;
	line-height: 27px;
	letter-spacing: 0.011em;
	color: #FFFFFA;
	font-size: 21px;
}

.service-design{
	background-color: #6AA197;
}

.ux-design{
	background: #82708A;
}

.masters{
	background:#6FAA74;
}

.urbanism{
	background: #A8A971;
}

#wearehuh{
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) -0.34%, rgba(0, 0, 0, 0) 100%),url(../img/culture-cafe-screenshot.png);
	background-position: center;
	background-size: cover;
}

#podmodel{
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) -0.34%, rgba(0, 0, 0, 0) 100%), url(../img/pod-model-header.png);
	background-position: center;
	background-size: cover;
}

#twitter-emergencies{
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.18) -0.34%, rgba(0, 0, 0, 0) 100%), url(../img/header-te.png);
	background-position: center;
	background-size: cover;
}

#connect-fort{
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.18) -0.34%, rgba(0, 0, 0, 0) 100%), #57C683;
	background-position: center;
	background-size: cover;
}

#openadventures{
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) -0.34%, rgba(0, 0, 0, 0) 100%),url(../img/vr-hero.png);
	background-position: center;
	background-size: cover;
}

#cocars{
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) -0.34%, rgba(0, 0, 0, 0) 100%),url(../img/co-cars-heading.png);
	background-position: center;
	background-size: cover;
}

main a{
	color: #618976;
}

main a:hover, main a:focus{
	color: #334B40;
}

span.button {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
}

span.button > a{
	background-color: #618976;
	color: #FFFFFA;
	padding: 12px 20px;
	border-radius: 25px;
	text-decoration: none;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.14);
	transition: 400ms;
}

span.button > a:hover, span.button > a:focus{
	background-color: #49715E;
	box-shadow: 0px 1px 19px rgba(0, 0, 0, 0.14);
}



/*grids*/



