body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
}

.portfolio-item img {
	width: 50%;   /* This makes the image take the full width of its container */
	height: auto;  /* This maintains the aspect ratio of the image */
}

footer {
	margin: 50px 0;
}
