@charset "UTF-8";
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * 
 * 
 *   .nav-text {color: #FFFFFF !important;}
 * 
 *   .nav-link.active:before {background: none;}
 * 
 *      .nav-text {color: #000000 !important;}. from phone
 * 
 */



.nav-link.active.no-before:before {
  --bs-primary: none;
  width: 0px !important;
}




.nav-link {
    --bs-nav-link-color: white;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    --bs-navbar-active-color: black;
}

.nav-link.active {
    --bs-navbar-active-color: black;
}



  .video-sizing {width: 540; height: 380;}





@media (max-width: 991.98px) {

.nav-link {
    --bs-nav-link-color: black;
}

     .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    --bs-navbar-active-color: blue;
}

}


/* ----------- Larger Device ----------- */

@media only screen 
  and (max-device-width: 991.98px) { 
   
  .video-sizing {width: 500; height: 300;}
   
  .nav-link {
    --bs-nav-link-color: black;
}

  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    --bs-navbar-active-color: blue;
}

}


/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (max-device-width: 812px) { 
   
        .video-sizing {width: 500; height: 300;}
   
.nav-link {
    --bs-nav-link-color: black;
}

     .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    --bs-navbar-active-color: blue;
}

}




