/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

html{
  height: 100%;
}
 
body {
  height: 100%;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1 0 auto;
  margin-top: 40px;
}

.nav-container{
  flex: 1 0 auto;
  color: #ffffff;
}

#sticky-footer {
  flex-shrink: 0;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 950px) {
  .carousel-item {
    height: 40vh;
    min-height: 300px;
    background: no-repeat right center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.portfolio-item {
  margin-bottom: 30px;
}

.bg-lustrum {
  background-color: #130738 !important;
}

.bg-dark-blue {
  color: #ffffff;
  background-color: #141b43;
}

.btn-orange {
  color: #ffffff;
  background-color: #ee6e41;
  border-color:  #ee6e41;
}
.btn-orange:hover {
  color: #ffffff;
  background-color:  #ee6e41;
  border-color:  #ee6e41;
}
.txt-white {
  color: #ffffff; 
}
.txt-black {
  color: #000000; 
}
.txt-orange {
  color: #ee6e41; 
}