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

html { height:100%; }

body {
    margin: 0;
    height: 100%; 
    color: #fff; 
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-family: sans-serif;
    background-color: #DB0226;
}

h1 {
    opacity: 1;
    font-size: 50px;
    margin-top: 20px;
}

h2 {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
}

img { filter: brightness(0) invert(1); }

.wrap {
    height: auto; 
    min-height: 100%; 
}

.domain {
    left: 50%;
    top: 42.5%;
    width: 100%;
    margin-left: -50%;
    position: absolute; 
    text-align: center; 
}

p {
    margin: 0;
}

.footer a {
    color: #DCDCDC; 
}

p.description {
    font-size: 18px;
    padding-top: 10px;
}

.zpirit-logo {
    margin: 20px;
    max-width: 150px;
}

.footer-text {
    bottom: 5%;
    width: 100%; 
    line-height: 1;  
    font-size: 24px; 
    font-weight: 300;
    position: absolute; 
    text-align: center; 
}

@media all and (max-width: 980px) {
    h1 { font-size: 35px; }
    .footer-text p { font-size: 20px; }
}

@media all and (max-width: 767px) {
    h1 { font-size: 28px; }
    .footer-text p { font-size: 16px; }
}