
#moreoffers .spotspan{
  clear: both;
display: block;
}
#moreoffers .slash{
  display: none;
}
#headdiv{
  background-image: url('/images/headers/antonio_books.png'); 
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  object-fit: cover;
  height: 100vh;
  background-position: center; 
}

@media only screen and (max-width: 768px){
  .productbox p {
text-align: left ;
}
}

section{
  max-width:100%;
  margin: 0 auto; 
}
.row{
  margin-left: 0;
  margin-right: 0;
}


#learnlang{

  padding: 5rem;
}
.greenplus{
  font-family: Karla;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: #56DEAA;
  margin: 0 10px;

}

.imagecontainerright{

}
@media only screen and (max-width: 992px) {
  .blueboxleft{
      text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .imagecontainerright{
      background: #577BD0;
      margin-top: 0;
      padding-top: 50px;
      padding-bottom: 75px;
  }
}
@media only screen and (max-width: 650px) {
  #learnlang{
      padding: 5rem 2rem;
  }
}



/* ????????????????????????????????????????????????????????????? */
#notwhatyouwerelookingfor{
  width: 100%;
  text-align: center;
}
/* includes */
#bookimg{
  width: 163px;
  height: 234px;
}
#bookimgsm{
  width: 163px;
  height: 234px;
}

#braintrainingimg.nobook{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #braintrainingimg{
      border: 1px solid white;
border-radius: 35px;
  }
}


#letsgobutton{
  width: 131px !important;
  margin: 75px auto 0 auto;
}
.signupgrayedout{
  filter: grayscale(100%);
}
.signupgrayedout:hover{
  cursor: default;
}

#alloffers h2 {
  margin: 25px 0 25px 0;
}