/*
 *  Clear section
 *    Simple section that is designed to clear pass the navbar (and some).
 *    Can also be used to add spacing between sections.
 *
 *  Dependencies:
 *
 *  Version:
 *    1.0.0 - 2018/06/05
 */
.c-clear-section {
  width: 100%;
  padding-bottom: 15%;
  position: relative;
}