

 .btn-search {
    margin-left: 217px;
    margin-top: -55px !important;
}
.fa.fa-search {
    font-family: 'fa-solid' !important;
}

.form-inline{
  padding-top:15px;
  padding-bottom: 15px;
  width:100%;
}
.mobile-header .fa{
  font-family: fa-brands;
  font-weight: 100;
  margin: 5px;
}

.overlay {
  
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;  
  width: 320px;
  height: 100%;

}

.overlay a {
  padding: 5px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #212121;
  display: block;
  transition: 0.3s;
}

.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  font-weight: 100;
  right: 2%;
  top: -15px;
    color: #fff;
    font-size: 40px;
}
.site-title {
    margin-top: 15px;
    
}
.site-title a{
  text-align: center;
  color: #ffff;
  font-family: "Oswald-regular";
    padding: 10px 0px;
    font-size: 17px;
    text-decoration: none;
    background-color: transparent;
}
.top-margin-8{
  margin-top: 8px;
}
.top-margin-15{
  margin-top: 15px;
  text-align: right;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
@media screen and (min-width: 1025px) {
#myNav, .wlc-open-menu,.mobile-header{
  display: none !important;
}
}
@media screen and (max-width:1025px){
header#normale-nav{
    display: none !important;
}
}
.fa-search: before{
  content: "\2630";
}
@media screen and (max-width:768px){
.overlay-content{
  width: 320px;
}
}

@media screen and (max-width:320px){
.overlay-content{
  width: 275px;
}
#myNav i.bi {
    padding: 8px;
}
}
.wlc-open-menu{
font-size:25px;cursor:pointer
}
p.copyright.text-dark {
    font-size: 11px;
}
a.copyright.text-dark:hover{
  color: #fff;
}
a.copyright.text-dark {
    font-size: 11px;
}