
body {
	font-family: 'Source Sans Pro', sans-serif;
	margin:0;
}
.design-item{
	width:24%;
}
.design-item img{
	width:100%;
}
.portfolio-item{
	width:49%;
}
.portfolio-item img{
	width:100%;
}
header{
	display:flex;
	flex-flow:row nowrap;
	justify-content: space-between;
	padding:20px;
}
.container {
	width:85vw;
	margin: 0 auto;
	background-color:whitesmoke;
	display:flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding:20px;
    
}   
.container h2{
	width:100%;
	text-decoration: none;
	color:#668899
}
.container h2{
}

a {
	color:#668899;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
.logo{
	max-width: 100%;
}
.nav-bar{
	display: flex;
	align-items:center;
}
.nav-link{
	color:#668899;
	text-decoration: none;
	margin-left:2em;
}
footer{
	display: flex;
	flex-flow:row nowrap;
    justify-content: space-between;
    padding:20px;
}
footer img{
	height:50px;
    display: flex;
    
    

} 