.myBoxes {

padding: 0px 10px 10px 20px;

padding: 0px 10px 10px 10px;

background: rgb(255,255,255);

/* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 75%, rgba(247,247,247,1) 100%); /* FF3.6+ */;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(253,253,253,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */;

    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */;

    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */;

    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* IE10+ */;

    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* W3C */;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */;

    -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

    -moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

    box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);

border: 1px #CDCDCD solid;

border-radius: 5px;

}


#nav {

  width: 975px;

  float: left;

  margin: 16px 0 13px 0;

  padding: 0;

  list-style: none;

  background-color: #666666;

  border-bottom: 1px solid #666666;

  border-top: 1px solid #666666; }

#nav li {

  float: left; }

#nav li a {

  display: block;

  padding: 8px 19px;

  text-decoration: none;

  font-weight: bold;

  font-size:12px;

  color: #ffffff;

  border-right: 1px solid #666666; }

#nav li a:hover {

  color: #ffffff;

  background-color: #333333; }

/* End primary navigation bar styling. */



  #nav1 {

  width: 975px;

  float: left;

  margin: 0 0 3em 0;

  padding: 0;

  list-style: none;

  background-color: #f2f2f2;

  border-bottom: 1px solid #f2f2f2;

  border-top: 1px solid #f2f2f2; }

#nav1 li {

  float: left; }

#nav1 li a {

  display: block;

  padding: 8px 15px;

  text-decoration: none;

  font-weight: bold;

  font-size:70%;

  color: #000000;

  border-right: 1px solid #f2f2f2; }

#nav1 li a:hover {

  color: #c00;

  background-color: #ffffff; }

/* End secondary navigation bar styling. */
   

.myBoxesWhiteBackground {
padding: 10px;
width:450px;
height:200px;
background: rgb(255,255,255);
    -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
border: 1px orange solid;
border-radius: 5px;
}


.myBoxesGrayBackground {
padding: 10px;
width:450px;
height:200px;
background: #f8f8f8;
    -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
border: 1px #CDCDCD solid;
border-radius: 5px;
}


a:link{color:blue;}

a:visited{color:blue;}

a:hover{color:red;}

a:active{color:red;}


BODY{font-family:"Arial";background-color:black;margin:0px;padding:0px;text-align:center;min-width:1046px;}

