/*!
 * 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 {
  background-color: #333333
}

.text-muted {
    color: #fc757d !important;
}

.carousel-item {
  margin-top: 60px;
  width: 100%;
  height:  35vh;
  min-height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
  background-color: #5e5e5e;
  color: lightgray;
}

.card {
  background-color: #333333;
  color: white;
}


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #7d7d7d;
  border-radius: 0.25rem;
}


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

.btn-link {
  color:  #ffb300;
}

footer {
  position: fixed;
  padding: 10px 10px 0px 10px;
  bottom: 0;
  width: 100%;
  /* Height of the footer*/ 
  height: 20px;
  background: grey;
}
.pb-5, .py-5 {
  padding-bottom: 2rem !important;
}
.pt-5, .py-5 {
  padding-top: 1rem !important;
}

.form-control {
  background-color: #333333;
  color: #a11111;
}

.list-group-item {
  background-color: #333333;
}
