/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .featuredCategoryTitle {
    margin-bottom: -1.5rem;
    font-size: smaller;
    color: gray;
  }

  .boxInfoHalf {
    height: 250px;
    margin-bottom: 10px;
  }

  .boxInfo {
    margin-bottom: 10px;
  }
  .noGutterMobile {
    padding: 0px;
  }

  .innerRepadding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-mobile-center {
    text-align: center;
  }

  .searchform,
  .navbar-brand {
    display: none;
  }
  .search-mobile,
  .navbar-brand-mobile {
    display: block;
  }

  .slider.slider-horizontal {
    width: 100%;
    height: 20px;
  }

  .sliderText,
  .sliderText:hover,
  .sliderText:focus {
    margin-top: 50px;
    margin-bottom: 5px;
  }

  .sliderItem {
    margin-top: 65px;
  }
  

  .bellDiv{top: 10px !important;
    left: 75px;}
  .bellDiv img {width: 25px !important; height: 25px !important;}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .featuredCategoryTitle {
    margin-bottom: -1.5rem;
    font-size: smaller;
    color: gray;
  }

  .boxInfoHalf {
    height: 250px;
    margin-bottom: 10px;
  }

  .boxInfo {
    margin-bottom: 10px;
  }

  .noGutterMobile {
    padding: 0px;
  }

  .innerRepadding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-mobile-center {
    text-align: center;
  }

  .searchform,
  .navbar-brand {
    display: none;
  }
  .search-mobile,
  .navbar-brand-mobile {
    display: block;
  }

  .slider.slider-horizontal {
    width: 100%;
    height: 20px;
  }

  .sliderText,
  .sliderText:hover,
  .sliderText:focus {
    margin-top: 50px;
    margin-bottom: 5px;
  }

  .sliderItem {
    margin-top: 65px;
  }

  

  .bellDiv{top: 10px !important;
    left: 75px;}
  .bellDiv img {width: 25px !important; height: 25px !important;}

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .featuredCategoryTitle {
    margin-bottom: -1.5rem;
    font-size: smaller;
    color: gray;
  }

  .boxInfoHalf {
    height: 250px;
    margin-bottom: 10px;
  }

  .boxInfo {
    margin-bottom: 10px;
  }

  .noGutterMobile {
    padding: 0px;
  }

  .innerRepadding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-mobile-center {
    text-align: center;
  }

  .searchform,
  .navbar-brand {
    display: none;
  }
  .search-mobile,
  .navbar-brand-mobile {
    display: block;
  }

  .slider.slider-horizontal {
    width: 100%;
    height: 20px;
  }

  .sliderText,
  .sliderText:hover,
  .sliderText:focus {
    margin-top: 50px;
    margin-bottom: 5px;
  }

  .sliderItem {
    margin-top: 65px;
  }

  .bellDiv{top: 10px !important;
    left: 75px;}
  .bellDiv img {width: 25px !important; height: 25px !important;}

}
