/*!
 * 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)
 */
body {
  padding-top: 56px;
}

.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;
}

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

.card-header-color {
  background-color: #e3d9c6!important; 
  border-color: #c2c2c2!important;
}

.bg-headfoot { 
    background-color: #e3d9c6; 
} 


.unten {
	position: absolute;
bottom: 0;
margin-bottom: 1em;}



.btn-default
{
 
background-color: #e3d9c6;
 
color:#000;
 
border-color: #FFF;
 
}
 
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
 
 
 
background-color: #e3d9c6;
 
color:#FFF;
 
border-color: #31347B;
 
}



/* change the background color */ 
.navbar-custom { 
    background-color: #e3d9c6; 
} 
/* change the brand and text color */ 
.navbar-custom .navbar-brand, 
.navbar-custom .navbar-text { 
    color: #000000; 
} 
/* change the link color */ 
.navbar-custom .navbar-nav .nav-link { 
    color: #000000; 
} 
/* change the color of active or hovered links */ 
.navbar-custom .nav-item.active .nav-link, 
.navbar-custom .nav-item:hover .nav-link { 
    color: #FFF; 
} 

.navbar-custom .navbar-toggler
{color: #000000;border-color:#000000}
.navbar-custom .navbar-toggler-icon
{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}


.navbar-brand {
  min-width: 180px; // makes pseudo-responsive, adjust as desired
  padding: 10px;
  padding-left: 15px;
  position: relative;

	.brand-paths {
    fill: $white;
  }
}