h1{font-size:160%; font-weight:normal; color: #000000;}
h2{font-size:140%; color: #ed2923;}
h3{font-size:120%; font-weight:normal; color: #000000;}

FORM{margin:0;padding:0;}

#centerwrapper{text-align:left;width:975px;margin-left:auto;margin-right:auto;}

/* this css through line 263 is for Play It Like a Pro title tyger-tyer text effect */
/* This very cool animated text is by Joseph Martucci. See his outstanding work on Codepen at https://codepen.io/jjmartucci. Copyright (c) 2022 by Joseph Martucci (https://codepen.io/jjmartucci/pen/rNozPY)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
* {
  box-sizing: border-box;
}

span {
  margin: 0;
  padding: 0;
}
/*.top-line{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
/*.top-line .end-left, .top-line .end-right{*/
/*    position: static;*/
/*}*/
.end-left {
  /*margin-left: -300px;*/
  /*padding-right: 10px;*/
  /*background: red;*/
  left: 210%;
}

.end-right {
  /*margin-left: 50px;*/
  /*padding-left: 10px;*/
  /*box-sizing: border-box;*/
  /*background: blue;*/
  left: -210%;
}

.outline {
  position: absolute;
}

.outline {
  color: black;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: orange;
  font-size: 64px;
  font-family: "Arvo", serif;
  padding-top:0px;
}

.orbs {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  display: block;
  font-size: 100px;
  padding-top:40px;
  
  display: flex;
  justify-content: center;
  width: 100%;
  height: 140px;
}

.orbs span {
  color: red;
  display: inline;
  text-align: center;
  border-radius: 50%;
  text-shadow: 0 0 20px orange, 1px 1px 20px orange, 2px 2px 20px orange, -1px -1px 20px orange, -2px -2px 20px orange;
  position: absolute;
  /*left: 12%;*/
}
.orbs span:first-child {
  /*margin-left: -210px;*/
}
.orbs span:not(:first-child) {
  /*margin-left: -35px;*/
}

.glow {
  opacity: 0;
  font-family: "Arvo", serif;
  font-weight: 300;
  color: orange;
  /*margin-left: -222.5px;*/
  margin-top:80px;
  font-size: 40px;
  position: absolute;
  display: block;
  /*top: 600px;*/
  /*left:45%;*/
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}


@media screen and (max-width: 1000px){
    .orbs{
        font-size: 8vw;
        height: 21vw;
        padding-top: 4vw;
    }
    .glow{
        top: -4vw;
        position: relative;
        font-size: 5vw;
    }
    .outline{
        font-size: 7vw;
    }
}
@media screen and (max-width: 600px){
    .glow{
        top: -2vw;
    }
}

@media screen and (max-width: 1000px){

        body, #nav, #nav1, #content,iframe,#centerwrapper,.myBoxesGrayBackground,.myBoxesWhiteBackground{

          max-width: 100%;

          width: 100% !important;

          min-width: 100% !important;

        }

        *{

          margin-right: 0 !important;

          margin-left: 0 !important;

        }

        p{

          margin-right: 0 !important;

          margin-left: 0 !important;

          width: 100%;

          display: block;

          float: none;

        }

   

        img{

          width: 100%;

          height: auto;

        }

        #nav1 li a{

      

          display: block;

          padding-left: 0;

          padding-right: 0;

          text-align: center;

        }

        ul, ol, li{

          /*display: inline;*/

        }

 

        #nav li{

          text-align: center;

        }

        *{

          /*border: 1px solid;*/

          float: none !important;

          margin-left: 0 !important;

          margin-right: 0 !important;

          padding-left: 0 !important;

          padding-right: 0 !important;

        }

        .myBoxesGrayBackground, #content{

          margin-top: 10px !important;

          height: auto !important;

        }

        #centerwrapper{

          width: 90% !important;

          min-width: 90% !important;

          margin-left: 3% !important;

        }

        .myBoxesGrayBackground, .myBoxesWhiteBackground{

          padding: 0 2% !important;

          height: auto !important;

        }

 

        #nav{

          margin-left: 3% !important;

        }

        /* update */

        .myBoxes{

          width: 94% !important;

          min-width: 90% !important;

          margin-left: 3% !important;

          height: auto !important;

          padding: 0 2% !important;

          margin-top: 10px !important;

        }

        .myBoxes:after{

          content: "";

          display: block;

          clear: both;

        }

        img{

          border: 0;

        }

        li {

            list-style-position: inside;

        }


        p{

          margin-bottom: 10px !important;

          margin-top: 10px !important;

        }

        /*eo update*/



  #nav li, #nav1 li{

			    margin-bottom: 10px;

			    margin-top: 10px;

			  }

			  #nav li a, #nav1 li a{

			    font-size: 14px;

			  }

  #centerwrapper{

    margin: auto !important;

  }

  #nav{

    margin-left: 0 !important;

  }



  .myBoxesGrayBackground, .myBoxesWhiteBackground, .myBoxes{

    box-sizing: border-box;

    padding: 10px 15px 15px !important;

    

  }

  .myBoxes{

    width: 100% !important;

    margin-left: 0 !important;

  }

  #content li{

    list-style-position: outside;

    margin-left: 25px !important;

  }

  img[src='https://www.paypalobjects.com/en_US/i/scr/pixel.gif'] {

    height: 1px !important;

    overflow: hidden;

    visibility: visible;

    width: 1px !important;

  }

  form[target=paypal] img{

    height: 1px !important;

    overflow: hidden;

    visibility: visible;

    width: 1px !important;

  }

  form[target=paypal] input[type=hidden]{

    visibility: hidden;

  }

  ._guarantee{

    width: 175px !important;

    margin: 0 auto !important;

    display: block;

  }

  .smaller_title{

    font-size: 30px !important;

  }
  
    .smaller_title_h2{

    font-size: 25px !important;

  }

  .smaller_title+div{

    margin-top: 40px !important;

  }

  .myBoxesWhiteBackground{

    margin-top: 0px !important;

  }


 .myBoxes.hovered_images div{
    width: 100% !important;
    height: auto !important;
  }
 .myBoxes.hovered_images div a{
    padding-bottom: 0 !important;
  }
  .myBoxes.hovered_images div a img{
    display: block;
  }
  
}


  .hovered_images a{

    display: block;

    float: left;

    transition: all .5s;

    padding-bottom: 20px;

  }

  .hovered_images a:hover {

    padding-top: 20px;

    padding-bottom: 0;
  }
