/* Navigation */

nav {}

.is-sticky {
	position: fixed;
	width: 100%;
	z-index: 999;
}

/* Remove spacing for sections  */
.vc_section {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.anchor-content [id] {
  scroll-margin-top: 136px; /* height of your sticky header */
}

.wpb_widgetised_column .container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}