
.border {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #333333;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 0.5em;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}


/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 20px;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero{
	background-image: url('../images/bg-bikethunderbay.jpg');
	background-size:cover;
}


.logo {
  position: relative;
  max-width: 80%;
}

.heading{
	text-align:center;
}


/* shirts
–––––––––––––––––––––––––––––––––––––––––––––––––– */

img.shirt{
	
}





/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 0;
  }
  .hero {
    padding-bottom: 12rem;
    height: 165px;
  }
  .logo {
    position: relative;
	top:-100px;
    max-height: 362px;
    z-index: 3;
  }

  .heading {
    font-size: 2.4rem;
	text-align:left;
	
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .heading {
    font-size: 2.6rem;
	text-align:left;
  }
  .section {
    padding:0;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    position: relative;
	top:-140px;
    max-height: 510px;
  }

  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 0;
  }
  .hero {
    padding: 22rem 0;
  }
  .heading {
    font-size: 3.0rem;
	text-align:left;
  }
  .logo {
    position: relative;
	top:-140px;
    max-height: 615px;
  }

}