@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin-ext);
#container {
  margin: 0 auto;
  background: white;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 150px 550px 0 550px;
}
#container #content {
  width: 100%;
}
#container #content #breadcrump-nav {
  font-family: desyrel;
  font-size: 24px;
  position: fixed;
  width: auto;
  text-align: center;
  top: 90px;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 32;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#container #content #breadcrump-nav a {
  color: white;
}
#container #content #entry-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  padding: 60px 20px 80px 20px;
}
#container #content #entry-content p {
  margin: 0 0 20px;
}
