body {
  margin: 0;
}

/* font styles */

@font-face {
  font-family:'BWHaasHead-95Black-Classic';
  src:url('bwhaasgroteskhead-95black.eot?#iefix') format('eot'),
      url('bwhaasgroteskhead-95black.woff') format('woff'),
      url('bwhaasgroteskhead-95black.ttf') format('truetype');
  font-style:normal;
  font-weight:700;
  font-stretch:normal
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for bwgcontainer with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.how-to-header {
  background: #0f0;
  margin-bottom: 3rem;
  position: relative;
}

/*.how-to-header h1 {
  font-family: 'BWHaasHead-95Black-Classic', Helvetica, Arial, sans-serif;
  font-size: 80px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
}*/

.how-to-header .toph-dek {
  position: absolute;
  bottom: 3rem;
  width: 100%;  
  text-align: center;
  pointer-events: none;
}

.how-to-header h2 {
  max-width: 20em;
  margin: 0 auto;
  font-family: 'BWHaasHead-95Black-Classic', Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.how-to-header h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 1rem 0 0 0;
}

#bwg-container {
  font-family: 'BWHaasHead-95Black-Classic', Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.7em;
}

#bwg-container h1, #bwg-container h3 { 
  font-weight: bold; 
}

#bwg-container h2 {
  font-weight: none;
  line-height: 1.4em;
}

#bwg-container h1 {
  font-size: 32px;
  line-height: 1.1em;
}


#bwg-container ul, #bwg-container ol {
  margin-left: 1.5em;
}

#bwg-container a,
#bwg-container a code {
  color: #000;
  text-decoration: none;
}

#bwg-container a:hover,
#bwg-container a:hover code {
  color: #6699cc; 
}

#bwg-container a:active,
#bwg-container a:active code {
  color: #6699cc;
  background: black;
}

/**** Isotope styles ****/

#bwg-container {
  position: relative;
  margin-bottom: 20px;
}

#bwg-container * {
  box-sizing: border-box;
}

#bwg-container .element {
  float: left;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-top:1px solid #000;

  height:250px;
  width:250px;
  margin:5px;
}

#bwg-container.clickable .element:hover {
  cursor: pointer;
}

#bwg-container.clickable .element:hover h3 {
  text-shadow:
    0 0 10px #FF8533 ,
    0 0 10px #FF8533 ;
}

#bwg-container.clickable .element:hover h2 {
  color:#FF8533 ;
}

#bwg-container.clickable .element.large:hover h3 {
  text-shadow:none;
}

#bwg-container.clickable .element.large:hover h2 {
  color: #000;
}

footer.article-credit {
  font-family: Georgia, serif;
  text-align: center;
  padding: 2em;
}