/*body {
     background-color: #f1f1f1;
}

.navbar{
     background-color:white;
}*/

@media (min-width: 768px) {
     footer {
          padding: 5em 0;
     }
}

/*footer {
     padding: 4em 0;
     background: #333333;
}

footer .footer-heading {
     font-size: 16px;
     color: #fff;
}*/

/*footer .h2, footer .h3, footer .h4, footer .h5 {
     color: #fff;
}

footer p, footer a {
     color: #737373;
}*/

.carousel-item{
     max-height:450px;
}


.nav.nav-tabs {
     flex-wrap: nowrap;
     overflow-x: auto;
     overflow-y: hidden;
     scrollbar-width: thin;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
     color: #007eff;
     border: none;
     border-bottom: 2px solid #007eff;
}

.nav-tabs .nav-link {
     border: none;
     color: #4ea6ff;
     white-space: nowrap;
}

     .nav-tabs .nav-link:hover {
          background-color: #143b61;
     }

     a{
          text-decoration:none;
     }
code {
     /*border: 1px solid #d5d5d5;*/
     border-radius: 5px;
     padding: 3px;
     /*background-color: aliceblue;*/
}
.new-class{
     height: auto;
}

.badge {
     font-weight: 300; 
     border-radius: 0; 
}

.progress, .progress-stacked {
     height: 8px;
     border-radius: 0;
}