body {
  margin: 0;
  padding: 0;
   overflow-x: hidden;
}
.full-width-container {
  width: 100%!important;
  margin: 0;
  padding: 0;
}

#home-wp {
  position: absolute!important;
  width: 100%!important;
}
.home-buttons {
  width: 100%;
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.home-hover {
  padding-top: 110%;
  padding-bottom: 40%;
  text-align: center;
   overflow-x: hidden;
}
@media(min-width:1024px){
 .home-hover {
  padding-bottom: 40%!important;
}
}
@media(min-width: 768px){
 .home-hover {
  padding-bottom: 35%;
}
}
@media(max-width: 768px){
 .home-hover {
  padding-bottom: 30%;
}
  .home-hover .home-button {
    font-size: 2em!important;
  }
}
@media(max-width: 560px){
 .home-hover {
  padding-bottom: 40%;
}
  .home-hover .home-button {
    font-size: 1em!important;
  }
}


#coaching {
  transform: skewX(-12.5deg);
   overflow-x: hidden;
}
#boosting {
  transform: skewX(-12.5deg);
   overflow-x: hidden;
}
#accounts {
  transform: skewX(-12.5deg);
   overflow-x: hidden;
}
.home-hover .home-button {
  text-decoration:none!important;
  font-family: 'Saira Stencil One', sans-serif;
  color: #fff;
  font-style: italic;
  letter-spacing: 1.5px;
  text-shadow:
       -1px -1px 10px #003764,  
    1px -1px 10px #003764,
    -1px 1px 10px #003764,
     1px 1px 10px #003764;
  font-size: 2.5em;
   overflow-x: hidden;
  border-bottom: 2px transparent solid;
  transition: .5s;
  
}
.home-hover:hover .home-button {
  border-bottom: 2px #fff solid;
  padding-bottom: 0px;
  padding-top: 0px;
	color: #fff!important;
  transition: 0.5s;
}






