/* Svart bakgrund på modellens namn i modellprogrammen */
 body .brand-top-info h2 {
    color: #000;
} 
/*Storlek på anställdas namn */
.empori-employee-info h3 {
      font-size: 1.6em;
  }
  
body .basic-grid-content .basic-grid-item .basic-grid-info { 
    padding: 20px 30px 60px !important;
}
  
@media (min-width: 800px) {body h3.basic-grid-title {
    font-size: 1.6em !important;
}}

/*Färg på loggan i header*/

body .empori-header.empori-header-webshop.empori-classic .empori-header-logo img {
    height: 65px !important;
}

body .mobile-menu .empori-mobile-logo img {
    height: 50px;
    max-width: fit-content;
}

body .empori-header.empori-header-webshop .empori-header-nav {
    justify-content: center !important;
}