.header-logoImage img {
    width: 1120px;
}
.page-home h1.content-name {
    display: none;
}
.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: 4px 5px;
    margin: -5px -5px 5px -5px;
-webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}
.module-header {
-webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}
.membersSection-avatars {
    margin: 0;
    justify-content: center!important;
}
/*Change slideshow  background*/
.photoSlideshow {
background-color: transparent;
}
/*Change color of prew next buttons*/
.slick-prev:before, .slick-next:before {
opacity: 1;
color: black;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
    padding: 0;
}


a#header-siteName:after {
    content: "Hiking Inn to Inn";
    display: flex;
    color: /* %pageHeaderTextColor% */ #363636;
    font-family: /* %textFont% */ Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    font-size: 22px;
    font-weight: normal;
    padding-left: 10px;
}

p.header-siteNameLogo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-left: -10vw;
}