/* .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%; 
    }    
} */
body{
  background-image: url(bgimg.JPG);
  /*background-repeat: repeat-y;*/
}

@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{
    color: rgb(230,230,230) !important;
}

.textx{
     color: rgb(240,240,240) !important;
}

.foot{
    background-color: rgb(0,0,0) !important;
}