body, html {width:100%;height:100%;margin:0; padding: 0; border: 0; vertical-align: baseline;}

#hacker {
    background-image: url('/ArtiFiles/img/hackerLargePicture_gz.jpg');
    background-repeat: no-repeat, repeat;
    background-size: contain;
    width: 100%;height: calc(100% - 18px);
    background-position: 50%;
    background-color: #000;
}

#comingSoon {
    background-image: url('/ArtiFiles/img/comingSoon_gz.jpg');
    background-repeat: no-repeat, repeat;
    background-size: cover;
    width: 100%;height: calc(100% - 18px);
    background-position: 50%;
    background-color: #000;
}

#maintenance {
    background-image: url('/ArtiFiles/img/comingSoon_gz.jpg');
    background-repeat: no-repeat, repeat;
    background-size: cover;
    width: 100%;height: calc(100% - 18px);
    background-position: 50%;
    background-color: #000;
}

h1.gs-title, h2.gs-title{
    text-align:center
}
h1.gs-title {
    color: red;
    font-size: 3em;
}
h2.gs-title {
    color: #fff;
    position: absolute;
    bottom: 15%;
    width: 100%;
}
h3.gs-title {
    color: #fff;
    position: absolute;
    bottom: 12%;
    width: 100%;
    text-align: center;
}
.gs-row {
    width: 100%;
    height: 100%;
    display: inline-block
}

footer {
    background-color: #000;
    color: #fff;
    text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}