//Peek navigation section
.peek-nav-section {
  /* Contains the Navigation Section attributes */
  padding: $general_padding_2;
  width: 100%;
  position: fixed;
  z-index: 899;

  .btn-group {
    /* Contains the attributes unique to the Navigation Section */

    .nav-section-btn {
      /* Contains the Button attributes unique to the Navigation Section */
      padding: $general_padding_3;

    }
    .nav-section-btn-divider {
      /* Contains the button divider attributes unique to the Navigation Section */

    }
  }
}

.peek-nav-bar-padding {
  /* Provides padding for the screen under the Navigation Section */
  padding-top: $nav_bar_padding_top;
}