:root{
	--bs-body-color: #fff;
	--bs-body-bg:#000;
}
body {
	/*background: black;*/
	/*font: 400 15px Verdana, Geneva, sans-serif;*/
      line-height: 1.8;
      /*color: #818181;*/
	  /*text-align: justify;*/
}
img{max-width:100%;}

.text-brand{font-family: 'Jua', Verdana, sans-serif; font-variant:small-caps;
  text-shadow: 1px 1px 5px #b3b1ad;
    font-size: 5em;
    text-align: center;
	color: #ff931e !important;
	/*text-shadow: -1px -1px 0 #b3b1ad, 1px -1px 0 #b3b1ad, -1px 1px 0 #b3b1ad, 1px 1px 0 #b3b1ad;*/
  }
.card{
	position: relative;
}
.card:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url('../images/BG.jpg');
  border-radius: var(--bs-card-border-radius);
}

.card:hover:before {
	opacity: 0.3;
}
.card-body{
	position: relative;
}
.ScrollDown{
	right: 10px;
	top: 0;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48
}