*{
  font-family: 'Montserrat', sans-serif; 
  color:white;
  max-width:100%;
}

html{
  width: 100%;
  height:100%;
  max-width: 1000px;
  background-image:url("../images/bgBlurred2596.jpg");
  background-image:image-set("../images/bgBlurred649.jpg" 1x, "../images/bgBlurred1298.jpg" 2x, "../images/bgBlurred2596.jpg" 3x);
  background-image:-webkit-image-set(url("../images/bgBlurred649.jpg") 1x, url("../images/bgBlurred1298.jpg") 2x, url("../images/bgBlurred2596.jpg") 3x);
  background-repeat: repeat;
  margin: 0 auto 0 auto;
  background-size:1298px 731px;
}
body {
  width: 100%;
  height:100%;
  max-width: 1000px;
  background-image: url("../images/BG-Top-1000.png");
  margin: 0 auto 0 auto;
  background-image:image-set("../images/BG-Top-250.png" 0.25x, "../images/BG-Top-500.png" .5x, "../images/BG-Top-1000.png" 1x);
  background-image:-webkit-image-set(url("../images/BG-Top-250.png") .25x, url("../images/BG-Top-500.png") .5x, url("../images/BG-Top-1000.png") 1x);
  background-repeat: no-repeat;
  background-size: 100%;
}
div{
  word-wrap: break-word;
word-break: break-word;
}

p{

  margin-block-start: 0.1em;
  margin-block-end: 0.5em;
  font-family: sans-serif;
  font-size: large;
  line-height: 125%;
  font-style:normal;
  text-align:justify;
}
p strong{
  font-weight:bolder;
  font-style: italic;
}
h1{
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.7rem;
  font-style:italic;
  letter-spacing: -1.99px;
}
p+h2 {
  margin-top: 1em;
}
p:last-child{
  
  padding-bottom: .6em;
}
h2{
  margin-top:0;
  margin-bottom:0;
  font-size: 2.7rem;
  font-style:italic;
  letter-spacing: -1.99px;
  line-break:loose;
}
h2+p{
  margin-top:0;
}
h2+ul{
  margin-top:0;

}
h2.headline{
  
  white-space: nowrap;
}
h3{
  margin-top: 0;
  margin-bottom: 0.3em;
  font-size: 2.7rem;
  font-style: italic;
  letter-spacing: -1.99px;
  line-break: loose;
  line-height: 97%;
}
#subNav {
  float: right;
  width: 9.7em;
  margin-top: 1em;
  margin-left: 0;
  padding: 1em 0 1.5em 0.7em;
  outline-color: #67849a;
  outline-width: 1px;
  outline-style: solid;
  list-style-type: none;
  font-family: sans-serif;
}

#subNav>li:first-child{
  font-style: italic;
  margin-left: 0px;
  margin-bottom: 10px;
  list-style-type: none;
}
#subNav>li{
  margin-left: 20px;
  list-style-type: disc;
}
.BangBangPewPewTemplate2ColumnResponsive div.page-header+div {
  width: 73%;
}
iframe+h2{
  margin-top: 7px;
}
ul{
  font-size: large;
  padding-inline-start: 22px;
  
}
ul:last-child{
  
  padding-bottom: 13px;
  margin-bottom: 0;
}
li+li{
  margin-top: 5px;
}
#MenuButtons li+li{
  margin-top:0;
}
li{
  line-height: 125%;
  font-family: sans-serif;
  font-size: large;
  text-align: justify;
}
#ContentInner .InlineIcon{
  margin-right: 7px;
  width: 20px;
  display:inline;
}
.QuoteAuthor{
  margin-bottom: 2em;
  margin-top: 0.5em;
  margin-left: 2em;
  text-align: left;
}
#AllContent{
  max-width:1000px;
  width:100%;
  outline: white;
  outline-width: 6em;
  outline-style: solid;
  margin: 0 auto;
}
#PageHead{
  padding-top: 3em;
  margin-bottom: 1.25em;
  word-wrap: break-word;

}
.BBPPLogo{
  max-width:522px;
  width:52%;
  margin: 0px auto 2.2em auto;
  display:block;
}
#BuySteam{
  margin: 0;
  width:100%;
  max-width: 786px;
  display: block;
  min-height:190px;
  border:none;
  overflow: hidden;
}
.HeaderQuote{
  font-size: 2rem;
  width:65%;
  max-width:650px;
  margin: 0px auto 1.4em auto;
  text-align: justify;
}
.HeaderQuote a{
  text-decoration: none;
}
#MenuButtons {
  max-width: 850px;
  max-height: 106px;
  padding: 0;
  align-content: space-around;
  margin: 0 9%;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex: 1 1 850px;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: nowrap;
}
#MenuButtons li {
  display: flex;
  flex-direction: column;
  flex: 1 1 106px;
  align-items: center;
  align-content: stretch;
  justify-content: center;
}
#MenuButtons a {
  text-align: center;
  display: block;
  padding: 2em 0;
  height: 100%;
  width: 100%;
  font-size: 1.3em;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center 0;
  color: whitesmoke;
  background-size: 100% 100%;
}

