.navbar-default .navbar-nav .nav-item .nav-link {
    color: #fff !important;
}

.customCarousel {
    width:100%; height: 700px !important;
  }
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.customCarousel {width:100%; height: 250px !important;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.customCarousel {width:100%; height: 350px !important;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.customCarousel {width:100%; height: 450px !important;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.customCarousel {width:100%; height: 550px !important;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.customCarousel {width:100%; height: 700px !important;}
}
.carousel-item.active {
    display: flex;
    justify-content: center;
}

.navbar .navbar-toggler {
    border: 1px solid #fff;
    margin-left: .5rem;
    padding: .5rem;
}
.navbar .navbar-toggler .top-bar {
    background-color: #fff !important;
}
.navbar .navbar-toggler.collapsed .bottom-bar {
    background-color: #fff;
    transform: rotate(0);
}
.navbar .navbar-toggler .icon-bar {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-top: .25rem;
    transition: all .2s;
    width: 20px;
}