.wrapper-content div.content main a, .wrapper-content div.content main article .page-content a, .jbms-content a {
    color: #ceb67b !important;
    text-decoration: none;
}
.wrapper-content main article p {
    line-height: 18px;
    margin-bottom: 10px;
}

.content > main p, .content > main li {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400;
}
.page-content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px !important;
    text-align: justify;
    color: #111111;
}
.picture-l {
    margin-right: 25px !important;
}
.picture-r {
    margin-left: 25px !important;
}
.camp-desc {
    font-size: 200%;
    font-family: Gabriola;
    text-align: center !important;
}
.credits {
    width: 500px;
}
.credits td:first-of-type {
    width: 100px !important;
    text-align: center !important;
}
.page-content ul {
    overflow: auto;
}

* {
  box-sizing: border-box;
}

.row {
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.column {
  flex: 50%;
  padding: 0px;
}
.jbms-gallery {
  background: none;

}
.jbms-gallery ul {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 6px;
  align-items: center;
}
.jbms-gallery li {

}
.jbms-gallery img {
  box-shadow: 5px 5px 5px black;
}
.news-comments-details {
  padding-bottom: 25px;
  background-image: url(../img/separator.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.wrapper-content div.content main .news article .news-comments-details span {
  border-top: 0px;
}
.news-more {
  background: transparent !important;
  font-weight: 600 !important;
}
.news-show-comments {
  font-weight: 600 !important;
}
.news-meta {
  color: #efefef;
  font-weight: 400 !important;
  width: 40% !important;
}
.news h4 {
   line-height: 1.2em !important;
   text-shadow: 2px 1px 4px #699bd5 !important;
}
.news-content img {
  border: 0px !important;
}
.news-content {
  padding-top: 15px !important;
}
.news article {
  margin-top: 40px;
}
.separator {
  opacity: 0.9 !important;
}
.comments {
  font-weight: 400 !important;
}
.wrapper-content main article p {
  color: #efefef;
}
.wrapper-content div.content main h1,
.wrapper-content div.content main h2,
.wrapper-content div.content main h3 {
color: #efefef !important;
}