/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

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

.navbar {
	background: #37647a
}



/*Background color LV blue*/
.bg-lv {
	background: #37647A;
}

.card {
  height: 100%;
}

/*Fixes the issue in IE where the images are distorted
if the min-height: 0.01px is missing
https://www.bountysource.com/issues/41503974-wrong-img-height-when-using-img-fluid-inside-a-card*/
.card-img-top {
	min-height: 0.01px;
}

a.image_link {
	background-color: #E00
}