html {
    height: 100%;
}

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

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

@media all and (max-width: 980px) {
    h1 {
        font-size: 35px;
    }

    .under-construction p {
        font-size: 20px;
    }
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 28px;
    }

    .under-construction p {
        font-size: 16px;
    }
}

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

.wrap {
    height: auto;
    min-height: 50%;
    background-color: #3B4251;
}

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

.text {
    height: auto;
    min-height: 100%;
    background-color: #3B4251;
    text-align: left;
    width: 100%;
    padding: 32px 32px 32px 32px;
}

.footer {
    text-align: center;
    color: #DCDCDC;
    padding: 18px 20px 18px 20px;
    height: 40px;
    background-color: #444;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
}

.footer a {
    color: #DCDCDC;
}

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

.avoori-logo {
    margin: 20px;
    max-width: 40px;
}

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

a {
    color: #DCDCDC;
}