body {
  font-family: 'Catamaran', Arial, sans-serif;

  background-image:url("images/path_high.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.container {
  background-color: rgba(245,245,245, 0.95) !important;
}

h1, h2, h3, h4, h5, .nav-item {
  font-family: 'Josefin Sans', Arial, sans-serif;
}

.navbar-brand {
  font-family: 'Josefin Sans', Arial, sans-serif;
  font-size: 2rem;
}

.row h2 {
  text-align: center;
}

.row  a {
  text-decoration:none !important;
}

#content h1 + img {
  float: right;
  width: 40%;
  margin-left: 18px;
}
#content p + img {
  width:30%;
  float: left;
}

#content img {
  float: right;
  width: 20%;
  margin-left: 18px;

}
