*, a, h1, p{
	font-size: 15px;
	font-family: Arial, sans-serif;
	color: black;
	font-weight: normal;
}


a{
	text-decoration: none;
}

.link{text-decoration: underline;}

body{
	height: 100%;
	width: 100%;
	padding: 1.33%;
	display: flex;
    flex-direction: column;
}



.content{		
    padding: 20px 0;
    width: 100%;
}

.sub-header{
	padding-bottom: 0;
}

.project{
	padding-right: 1.33%;
}

.project img{    
	width: 400px;
    box-shadow: 4px 4px 6px #D1D1D1;
}

@media (max-width: 500px){

	.project img{    
	width: 100%;
}

body{
	width: auto;
}
}



}