/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/templates/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}


.carousel-item {
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}

.carousel-inner{
  width:100%;
  object-fit: contain;
  max-height: 300px !important;
}

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

.card-img-top {
    width: 50%;
    height: 10vw;
}

.card-title a {
    color: #922247
}

a {
    color: #922247
}

.table-sm{
  font-size: 11px;
}

.img-responsive{
    height: 150px;
    width: 150px;
    border-radius: 95%;
}
