/***DESKTOP***/

@media (min-width: 600px) and (max-width: 1084px) {

  body {
    font-size: var(--smallFont);
  }

  /***HEADER AND MENU
  *****************************************************/
  header {
    flex-direction: row;
    gap: var(--colGutter);
  }
  a.logo_malba {
    height: 15px;
    display: flex;
    margin-top: 5px;
  }

  /***CONTENT
  *****************************************************/
  .content section.section_header #title.hide {
    translate: 0 -40vh; 
  }

  /***FOOTER
  *****************************************************/
  footer {
    display: grid;
    grid-template-columns: var(--threeColsGrid);
    grid-gap: var(--gridGap);
    align-items: start;
  }

}