@import url('https://fonts.googleapis.com/css2?family=Nerko+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');

.bannierebutton {

  border: none;

  color: #fff;

  background-color:#e0a84c;


  background-size: 100% auto;

  font-family: inherit;

  font-size: 17px;

  padding: 0.6em 1.5em;

  border-radius: 4px;

}

a.nav__a.nav__itemlvl1 {
    font-family: 'Chewy', system-ui;
}

.elfsight-app-2b2fd522-8ee2-4775-9717-a05a4f6b8aa8.eapps-widget.eapps-widget-show-toolbar {
    display: flex;
    justify-content: space-around;
}

span.we-size-large {
    font-family: 'Chewy', system-ui;
}

h2 {
    font-family: 'Chewy', system-ui;
}


.bannierebutton:hover {

  background-position: right center;

  background-size: 200% auto;

  -webkit-animation: pulse 2s infinite;

  animation: pulse512 1.5s infinite;

}


 @keyframes pulse512 {

  0% {

   box-shadow: 0 0 0 0 #000000;

  }

 

  70% {

   box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);

  }

 

  100% {

   box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
}
 }


.elfsight-app-2b2fd522-8ee2-4775-9717-a05a4f6b8aa8.eapps-widget.eapps-widget-show-toolbar {
    display: flex;
    justify-content: space-around;
}


   h1.we-align-left {
    font-family: 'Nerko One', cursive!important;
}

.logo {
    display: flex!important;
    justify-content: space-around!important;
  
}

.data-elfsight-app-lazy {
  display: flex;
  justify-content: space-around;
}

h1.we-align-left {
    font-family: 'Chewy', system-ui!important;
}

a.nav__itemlvl1.nav__itemlvl1--with-subnav {
    font-family: 'Chewy', system-ui;
}

a.nav__a.nav__itemlvl1 {
    padding-right: 17px!important;
}