/*!
 * Start Bootstrap - 2 Col Portfolio (https://startbootstrap.com/template-overviews/2-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-2-col-portfolio/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}
.bg-dark {
    background-color: #6bacee !important;
}
.content-box {
	display:block;
	overflow:hidden;
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}
.portfolio-item { float:left;}
.card-img-top { width:auto;}


@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

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

.pagination {
  margin-bottom: 30px;
}
