/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

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

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

.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.carousel-item img{
    max-height: 250px;
    margin: auto;
}

.our-price{
    right: 0;
    padding: 7px 12px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
}

.our-price{
    font-weight: bold;
    font-size: 18px;
}

.our-price:hover{
    text-decoration: none;
}