html,
body {
	background-color: #333;
	color: #fff;
}
a {
	color: #40b3ff;
}
a:visited {
	color: #007dcf;
}
.overlay123 { 
	/* background: linear-gradient(to bottom,rgba(0,0,50,0.0), rgba(0,0,50,0.5),rgba(0,0,50,0.1));  */
	/* background: radial-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.0) 80%);  */
	background: radial-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.4) 40%,rgba(0,0,0,0.3) 80%);
	/* rgba(0,0,50,0.5); */

}
section .textCard .centeredContent {
	/* background-image: radial-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.0) 80%); */
	text-shadow: 0 0 3px #000000, 0 0 9px #0000ff;
}
.centeredContent p, 
.centeredContent ul, 
.centeredContent .review-item {
	background: rgba(0,0,0,0.8);
}
.navbar{
	background: linear-gradient(to bottom,rgba(0,0,50,0.75), rgba(0,100,150,0.85));
}
.navbar ul li a,
.navbar .companyBrand a {
	color: #DDD;
}
.navbar .companyBrand img {
	filter: drop-shadow(0px 0px 1em black);
}
.navbar ul li a:hover,
.navbar .companyBrand a:hover {
	color: skyblue;
}
.side-nav {
	background-color: #111;
}
.side-nav a {
	color: #ccc;
}
.side-nav a:hover {
	color: skyblue;;
}
#buttonMenuSolitary{
	background-color: rgba(124,124,124,0.5);
	color: #EEE;
}
.body-container .container .review-wrapper .review-name::after {
	color: orange;
	text-shadow: 1px 1px 3px #FFF;
}

.textCard .myPrimaryButton {
	color: white;
	background-color: #4c6faf; 
}
.navbar .modeButton{
	background-color: rgba(253, 174, 71, 0.6);
}

/* .my-grid .item {
	background-color: #111;
	color: #fff;
} */
.itemBrand a {
	color: #fff;
}
.footer-links a, .item a
{
  color:#737373;
}
.footer-links a:active,a:focus,a:hover,
.item a:active,a:focus,a:hover
{
  color:#3366cc;
}
.secondary{
    border: 4px solid #3366cc;
	background: rgba(0,0,0,0.7);
  }
.secondary a:link,.secondary a:visited {
	color: #FFF;
}
a.secondary:hover {
	background: rgba(255,255,255,0.9);
}
::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.0);
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.5);
}
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}
