.logo-image {
  margin-top: 50px !important;
}

@media (max-width: 1024px) {
  .logo-image {
    height: 70px !important;
 }
}


@font-face {
    font-family: 'merge_proregular';
    src: url('../fonts/mergepro-webfont.woff2') format('woff2'),
         url('../fonts/mergepro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h4, h5, h6 {
   font-family: 'merge_proregular' !important; 
}


@font-face {
    font-family: 'reklame_scriptregular';
    src: url('../fonts/reklamescript-regular-webfont.woff2') format('woff2'),
         url('../fonts/reklamescript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3 {
   font-family: 'reklame_scriptregular' !important; 
}


