	*, *:before, *:after, * :before, * :after,
	*:hover, *:hover:before, *:hover:after, *:hover :before, *:hover :after {
		-webkit-transition-property: background-color, color, border-color, text-decoration, background-position, background-size, text-shadow, margin;
		transition-property: background-color, color, border-color, text-decoration, background-position, background-size, text-shadow, margin;
		-webkit-transition-duration: inherit;
		transition-duration: inherit;	
	}
	.smooth {
		-webkit-transition-duration: .2s;
		transition-duration: .2s;	
	}
	.smoother {
		-webkit-transition-duration: .5s;
		transition-duration: .5s;	
	}
	.sharp {
		-webkit-transition-duration: 0s;
		transition-duration: 0s;	
	}


.container {
  max-width: 960px; }
.header {
  margin-top: 6rem;
  text-align: center; }
.navbar {
  display: none; }

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }

}