/*!
 * Start Bootstrap - Shop Item (https://startbootstrap.com/template-overviews/shop-item)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-item/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

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

#logo-navigation {
  height: 2em;
  width: 2em;
}

.jumbotron {
  background-color: white;
  padding-bottom: 1rem;
}

#logo-jumbotron {
  float: left;
  height: 10em;
  width: 10em;
}

#firstline-jumbotron {
  padding-top: 0.4em;
  font-size: 2.6em;
}

#secondline-jumbotron {
  font-size: 1.5em;
}

/* Until horizontal cards are not officially supported */

.card-horizontal {
  flex-direction: row;
}

.card-horizontal .card-img {
  max-height: 18rem;
  width: 18rem;
  flex: 0 0 $card-img-width;
}
