@import url('https://fonts.googleapis.com/css?family=Muli');
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
body {
    font-family: 'Muli', sans-serif;
    font-size: 12pt;
    color: #69614F;
    background-color: #D3CAB6;
}
.nav-link {
	text-align: center; 
}
.nav-link ul {
	list-style: inherit;
    margin:auto;
}
.nav-link li {
    background-color: #69614F;
    list-style: none;
}
.nav-link li:hover {
	background-color: #867c69; 
}
.nav-link a {
    text-decoration: none;
    color: #D3CAB6;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 14px;
}
.nav-link li:hover a {
	font-weight: bolder;
    color: #69614F;
}
.text {
	background-color: #69614F;
    padding: 1em;
    color: #D3CAB6;
}
.btn-block {
	margin: inherit;
}
button {
    background-color: #69614F;
    border: 0pt;
    color: #D3CAB6;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
}
button:focus {
    outline: inherit;
}
.dropdown-menu {
	background-color: #69614F;
    border: 0pt;
    color: #D3CAB6;
    padding: 1em;
    width: 100%;
}
.dropdown-menu a:hover {
    text-decoration: underline;
}
.dropdown-menu a {
	text-decoration: none;
    color: #D3CAB6;
    text-align: center;
    display: block;
}
.footer a {
   color:#69614F;
   text-decoration: inherit;
    text-align: center;
 }
.footer a:hover {
	text-decoration: underline;
}
.work {
    text-align: center;
}
.carousel-indicators li {
	background-color: #6a6351;
    margin-right: 0.5%;
    margin-left: 0.5%;
}
.carousel-indicators .active {
  background-color: #867c69 ;
}
a {
    color: #867c69;
}
a:hover {
    color: #867c69;
}
.breadcrumb { 
    background-color: #D3CAB6;
    display: block;
}
.breadcrumb li a{
	color: #867c69;
    text-decoration: underline;
}
.breadcrumb>.active {
    color: #6a6351; 
    font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #867c69; 
    content: "/";
}
header {
    width: 100%;
}
.dropdown-menu li a:hover {
	text-decoration: inherit;
}