/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 98px;
}

.carousel-item {
  width:100%;
  height:600px;
  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;
}

.navbar-left {
  height: 100px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 0px;
}



.logo{
  position:fixed;
  margin-top: -10px;
  margin-left: 7%; 
  left: -20px;
  padding: 0;
}


.carousel-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:#e1e1e1;
  height: 1px;
}

.card-img-top {
  width: 100%;
  max-height: 13vw;
  object-fit: cover;
}

.card-title {
  color:#007bff;

}