.full-width-height-slider .text img {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.full-width-height-slider .text .image_container {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.sticky-container .sticky-column .sticky-column-background:nth-of-type(4) {
    z-index: 13;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}
#headernav {
    position: fixed;
    box-shadow: 5px 5px 10px silver;
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: all 0.5s cubic-bezier(0.25, 0.25, 0.19, 1.455) 0s;
}	
#headernav.scroll {
    left: 0;
    right: 0;
    transform: translate(0px, -50px);
    height:100px;
}
#headernav.scroll .navbar-start {
    padding: 60px 70px 10px 40px;
}
#headernav.scroll .navbar-item img {

}
#headernav .logo figure {
	margin-top: 355px;
}
#headernav .logo img {
	display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    background: url(../layout/logo_all.png) no-repeat;
    width: auto; /* Width of new image */
    height: 450px; /* Height of new image */
    background-size: contain;
}
#headernav.scroll .logo figure {
	margin-top: 50px;
}
#headernav.scroll .logo img {
    background: url(../layout/logo_black.png) no-repeat;
    width: 190px; /* Width of new image */
    height: 45px; /* Height of new image */
    background-size: contain;
}
.ce_ct_featureElement {padding:0.5rem;}
p a {text-decoration:underline;}
.ce_sliderStart:not(.full-width-height-slider) .slider-wrapper > div {
    padding: 30px 30px 0px 30px;
}
#testimonial {border: 4px solid #18501b;}
