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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1.0);
}

.navbar-light {
	webkit-box-shadow: 0px 1px 3px 0px #757575;
	box-shadow: 0px 1px 3px 0px #757575;
}

.carousel-item {
  height: 45vh;
  min-height: 300px;
  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;
}

a.navbar-brand {
	margin-right: 0;
	position: relative;
}
img.logo-brand {
	position: absolute;
    margin-top: -20px; 
    margin-bottom: -5px;
    background-color: white;
}
img.logo-brand2 {
	margin-top: -9px; 
    margin-bottom: -6px;
    background-color: white;
}

img.logo-brand-std {
	max-height: 40px;
}
img.logo-brand-lg {
	max-height: 180px;
}

img.logo-customer {
  object-fit: cover; 
  object-position: center;
  height: 160px;
  width: 100%;
}
.center-cropped {
  object-fit: cover; 
  object-position: center;
  height: 250px;
  width: 100%;
}
h2.margin-paragraph {
	margin-top: 50px;
	margin-bottom: 20px;
}
h2.margin-paragraph-first {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.mt2 > li {
	margin-top: 0.5em;
}
.border2 {
	border: 0.1em solid 
}
