.container {
  max-width: 800px;}

.u-center {
  text-align: center !important; }

.u-squish {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header {
  margin: 0;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;}

.header li a {
  display: block;
  padding: 10px 50px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2rem;
  text-decoration: none;
  color: #222;}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  /* display: inline-block; error */
  float: right;
  padding: 20px 20px;
  position: relative;
  user-select: none;}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;}

.header .menu-icon .navicon:before {
  top: 5px;}

.header .menu-icon .navicon:after {
  top: -5px;}

/* menu btn */

.header .menu-btn {
  display: none;}

.header .menu-btn:checked ~ .menu {
  max-height: 400px;}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;}

/* lists */

ol,
ul {
  padding-left: 30px;
  padding-bottom: 15px;
}

ol > li,
ul > li {
  list-style-position: outside;
  padding-left: 5px;
  margin-left: 5px;
  position: relative;}

ol > li::before,
ul > li::before {
  position: absolute;}

/* links */

a.plain {
  color: #0090BD;
  text-decoration: none;}

a.plain-invert {
  color: #42D2FF;
  text-decoration: none;}
  
/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.banner {
  text-align: center; 
  background-image: url('../images/sculling-crew.jpg'); 
  background-size: cover; 
  background-position: center center; 
  color: white;}

.banner-logo {
  margin-top: 5rem;}

.banner-text {
    margin-top: 2rem;}

.banner-image {
    margin-bottom: 2rem;}

/* Navbar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navbar {
    display: none;}

/* Breadcrumb
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Style the list */
ul.breadcrumb {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 1.8rem;}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  color: black;
  padding: 0 12px 0 0;
  content: "/";
  position: relative;}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  text-decoration: none;}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  text-decoration: underline;}

/* Call to action
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h3.call-to-action {
  text-transform: none;
  font-size: 50px;
  margin: 0;}

h4.call-to-action {
    text-transform: none;
    font-size: 56px;
    margin: 0 0 16px 0;}
  
/* Shop
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.shop,
.shop-align {
  margin: 30px auto;}

.shop-align {
  padding-left: 20px;
  padding-right: 20px;}
  
.shop {
  padding: 30px;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
  background-color: #EEE;}

.shop-no-select {
  display: none;} 


/* Docs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }

.docs-section,
.docs-section-invert {
  border-top: 1px solid #eee;
  padding: 4rem 0 1.3rem 0;
  margin-top: 0;}

div.docs-section:first-child,
div.container + div.docs-section { 
  margin-top: 0;
  padding-top: 2rem;
  border-top-width: 0;}

.docs-section-invert {
  background-image: url('../images/sculling-crew-dark.jpg'); 
  background-size: cover; 
  background-position: center center; 
  color: white;
  font-size: 1.6rem;}

.address-label {
  padding: 20px;
  border-radius: 15px;
  background-color: #E1E1E1;}

.address-label th,
.address-label td {
  padding: 6px 15px;
  border-bottom-width: 0;}

.details th,
.details td {
  border-top: 1px solid #E1E1E1;
  border-bottom-width: 0;}

.value-prop {
  margin-top: 1rem; }
  
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto; }

figure {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  box-sizing: border-box;}

figcaption {
  text-align: center;
  font-size: 1.4rem;
  font-style: italic;}
 
/* Larger than phone
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 550px) {

  .u-squish {
    max-width: none;
    box-sizing: content-box;}
    
  .banner-text {
    margin-top: 8rem;}

  .banner-image {
    margin-top: 6rem;
    margin-bottom: 6rem;}

  .shop,
  .shop-align {
    width: 500px;}

  .shop-select {
    display: none;}

  .shop-no-select {
    display: block;} 
      
  .docs-section,
  .docs-section-invert {
    padding: 6rem 0 2rem 0;}

  .value-props {
    margin-bottom: 8rem; }
  .value-img {
    margin-bottom: 1rem; }
  
}

/* Larger than tablet
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 750px) {
  .banner-logo {
    margin-top: 3rem;}

  .navbar,
  .navbar-spacer {
    width: 100%;
    display: block;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;}

  .navbar-spacer {
    display: none;}

  .navbar ul {
    margin: auto;
    width: 800px;
    list-style: none;
    margin-bottom: 0;}

  .navbar li {
    position: relative;
    float: left;
    margin-bottom: 0;}

  .navbar li a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-left: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222;}

  .navbar-active,
  .navbar li a.active {
    color: #33C3F0;}

  .has-docked-nav .navbar {
    position: fixed;
    top: 0;}

  .has-docked-nav .navbar-spacer {
    display: block;}

  .header {
    display: none;}

  div.container + div.docs-section {
    margin-top: 0;
    padding-top: 2rem;
    border-top-width: 0;}
}