/*!
 * 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: 0px;
  background-image:url('img/b1.jpg');
   margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #bd2130;
    text-align: left;
}

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

.carousel-item {
  height: 65vh;
  min-height: 500px;
  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;
}
.bg-dark {
    background-color:#721c24 !important; 
	
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index:1000; $zindex-fixed;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindex-fixed;
}

.sticky-top {
  @supports (position:fixed-top) {
    position: sticky;
    top: 0;
    z-index: $zindex-sticky;
  }
}


element.style {
    height: 70px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.breadcrumb {
    
     background-color: black;
    
}