@charset "utf-8";
.bg-primary {
  background-color: #56003C !important;
}

.a {
	color: darkgreen;
	text-decoration: line-through;
}
.lin_k  {
	color: aqua;
	text-decoration-color: blue;
	text-decoration: line-through;
}


hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}



textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #461429;
}
a {
	color: #FFD788;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #FFB52B;
	text-decoration: none;

}	
.navbar-dark .navbar-brand {
  color: #FFB52B;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus{

	color: darkgoldenrod;
}
.navbar-dark .navbar-brand {
  color: #FFB52B;
}


.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
	
.navbar-brand- {
	width:100%;
	height: auto;
}
	

