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

.portfolio-item {
	margin-bottom: 25px;
}

footer {
	margin: 50px 0;
}

* {box-sizing:border-box}

img {
	border: 0;
  }

  .carousel-inner img {
	width: 100%;
	height: 500px;
	object-fit: contain;
	background-color: #f8f8f8; /* subtle backdrop if needed */
  }
