/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */
body {
  padding-top: 0;
}
label { font-weight:bold; }
h5.card-title { font-size:12pt; font-weight:bold; }
img.card-img-top { height:80px; overflow:hidden; }
.carousel-item { overflow:hidden; max-height:400px; }
.carousel-item .img-fluid { width: 100%; }

textarea { min-height:200px; }

.option-cell { min-width: 250px; }
.form-group { margin-top:10px; margin-bottom:20px; }
.nav-link { color:white; }

.highlight  {
     border:5px solid blue;
     border-color: rgba(104, 138, 239, 0.93);
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(104, 138, 239, 0.69);
     outline: 0 none;
}
