/* your styles go here */


h2 small {
  display: block;
  color: #999;
  font-size: 0.65em;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

button {
  cursor: pointer;
}

.text-bold {
  font-weight: 700;
}

.text-small {
  font-size: 0.9rem;
}

.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.logo {height:100px}
.incvat{font-size:1rem;color:#777!important;font-weight:300!important}
.searchbutton{font-size: 1rem;padding: 0.5rem 1rem;background-color:orange;}

@media (max-width: 701px)
{
    .logo {height:60px}
     h1 {font-size:3rem}
    .searchbutton{font-size: 0.8rem!important;padding: 0.5rem 0.6rem!important;background-color:orange;}
    
}
