@charset "UTF-8";
/* CSS Document */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}  

.navbar-toggler {
  border: 0px solid transparent;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.img-indiv{
    width: 100%; 
    padding-top:75%; 
    background-size: cover; 
    background-position:center;
}

.img-indivcenter{ 
    background-size: cover; 
    background-position:center;
}

.hws-color{
	color:#0af;
}

.mw-75 {
  max-width: 75% !important;
}
.scroll-x{
  overflow-x: visible;
  overflow-y: hidden;
	
}
.nav-tabs>li {
    white-space: nowrap;
}

.bg-black {
  background-color: #000 !important;
}

.text-black {
  color: #000 !important;
}
/*.nav-tabs {
  overflow-x: auto;
  overflow-x: visible;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.nav-tabs>li {
  float: none;
    white-space: nowrap;
}*/
/*.nav-tabs>li {
    white-space: nowrap;
}*/

