/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
}
.navbar{
  position: sticky !important; /* Locks the element to the viewport */
  position: -webkit-sticky !important; /* For Safari compatibility */
  width: 100%;     /* Forces it to span the full width */
  z-index: 1000;   /* Ensures it sits ON TOP of other content */
  top: 0 !important;
}

