header {
  background-image: url("/img/background-header.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
header img.logo{
  display: inline-block;
}
header p.text-muted{
  color: #ffffff;
}
header p.foody{
  font-weight: bold;
}

footer{
  background-color: #55AD32;
}
footer a, footer p{
  color:#FFF;
}
footer .navbar-bottom{
  margin: 0 0 0 0;
}

a[href^="mailto"]{
  text-decoration: underline;
}

h1.header {
  background-color: #DDDDDD;
  padding: 10px;
  margin: 0 -5px 0 -5px;
}

@media (min-width: 992px){
  .right{
    text-align: right;
  }
}

@media (min-width: 992px){
  .left{
    text-align: left;
  }
}
