
* {
  box-sizing: border-box;
}

ul {
  list-style-position: inside;
  padding: 0;
}

.border-red {
  border: solid 1px red;
}

.border-blu {
  border: solid 1px blue;
}

.border-black {
  border: solid 1px black;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
}

.show-for-desktop {
  display: grid !important;
}

.show-for-mobile {
    display: none !important;
  }

h1 {
  font-size: 2.2rem;
  margin: 30px 0 15px;
  padding: 0;
}

h2 {
  font-size: 1.8rem;
}

h4 {
padding:0;
margin:0;
}

.spacer-10 {
  margin: 10px 0;
}

.spacer-20 {
  margin: 20px 0;
}

.spacer-30 {
  margin: 30px 0;
}

.header-body-copy {
  font-size: .9rem;
  color: #fff;
  line-height: 1.3rem;
  padding: 0 0 0;
  margin: 0 0 30px;
}

.page-header-container{
  display: grid;
  background-image: url('https://spyninjas.net/images/header-bg-tile-blue-lg-002.jpg');
  background-repeat: repeat;
  width: 100%;
  height: 233px;
}

.page-header-content {
  max-width: 728px;
  display: grid;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px 0;
  place-self: center;
}

.button-85 {
  margin: 20px 0;
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #000;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 2px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transform: translate(0%, -12%) skew(-20deg);
  transition: .2s;
  transform-origin: top;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 15s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 2px;
  transform: translate(0%, 0%) skew(-2deg);
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 2px;

}

.button-85:hover {
  transform: scale(1.1);
  color: powderblue;
}

.master-parent-container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

/* Header/Menu Stuff */
.header-menu-container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  max-width:1200px;
  margin: 0 auto;
  padding: 8px 10px;
}

 .header-logo-cell {
    z-index:150;
  }

.header-logo-cell img {
      width: 156px;
      height: auto;
    }
  
.menu-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-column-gap: 30px;
    align-items: center;
    padding: 0px 20px;
  }

.menu-item {
      position: relative;
      font-size: 1.2rem;
      white-space: nowrap
    }

.menu-item:after {
      position: absolute;
      display: block;
      content: "";
      left: 50%;
      width: 0%;
      height: 4px;
      background-color: red;
      transition: .1s;
    }

.menu-item:hover:after {
      left: 0%;
      width: 100%;
    }
  
.mobile-hamberger-container{
  display: grid;
  align-items: center;
  width: 47px;
  overflow: hidden;
  z-index: 150;
  }

.mobile-menu-panel {
    position: absolute;
    background-color: black;
    height: 458px;
    width: 100%;
    top: -461px;
    right: 0;
    font-size: 1.4rem;
    color: #fff;
    transition: .4s;
    z-index: 100;
    padding-top: 5rem;
  }

.mobile-menu-item {
    padding: .6rem;
  }

/* Footer Stuff */

.footer-master-container {
  background-color: #E60000;

}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 25px 20px;
  width: 100%;
  margin: 0 auto;
}

.footer-item {
    display: grid;
  }

.links {
    font-size: 1rem;
    color: #fff;
  }

.links ul li{
    margin-bottom: .3rem;
  }

.links a:hover{
    text-decoration: underline;
  }

.legal {
  align-self: start;
    font-size: .8rem;
    color: #fff;
    text-wrap: balance;
  }

.logo {
    display: grid;
    width: 100px;
    height: auto;
    justify-self: end;
    align-self: center;
  }

.socials-container{
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    align-self: center;
    justify-content: space-around;
    width: fit-content;
    margin: .62rem auto 0;
}

.socials-icon-container {
      width: 2rem;
      margin: 0 .62rem;
    }

.socials-icon-container:hover {
      cursor: pointer;
    }

.socials-links-panel {
      position: absolute;
      border-top: solid 1px #ccc;
      background-color: #000;
      text-align: center;
      font-family: open-sans, Arial, Verdana, sans-serif;
      color: #fff;
      font-size: .7rem;
      padding: .3rem 0 .4rem;
      bottom: 46px;
      width: 129px;
      left: 50%;
      transition: all .25s;
      transition-delay: .1s;
      transform: scaleY(0) translate(-50%);
      clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 130%);
      -webkit-font-smoothing: antialiased;
    }

