.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: 3px 5px 3px 5px;
    margin: -3px -15px 5px -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;
}

/********Navigation on Mobile*********/
/*
@media screen and (max-width: 769px) {
.icon-menu::before {
    content: 'Menu';
    font-family: inherit;
    font-size: 20px;
    margin: 0;
}
.mainTab.condensed-visible, .mainTab {
position: absolute;
width: max-content;
}
.button.button-iconic > .icon {
    width: auto;
    height: auto;
}
.occasional-button > .button-iconic, .occasional-button > .button-iconic:hover, .occasional-button > .button-iconic.active {
    color: white;
    background-color: #18157c;
    font-family: 'Merriweather', serif;
    font-weight: 1000;
}
}
*/
/********End of Navigation on Mobile*********/

/*** Video background ***/
/*
.myVideo {
    object-fit: cover;
    z-index: -1;
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100vh;
}
.videoB {
    left: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;  
}
*/
/*** End of Video background ***/
/*
header.site-headerFrame {
    position: fixed;
    width: 100%;
    background: white;
    height: 60px;
}
.page-home .site-body.container {
    position: absolute;
    top: 40%;
    border: none;
}
#changeV {
    font-size: 42px;
    font-family: 'Merriweather', serif;
    color: #18157c;
    text-align: center;
    font-weight: bolder;
    margin-top: 12px;
} 
*/

.module-header {
     border-width: 0 0 7px 12px;
}
@media screen and (max-width: 769px) {
ul.mainTab {
 display: block!important;
 padding-right: 0!important;
 }
}
ul.mainTab {
    display: flex;
    flex-direction: column;
    padding-right: 50px;
}

/* Mob version logo resize */
@media screen and (max-width: 769px) {
  .header-logoImage img {
    max-height: 25vw;
    float: left;
    position: relative;
    right: 6vh;
  }
}