html {
  position: relative;
  /*min-height: 100%;*/
  /*min-width: 880px !important;*/
}



body {
  min-height: 1000px;
  
  /*scroll spy*/
   position: relative;
   
   height: 1000px;
   overflow-y: scroll;
  

}

/*.container
{
    min-width: 869px !important;
}*/


.carousel .navbar-wrapper .navbar {
    border-radius: 4px;
}

