/*General box*/


.genBox{
  margin-bottom: 20px;
}

.general {
  background-image:url(GenBan2_1.jpg);
  background-repeat: no-repeat;
  height: 94px;
  text-align: center;
  color: #0A3D12;
  font-size: 47px;
  line-height: 93px;
  font-family: abeezeeregular;
}

.capsLeft{
  float: left;
  margin: 90px 15px 90px 5px;
}

.orangeRight{
  float: right;
  margin: 90px 5px 90px 15px;
}


/*nootropic box*/

.nootsBox{
  border-left: 8px solid #D4E0F3;
  border-right: 8px solid #D4E0F3;
  border-bottom: 8px solid #D4E0F3;
  background-color: #7CADCE;
  margin-bottom: 15px;
}

.noots {
  font-size: 48px;
  line-height: 60px;
  background-color: #D4E0F3;
  color: #7CADCE;
  font-family: quicksandlight;
  font-weight: bold;
  text-align: center;
}

.in {
  padding: 0 5px;
  color: #fff;
}

.noot_link{
  color: #004C64;
  font-weight:bold;
}

.noot_link:hover{
  color: #D4F3E6;
}

/*End nootropic box*/

/*Energy box*/
.pre {
  font-family: gongnormal;
  font-size: 35px;
  line-height: 48px;
  color: #E7AC12;
  font-weight: bold;
  text-align: center;
}
.box {
  width:240px;
  background-color: #FAEDAB;
  float: right;
  border-top: 10px solid #A05C13;
  padding: 2px 5px;
  text-align: center;
  color: #A05C13;
}

/*End energy box*/

/*Start post*/
.postWork {
  /*font-size: 62px;*/
  font-size: 83px;
  line-height: 122px;
  /*background-color: #A84D4D;*/
  color: #F36969;
  font-family: axehandelregular;
  text-align: center;
  background-image: url({{ 'assets/barbell.jpg' | asset_url }});
  /*background-image: url(https://cdn.shopify.com/s/files/1/0173/1766/t/2/assets/barbell-155218_640.jpg?56787);*/
  background-repeat: no-repeat;
}

.postBox{
  /*background-color: #700D0D;*/
  margin-bottom: 15px;
  /*border: 14px solid #700D0D;*/
  /*border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;*/
}

.postBox a{
  color: #EB6C6C;
  font-weight: bold;
}

.postP {
  /*border-left: 3px dotted #A84D4D;
  border-right: 3px dotted #A84D4D;
  border-bottom: 3px dotted #A84D4D;
  margin-top: -12px;*/
  padding: 0px 5px;
}
/*end post*/

/*Start testosterone*/
.testosterone {
  font-family: gongnormal;
  font-size: 32px;
  line-height: 45px;
  color: #9B2743;
  font-weight: bold;
  text-align: center;
}
.boxTest {
  width:240px;
  background-color: #F7CDB5;
  float: left;
  border-top: 10px solid #9B2743;
  padding: 2px 5px;
  text-align: center;
  color: #9B2743;
  margin-right: 10px;
}

.boxTest a{
  color: #BE2B2B;
  font-weight: bold;
  text-decoration: underline;
}