body{
  background: #242323;
  color: rgb(109, 106, 106);
  max-width: 1920px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: lighter;
  font-size: 15px;

}
.textF{
  margin-left: 20px;
}

.headImg{
  width: 100%;
}

.navbar:hover{
  
  background: rgba(0, 0, 0, 0.158);
}
.navbar a{
  text-decoration: gold;
  color: gray;
  text-decoration: underline;
}
.navbar a:hover{
  text-decoration: underline ;
  color: white;
}
.navbar{
  margin-bottom: 10px;
  width: 100%;
}
.navbar-toggler{
  background-image: url(https://avatars.mds.yandex.net/get-pdb/2205536/e9ed0b5e-b4ed-4920-b3ff-9d7d51c422ce/s1200);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.navbar-toggler-icon{
  width: 2em;
  height: 3em;
}
.card-text{
  font-size: 28px;
}
.carousel-inner{
  margin-top: 15px;
}
footer a{
  color:rgb(109, 106, 106) ;
}
footer a:hover{
  color:white;
  text-decoration: none;
}
.footer{
  background: rgba(0, 0, 0, 0.199);
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.158);
}
.mineLogo{
  max-width: 320px;
  max-height: 320px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.img{
  outline: 1px solid gold;
  outline-offset: -10px;
}
p{
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: lighter;
  font-size: 25px;
}
.us {
  padding-top:25px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: lighter;
  font-size: 25px;
  color: white;
  border-bottom: 1px solid rgba(255, 217, 0, 0.185);
}
.lb{
  width: 8em;
}
.mf{
  margin-top: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: lighter;
  font-size: 20px;
  color: white;
}
span{
  color: white;
  text-decoration: underline rgba(255, 217, 0, 0.185);
}
footer img{
  width: 3em;
  height: 3em;
}
footer .container .justify-content-around .containrer a .footImg{
  margin: 3px 5px;
}
footer{
  padding-bottom: 7px;
}
.min{
  font-size: 20px;
  font-weight: bold;
}