/*!
 * 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;
  }
}

.carousel-item {
  height: 50vh;
  min-height: 250px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

img {
  filter: grayscale(100%);
}

p, ol, ul, tr, td {
  font-family: sans-serif;
  font-size: 1.0rem;
  line-height: 1.5;
  color: #339;
  margin: 12px;
}

ol, ul, tr, td {
  vertical-align: text-top;
  margin: 4px 12px;
  padding: 4px 12px;
}

li.nav-item {
  font-family: sans-serif;
  font-size: 1.25rem;
}