.HeaderButtonOrange:link{
  background-image: url("../images/menuOrange.png");
  text-decoration:none;

}
.HeaderButtonOrange:hover{
  background-image: url("../images/menuOrangeHover.png");
  color:white;
  text-decoration:none;
  
}
.HeaderButtonOrange:active{
  background-image: url("../images/menuOrangeClick.png");
  color:white;
  text-decoration:none;
  
}
.HeaderButtonBlue:link{
  background-image: url("../images/menuBlue.png");
  text-decoration:none;

}
.HeaderButtonBlue:hover{
  background-image: url("../images/menuBlueHover.png");
  text-decoration:none;
  
}
.HeaderButtonBlue:active{
  background-image: url("../images/menuBlueClick.png");
  text-decoration:none;
  
}
.current .HeaderButtonBlue{
  background-image: url("../images/menuBlueHover.png");
  color:white;
  text-decoration:underline;
  
}
#ContentTop {
  width: 85vw;
  max-width: 850px;
  height: 5.2vw;
  margin: 0 auto 0 auto;
  display: block;
  max-height: 52px;
}
#Content{
  width: 85vw;
  max-width:850px;
  background-image: url(../images/ContentBG.png);
  background-size: contain;
  margin: 0 auto;

}
#ContentInner {
  margin: 0 32px;
  padding: 0 0 32px;
}
#ContentInner img{
  max-width:100%;
  clear: both;
  margin: 0 auto;
  display:block;
}
#ContentBottom{
  width: 85vw;
  max-width:850px;
  height:5.2vw;
  margin: 0 auto 0 auto;
  display: block;
  max-height: 52px;
}
.youtubeIframe{
  margin:39px auto 39px auto;
  display:block;
  border:none;
  overflow: hidden;
}
#FooterDiv{
  width:100%;
  background-color:white;
  min-height:100px;
  padding-top:16px;
  margin-top:16px;
}
#FooterDiv Img{
  margin: 0px auto 6.5px auto;
  width: 76px;
  height: 76px;
  display:block;
}
#FooterDiv p{
  font-family: 'Black Ops One', sans-serif;
  font-size: large;
  color:black;
  text-align: center;
  margin-block-end: 16px;
}
.button-box{
  
  padding-block-end: 1.5em;
}
.dj-simple-contact-form-required-fields-info{
  margin-left:0px;
}
.dj-simple-contact-form.style-1 textarea{
  Color: black;
}
.dj-simple-contact-form{
  color:black;
}
.dj-simple-contact-form button{
  background-color: #faae1c;
  color:white;

}
.dj-simple-contact-form input[type="submit" i] {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 15px;
  background-color: #faae1c;
  color:white;
  font-size: large;
  margin-top: 8px;    
  float:right;
  cursor:grab
}
.dj-simple-contact-form input[type="submit" i]:hover {
  background-color: #fac68d;
  cursor: pointer;
}
.dj-simple-contact-form label {
  margin-top: 8px;
  font-style: italic;
  font-size: large;
}
.dj-simple-contact-form-row.terms-conditions{
  
  margin: 0;
  height: 0;
}
.dj-simple-contact-form fieldset{
  margin:0;
  padding:0;
  height:0;
  
  border: 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 535px) {
  #MenuButtons li {
    flex-basis: 50%;
  }
  #subNav {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .BangBangPewPewTemplate2ColumnResponsive div.page-header+div{ 
    width: 100%;
  }
  .HeaderQuote {
    font-size: 1.3rem;
    width: 82%;
    margin-bottom:0;
  }
  .BBPPLogo { 
    width: 84%; 
}
  #MenuButtons {
    max-height:max-content;
    margin: 0 9%;
    flex-wrap: wrap;
  }
  #MenuButtons a{
    
    font-size: unset;
  }
  h2{
    font-size:1.7rem;
  }
  /*
  first: change margins to M's except for image margins
  html background
  body background
  p
  li



  */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 535px) and (max-width:768px) {
  #MenuButtons li {
    flex-basis: 40%;
  }
  #subNav {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .BangBangPewPewTemplate2ColumnResponsive div.page-header+div{ 
    width: 100%;
  }
  .HeaderQuote {
    font-size: 1.3rem;
    width: 82%;
    margin-bottom:0;
  }
  .BBPPLogo { 
    width: 84%; 
}
  #MenuButtons {
    max-height:max-content;
    margin: 0 9%;
    flex-wrap: wrap;
  }
  #MenuButtons a{
    
    font-size: unset;
  }
  h2{
    font-size:1.7rem;
  }
  body {
    background-image: url("../images/BG-Top-500.png");
  }
  html{
    background-image: url("../images/bgBlurred649.jpg");
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  html{
    background-image: url("../images/bgBlurred649.jpg");
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

