.navbar-brand img {
  max-width: 150px;
}

.content {
  /*background: #6b032e;*/
  /*color: #fff;*/
  /*background-image: radial-gradient(circle at 28% 36%,#ce3574,#6b032e);*/
  background-image: radial-gradient(circle at 28% 36%,#f8edda,#d8b97c);
}

.nav.navbar-nav {
  font-family: 'Roboto Slab';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab';
  text-decoration: underline;
  padding: 30px;
}

body {
  font-family: 'Roboto';
}

#contact-us {
  padding: 60px 0 20px;
  background: #d8b97c url('../../assets/img/map-image.png') top left no-repeat;
}

