/*
Theme Name: ENCRELIS Coming Soon
Theme URI: https://encrelis.com/
Author: ENCRELIS
Description: Tema minimale one-page per la pagina temporanea di ENCRELIS.
Version: 1.0.0
Text Domain: encrelis-coming-soon
*/

:root {
  --encrelis-bg: #fbf7f1;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  min-height: 100vh;
  background: var(--encrelis-bg);
  overflow-x: hidden;
}

.encrelis-page {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--encrelis-bg);
}

.encrelis-hero {
  display: block;
  width: min(100%, 1920px);
  height: auto;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .encrelis-page {
    align-items: center;
  }

  .encrelis-hero {
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}
