/* FONTS */
@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.woff2') format('woff2'),
        url('../fonts/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.woff2') format('woff2'),
        url('../fonts/Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* PAGE */
body{
  background-color: #eee;
  font-family: Bahnschrift, sans-serif;
}
/* FONTS */
p{
  font-family: Bahnschrift;
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
  line-height: 150%;
}
h1{
  font-family: Impact, sans-serif;
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
}
h2{}
h3{}
/* COMMON ELEMENTS */
.spacer{
  height: 20px;
}
.supScript{
  vertical-align: super;
}
.hidden{
  display: none;
}
/* HEADER */
header{
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 500;
  display: flex;
  justify-content: space-between;
}
#hBackground{
  display: block;
  position: fixed;
  left: 0px;
  right: 0px;
  height: 110px;
  background-color: #8B0604;
  z-index: 499;
}
#hSpacer{
  height: 110px;
  width: 100%;
  background-color: #8B0604;
}
#hLogo{
  height: 80px;
  margin: 5px;
  margin-left: 20px;
}
#mainNavContainer{
  text-align: right;
}
#mainNav{
  color: #fff;
  font-family: Bahnschrift, sans-serif;
  margin: 12px;
  text-align: right;
}
#mainNav a{
  color: #fff;
  text-decoration: none;
  padding-right: 12px;
  padding-left: 12px;
  border-right: 1px solid #fff;
}
#mainNav a.last{
  border-right-width: 0px;
}
#mainNav a:hover{
  text-decoration: underline;
}
/* FOOTER */
footer{
  background-color: #000;
  text-align: center;
}
#footerLogo{
  max-width: 100px;
}
/* HOME MAIN PHOTO */
#mainPhoto{
  margin: 0px;
  padding: 0px;
}
#mainPhotoGamers{
  width: 100%;
  margin: 0px;
}
#homeHeadline{
  text-align: right;
  z-index: 20;
  font-family: Impact, sans-serif;
  color: #fff;
  font-size: 46px;
  margin-top: -80px;
  margin-right: 20px;
}
/* HOME PRODUCTS */
.homeProductContainer{
  text-align: center;
}
.homeProductPhoto{
  max-width: 200px;
}
.homeProductLogo{
  max-width: 250px;
}
.homeProductSpecs{
  text-align: left;
  color: #333;
  font-size: 13px;
}
.homeProductSpecs.leftSide{
  padding-left: 20px;
}
/* PRODUCT PAGES */
.productText img{
  margin-left: 40px;
}
.productText p{
  font-family: Bahnschrift, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 150%;
  margin-left: 40px;
}
.productText .price{
  font-family: Bahnschrift, sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 150%;
  margin-left: 40px;
}
.productText .supScript{
    font-size: 20px;
}
.productPageLogo{
  max-width: 300px;
}
.productPagePhoto{
  width: 100%;
  margin-left: 40px;
}
.productSpecs{
  background-color: #000;
  padding-bottom: 40px;
}
.productSpecs h1{
  background-color: #8B0604;
  text-align: center;
  padding: 10px;
  color: #FFF;
  font-family: Impact, sans-serif;
  font-size: 40px;
  margin-bottom: 40px;
}
.productSpecTitle{
  text-align: right;
  font-family: Impact, sans-serif;
  font-size: 40px;
  color: #8B0604;
}
.productSpecText{
  font-family: Bahnschrift, sans-serif;
  color: #eee;
  font-size: 14px;
  line-height: 150%;
  width: 20%;
}
.productSpecPhoto{
  display: flex;
}
.productSpecPhoto img{
  max-width: 200px;
  align-self: flex-start;
}
.builderPortrait{
  max-width: 200px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  p, h1{
    padding-left: 20px;
    padding-right: 20px;
  }
  .productSpecTitle, .productSpecText{
    text-align: center;
    width: 100%;
  }
  .productSpecPhoto{
        padding-left: 50%;
  }
  .productSpecPhoto img{
    width: 200px;
    margin-left: -100px;
    margin-bottom: 40px;
  }
  .homeProductSpecs,  .homeProductSpecs.leftSide{
    text-align: center;
    padding: 0px;
    width: 100%;
    padding-bottom: 10px;
  }
  .productPagePhoto{
    width: 80%;
    margin-left: 20px;
  }
  #mainNavContainer, #hLogoContainer{
    width: 100%;
  }
  #mainNav a{
    border-right-width: 0px;
  }
  #mainNav a.last{
    border-bottom-width: 0px;
  }
}
