.header{
    background-color: #2c0f54 !important;
    color:white;
    font-size: .75em;
}
.header td{
    color: rgba(255,255,255, .8);
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 1em;
    text-transform: uppercase;
}
.btn-outline-white{
    border: 2px solid transparent;
    color: white;
    font-size: 1.5em;
    padding: 0em 0.4em;
}
.btn-outline-white:hover{
    background-color: white;
}

.navbar-brand img {
    height: 30px;
}
.navbar-brand{
    font-weight: 600;
}
img {
    vertical-align: middle;
    border-style: none;
}
.navbar-nav .nav-link {
    /*color: rgba(0, 0, 0, 0.9);*/
    font-weight: 700;
    font-size: .9em;
    text-transform: uppercase;
    margin-right: 1.2em;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar .nav-link:hover{
    color: #1873bd !important;
}
.navbar .btn{
    font-weight: 500;
    border-width: 2px !important;
}
.navbar .btn-primary{
    border-color: #EC6F66;
    background-color: #EC6F66;
}
.navbar .btn-outline-primary{
    border-color: #EC6F66;
    color: #EC6F66;
    background-color: transparent;
}
.btn-round{
    border-radius: 100px;
    padding-right: 1.5em;
    padding-left: 1.5em;
}
/*.carousel-inner{
    background-image: url('/images/nairobinight.jpg');
    background-size: cover;
}*/
.carousel-control-prev, .carousel-control-next{
    opacity: 0;
}
.carousel-control-prev:hover, .carousel-control-next:hover{
    opacity: 0.8;
}
.carousel-control-prev-icon:after
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    font-size: 40px;
}

.carousel-control-next-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 40px;
}
.carousel-control-next-icon
{
  background-image: none !important;
}

.carousel-control-prev-icon{
  background-image: none !important;
}
.carousel-indicators li{
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.bg-dark{
    background-color:indigo;
}
.dark{
    background-color: rgba(0, 0, 0, 0.3);
    min-height: 100vh;
    color: white;
    /*background: #0575E6;
    background: -webkit-linear-gradient(to right, #021B79, #0575E6);
    background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.dark h1{
    font-weight: 800;
    font-size: 2.5em;
    text-transform: uppercase;
}
.dark .card{
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255,255,255,.7);
}
.dark .card label{
    font-size: .8em;
    font-weight: bold;
}
.card .btn-primary{
    background-color: indigo !important;
    border-color: indigo !important;
    height: 45px;
}
h2::after, h3::after, h4::after, h5::after{
    content: '';
    border-bottom: 3px solid indigo;
    width: 40px;
    display: block;
    margin-top: 3px;
}
h3 tr td:nth-child(1){
    background-color: #2c0f54;
    color: #fff;
    border-radius: 3px;
    margin-right: 2em;
}
.dark .btn{
    font-size: 1em;
    padding-left: 2em;
    padding-right: 2em;
}
.bg-dark{
    background-color: indigo !important;
}
.dark .btn-outline-primary{
    color: #2193b0;
    border-color: #2193b0;
}
.dark .btn-outline-primary:hover{
    color: #fff;
}
.dark .btn-primary{
    background-color: #2193b0;
    border-color: #2193b0;
}
.main{
    background-image: url("/images/bg.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-position: right 0px bottom 0px;
}
.h3{
    color: indigo;
    font-weight: 700;
}
.carousel-item .row{
    min-height: 100vh;
}
.img{
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.mybig{
    font-weight: 800;
    font-size: 1.5em;
}
.mybig2{
    color: #2193b0;
    font-weight: 800;
    font-size: 1.2em;
}
.input-group{
    border-radius: 0px;
}
.form-control{
    font-weight: bold;
    color: #444;
}
.form-control:focus{
    box-shadow: none;
}
.input-group .form-control{
    border-left: none;
}
.hasdropdown #routes1, .hasdropdown #routes2{
    background-color: white;
    position: absolute;
    z-index: 100;
    display:none;
    width:90%;
}
.hasdropdown #routes1 div, .hasdropdown #routes2 div{
    overflow-y: auto;
    max-height: 200px;
}

.navbar--dark{
    background: rgba(72, 42, 113, .5);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(72, 42, 113,.9),rgba(116, 116, 191, .5));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(72, 42, 113, .9), rgba(116, 116, 191, .5)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-dark-1{
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.bg-dark-2{
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}
