/* .jumby{
    width: 65%; 
    height: auto; 
    background-color: rgba(255,215,0,.1);
} */

/* @media (min-width: 576px) and (max-width: 767.98px) { 
    .jumby{
        width: 80%; 
    }    
}

@media (max-width: 575.98px) {
    .jumby{
        width: 100%; 
    }    
} */

@media (min-width: 576px) {
    .jumby {
      width: 87%;
    }
  }
  
  @media (min-width: 768px) {
    .jumby {
      width: 85%;
    }
  }
  
  @media (min-width: 992px) {
    .jumby {
      width: 75%;
    }
  }
  
  @media (min-width: 1200px) {
    .jumby {
      width: 65%;
    }
  }


.textz{
    font-size: 1.3rem !important;
}

.textx{
    font-size: 1.1rem !important;
}

.foot{
    background-color: rgb(0,0,0) !important;
}