.section_header {
    width: 100%;
    display: block;
}
.section_header .pull-right {
    width: 100%;
    float: none;
    text-align: center;
}
.section_header .pull-right .icon {
    width: auto;
}
.section_header .module-header {
   padding: 10px 15px;
    margin: -5px -5px 5px -5px;
}
.membersSection-avatars {
    margin: 0;
    justify-content: center!important;
}
/*Change slideshow  background*/
.photoSlideshow {
background-color: transparent;
}
/*Change color of preview next buttons*/
.slick-prev:before, .slick-next:before {
opacity: 1;
color: black;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
    padding: 0;
}


.site-body {
box-shadow: 0px 2px 2px 2px #ccc;
    background-image: url(https://storage.ning.com/topology/rest/1.0/file/get/10764315299?profile=original);
    background-repeat: repeat;
}
ul.mainTab {
    box-shadow: 2px 0px 5px 2px #ccc;
    border-bottom: 1px solid #ccc;
}
  .mainTab-item > a.hovered,
  .mainTab-item:hover > a,
  .mainTab-item.active > a {
    border-bottom: 2px solid #eb7265;
}
/* Hides the title of the Homepage below the navigation bar */
h1.content-name {
    display: none;
}