@charset "utf-8";
.container-fluid .container .navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {}
body {
  background-color: #fff6e3;
}
.container-fluid .container .navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
  background-color: #FFC125 !important;
}
h1 {
  color: #b28003;
  font-weight: bold;
}
h2 {
  color: #b28003;
  font-weight: bold;
}
h3 {
  color: #b28003;
  font-weight: bold;
/* This code is need to make in-page links work properly
	If the code is not included, the link takes you to text after the ID */
  margin-top: -60px; 
  padding-top: 60px; 
  display: inline-block;
}
.row .col-xl-12 hr {
  background-color: #FFC125;
}
a {
  color: #D800FF;
}
.container div img left shadow {
  border-width: thin;
}
.photo-right-top {
  float: right;
  margin: 0 0 10px 15px;
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 0;
  display: block;
  height: auto;
}
hr {
  background-color: #FFC125;
}
div.image box-shadow {
  box-shadow: 5px 5px 10px rgb(180, 180, 180);
}

.bg-light {
  background-color: #ffc125 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ffc125 !important;
	color: #ffc125 !important;
}

.bg-sufi {
  background-color: #ffc125 !important;
}

a.bg-sufi:hover, a.bg-sufi:focus,
button.bg-sufi:hover,
button.bg-sufi:focus {
  background-color: #ff0000 !important;
}

.dropdown-item:hover {
  color: black;
  background-color: #ffc125;
  border-color: #dae0e5;
}

.dropdown-item:focus {
  color: #212529;
  background-color: #ffc125;
  border-color: #dae0e5;
}

.nav-link:hover {
  color: black;
  background-color: #fff6e3;
  border-color: #dae0e5;
}

/*
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/  /*
    pointer-events: none;
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
} 

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
*/


/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: auto;
  scrollbar-color: #b8860b #ffc125 ;
  scrollbar-thumb: #cccccc;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 24px;
}
*::-webkit-scrollbar-track {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 20px;
  border: 3px solid white;
  }
::-webkit-scrollbar-thumb:hover {
    background-color: #ffc125;
}
