/*!
	Theme Name: Zpirit Hosting
	Theme URI: https://zpirit.no/
	Description: Zpirit Hosting Theme
	Version: 1.0.6
	Author: Zpirit Digital <support@zpirit.no>
	Author URI: http://zpirit.no/kontakt/
	Tags: HTML5, CSS3
	Text Domain: 'zpirit-hosting'
	License: GPL
	License URI: https://opensource.org/licenses/GPL-3.0
*/

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    width: 100%;
}
body {
    background: #DB0226;
    width: 100%;
    height: 100%;
}
#page {
    width: 100%;
    height: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page-header {
    background: url('./images/zpirit_logo_kvit.svg') no-repeat center center;
    background-size: 100%;
    width: 200px;
    height: 75px;
}
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}