:root {
    --bs-border-radius: 0;
    --bs-border-radius-sm: 0;
    --bs-border-radius-lg: 0;
    --bs-primary: #ff8700;
    --bs-primary-bg-subtle: #ffcc99;
}

.nav {
    --bs-nav-link-color: var(--bs-body-color);
    --bs-nav-link-hover-color: var(--bs-dark);
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 2px solid var(--bs-primary);
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 2px solid var(--bs-primary-bg-subtle);
}


.uc-embedding-wrapper {
    background:rgba(255,255,255,.9) !important;
}

body.overflowHidden{
    overflow:auto !important;
}

.embed-responsive {
   position: relative;
  overflow: hidden;

margin-bottom:20px;
padding-top: 56.25%;

}
.videowidth {
    width:640px;
    max-width:100%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
width:100%;
height:100%;
}



