@charset "utf-8";
.container-fluid .container .navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {}
body {
   background-color: #fff6e3;
   padding-top: 50px; /* need this because header is fixed and is about 70px */
   max-width: 1024px;
   margin: 0 auto;
}
.container-fluid .container .navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
   background-color: #FFC125 !important;
}
h1 {
   color: #b28003;
   font-weight: bold;
   text-shadow: 2px 2px 4px #bbbbbb;
}
h2 {
   color: #b28003;
   font-weight: bold;
   display: inline-block;
}
h3 {
   color: #b28003;
   font-weight: bold;
   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.bob {
   border: 0;
   border-top: 2px solid #FFC125;
   opacity: 1;
}
hr.bob-thin {
   border: 0;
   border-top: 1px solid #FFC125;
   opacity: 1;
}
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;
}
.my-sufi-footer {
   background-color: #fff6e3; /* Or any other color code */
   color: #b28003; /* Adjust text color as needed */
   font-weight: bold;
}
/*	Define the various Sections used for content	*/
.section {
   font-size: 100%;
   margin: 10px 0 10px 0;
   padding: 15px 15px 15px 15px;
   background: #fceed2;
   border: 1px solid #aaaaaa;
   text-align: left;
   overflow: auto;
   clear: both;
}
.section-br-l {
   font-size: 100%;
   margin: 15px 0 15px 0;
   border-style: solid;
   border-width: 0 0 0 10px;
   border-color: #FFC125;
   padding: 15px 15px 15px 15px;
   /*   background-image: url("images/graphics/background_white.jpg");  */
   background: #fceed2;
   text-align: left;
   overflow: auto;
   clear: both;
}
ul.square {
   list-style-type: square;
}
ul.bm0 {
   margin-bottom: 0;
}
.border-bob {
   border: 1px solid #FFC125;
}
ul.nav a:hover {
   background-color: #FFC125 !important;
}
.figure-caption {
   font-style: italic;
   text-align: center;
}


[id] [name] {
/* 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 */
/* NOTE: Make sure overflow is not AUTO or HIDDEN or DISPLAY: INLINE to make this work   */
   scroll-margin-top: 72px; /* Adjust this value to be slightly more than your header height */
} 


.col2_pad_15px {
	list-style-type: disc;
	margin: 1em 0;
	padding-left: 30px;
   column-count: 2; /* Creates two columns */
   column-gap: 60px; /* Adds space between columns */
   column-width: 40%;
   word-wrap: normal;
}
col2_pad_15px li {
	padding-bottom: 10px;
}

