/*.body {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; 
}
.container{
margin-top: 20px;
padding-bottom: 100px;}*/

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 24px;
}

.card-body {
height: 100px;
}

.btn {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; 
}

.card-img-top {
width: 100%;
height: auto;
}

.card-title {
text-transform: lowercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.card {
    border: none;
}


a {
    color: #ed6c71;
}


a:hover, a:active {
  color: #dd4e56;
    text-decoration: none;
}


.activemenu {
   color: #ed6c71;
}

.filter-button {
    font-size: 14px;
    font-weight: 400;
text-transform: uppercase;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    color: #343a40;
    margin-bottom: 5px;

}
.filter-button:hover {
    font-size: 14px;
    font-weight: 400;
text-transform: uppercase;
    border: 1px solid #ed6c71;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #ed6c71;

}

.btn-default:active .filter-button:active {
    background-color: #ed6c71;
    color: white;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
   

  padding-bottom: 20px;
padding-top: 20px; 
  width: 100%;
text-align: center; }
/*
  background-color: #222; 
color: white;
  
}*/
