/**
 * @file
 * Subtheme specific CSS.
 */

/***** force full width ******/
.full-width > .container {
  max-width: 100%;
  padding: 0;
}

.fixed-top {
  z-index: 480;
}