.socials-links-panel:after {
          content: "";
          position: absolute;
          width:0px;
          height: 0px;
          border-style: solid;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          border-top: 8px solid #000;
          border-bottom: 0;
          left: 50%;
          bottom: -8px;
          transform: translate(-50%, 0);
      }

.socials-links-panel div {
        padding-bottom: .3rem;
      }

.socials-links-panel a:hover {
        text-decoration: underline;
      }

.social-icon-plus-panel {
         position: relative;
        display: grid;
        grid-template-columns: auto;
      }

.social-icon-plus-panel:hover .socials-links-panel{

    transform: scaleY(1) translate(-50%) translate3d( 0, 0, 0);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 130%);
    }

@keyframes hover-delay {
  0%   {
    color: #000;
  }
  100% {
    color: #eeeeee;
  }
}

.hamburger-animate {
    animation:animateHamburger .25s steps(10);
    animation-fill-mode: forwards;
  }

  .hamburger-animate-reverse {
    animation:animateHamburgerReverse .25s steps(10);
    animation-fill-mode: forwards;
  }

  @keyframes animateHamburger {
    from {
      transform: translate3d(0px, 0, 0);
    }
    to {
      transform: translate3d(-91%, 0, 0);
    }
  }
    @keyframes animateHamburgerReverse {
    from {
      transform: translate3d(-91%, 0, 0);
    }
    to {
    }
  }

.basic-body-copy {
  padding: 0;
  line-height: 1.4rem;
  font-size: .9rem;
}

/*Responsive Styles */

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

/*  .header-menu-container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    max-width:1200px;
    margin: 0 auto;
    padding: 8px 10px;
  }*/

  .menu-item {
      position: relative;
      font-size: 1rem;
      white-space: nowrap;
    }
}

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

.master-parent-container {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

  .show-for-mobile {
    display: grid !important;
  }

.show-for-desktop {
  display: none !important;
  }

.page-header-container{
  background-image: url('https://spyninjas.net/images/header-bg-tile-blue-sm.jpg');
  background-repeat: repeat;
  width: 100%;
  height: auto;
}

/* Footer Styles start */
.footer-container {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #E60000;
  padding: 20px;
  margin-top: 0;
}
.socials-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 200px;
    align-self: center;
    justify-content: space-around;
    margin: 0 auto;
  }

.socials-links-panel {
      position: absolute;
      border-top: solid 1px #ccc;
      background-color: #000;
      text-align: center;
      font-family: open-sans, Arial, Verdana, sans-serif;
      color: #fff;
      font-size: .7rem;
      padding: .3rem 0 .4rem;
      bottom: 60px;
      width: 129px;
      left: 50%;
      transition: all .25s;
      transition-delay: .1s;
      transform: scaleY(0) translate(-50%);
      clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 130%);
      -webkit-font-smoothing: antialiased;
}

.socials-links-panel:after {
          content: "";
          position: absolute;
          width:0px;
          height: 0px;
          border-style: solid;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          border-top: 8px solid #000;
          border-bottom: 0;
          left: 50%;
          bottom: -8px;
          transform: translate(-50%, 0);
      }

.socials-links-panel div {
        padding: .3rem;
      }

.socials-icon-container {
  position: relative;
      width: 2.5rem;
      left: 50%;
      transform: translate(-50%, 0);
      margin: .4rem 0;
    }

.footer-item-socials {
    grid-row: 1;
    margin: 1rem 0 0;
}

.span-on-mobile {
  grid-column: 1 / span 2;
}

.links {
    width: fit-content;
    font-size: 1.3rem;
    color: #fff;
    margin: 0 auto;
    text-align: center;
  }

  .links ul {
     list-style: none;
     padding: 0;
  }

  .links ul li{

    margin: .6rem 0 .6rem;
  }

.logo {
    display: grid;
    width: 102px;
    height: auto;
    justify-self: center;
    margin: 1.4rem 0 .2rem;
    grid-row: 2;
  }

.legal {
  text-align: center;
    font-size: .7rem;
    color: #fff;
  }

/* Footer Styles end */
}