 
.sePage .sePageMain {
 margin-top: 0px;
}

.icon {
padding-top: 15px;
padding-bottom: 5px;
}
.sePageFooter {
margin-top: -30px;
}


.hero-image {
background-attachment:fixed;
 }
 
@media only screen and (max-width:767px){.hero-image{background-attachment:initial;}
}

.Slide_show_frontpage {
margin-top: 0px;
padding: 0px;
}


.sePageContent .sePageSection {
 margin-bottom: 0px;
}




.img-responsive1 {
mix-blend-mode: multiply;
opacity : .75;
transition: transform .2s;
}



.img-responsive1:hover {
mix-blend-mode: multiply;
transform : scale(1.2);
transition: transform .2s;
opacity : 1;
}















































