/* Add your custom styles here */


/* Adds a bit of spacing to "Responsive Grid Row" blocks. */
.crx-grid {
  padding-top: 40px;
  padding-bottom: 40px;
}
.crx-grid .crx-grid {
  padding-top: 0;
  padding-bottom: 0;
}


.broker-width { width: 80%; }
    

.sidebar-loading__inner, .sidebar__inner {
    background-color: hsl(254.3deg 6.67% 58.66%);

}

a {
    color: rgb(110 136 237);
    text-decoration: none;
}


/*   Images    */

.round-img { border-radius: 50%; width="300" height="300" }



.bg-light {background-color: #ffffff !important;}

.navbar-light { border-bottom: 1px solid #A7A48B; }    

.topmar { border-top: 1px solid #A7A48B; }    

.goldf p{ color: #A7A48B; font-size: large; text-align: center; }

.legal a{ 
  color: #aaacb8; 
  font-size: 1em;  
  text-align: center; 
  text-decoration: none; 
}

.legal p{ 
  text-align: center;
  color: #aaacb8;
  display: block;

}

.bg-secondary { color: #A7A48B; font-size: 1.2em; }

.bg-secondary a{

  color: #757575;
  font-size: 1.2em;
  text-decoration: none;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: #FFFFFF !important;
  }
