/* =========================================================
   RESET
   Browser default normalization used by the FULL HEIGHT DOOR top page
========================================================= */

* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

a {
      color: inherit;
      text-decoration: none;
    }

img {
      width: 100%;
      display: block;
    }
