/* FOTNS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);

/* DEFAULT DEFINITION */
/* reset to default */
* { font-weight: inherit; font-family: inherit; font-style: inherit; color: inherit; cursor: inherit; font-size: 100%; border: 0 none; outline: 0; padding: 0; margin: 0; vertical-align: top;  }
* { transition: background 0.4s, color 0.4s; }

body { background: #fff; }

h1 { z-index: 100; font-size: 1.8em; position: absolute; top:50%; left: 0px; text-align: center; width: 100%; transform: translateY(-50%); }
h1 img { height: 200px; }

.hide { display: none; }