html {
    font-family: "Verdana";
    color: #fff;
    font-size: 14px;
    outline: hidden;
}

span {
    overflow: hidden;
}

body {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #000;
}

h3 {
    font-size: 22px;
}

.content-region {
    display: block;
    width: 50%;
    min-height: 600px;
    top: 25%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    border-radius: 8px;
}

.content {
    padding: 15px;
}

.logo {
    padding: 15px;
    text-align: center;
}

.logo img {
    width: 70%;
}

.under-construction {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 70px 0;
    font-weight: bold;
    font-style: italic;
}

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

.contact-information {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.contact-information h3 {
    text-align: left;
    font-size: 20px;
}

.location {
    display: block;
    overflow: hidden;
    width: 50%;
    float: left;
    text-align: left;
    margin-top: 15px;
}

.location label {
    display: block;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
}

.location span {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-style: italic;
    line-height: 1.5;
}

.location span a {
    text-decoration: none;
    color: #fff;
}

.location span a:hover {
    color: #008EAB;
}

.rights {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    padding-top: 35px;
    margin-top: 15px;
}

.rights a, .rights a:visited  {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.rights a:hover  {
    color: #008EAB;
    outline: none;
}

@media only screen and (max-width: 1400px) {
    .content-region {
        width: 75%;
        min-height: auto;
    }
}

@media only screen and (max-width: 1024px) {

    .contact-information {
        width: 100%;
    }
}

@media only screen and (max-width: 865px) {
    .content-region {
        width: 85%;
        top: 15%;
        -webkit-transform: translate(-50%, -15%);
        transform: translate(-50%, -15%);
    }

    .contact-information {
        width: 100%;
    }

    .under-construction {
        font-size: 22px;
        padding: 10px 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 560px) {

    .content-region {
        width: 92%;
        top: 8%;
        -webkit-transform: translate(-50%, -8%);
        transform: translate(-50%, -8%);
    }

    .logo img {
        width: 100%;
    }

    .rights {
        padding-top: 0;
        margin-top: 20px;
    }

    html, p, span, div {
        font-size: 95%;
    }

    .contact-information {
        width: 100%;
    }

    .location {
        width: 100%;
    }

    .under-construction {
        font-size: 22px;
        padding: 10px 0;
        margin-top: 30px;
    }

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