@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,700');

@media only screen and (min-resolution: 3.00dppx) {

    .aligner {
            height: 36%;
    }
    
    .logo {
        width: 25.625rem;
    }

    .info-text {
        width: 25.625rem;
    }

    .name {
        font-size: 2.9375rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        line-height: 1.75rem;
    }

    .notfound {
        font-size: 2.85rem !important;
    }

    .info-data {
        font-size: 2rem;
        line-height: 2.125rem;
    }

}

@media only screen and (max-resolution: 2.99dppx) {

    .aligner {
            height: 33%;
    }
    
    .logo {
        width: 20.5rem;
    }

    .info-text {
        width: 20.5rem;
    }

    .name {
        font-size: 2.35rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        line-height: 1.4rem;
    }

    .notfound {
        font-size: 2.28rem !important;
    }

    .info-data {
        font-size: 1.6rem;
        line-height: 1.7rem;
    }

}

@media only screen and (max-resolution: 1.99dppx) {

    .aligner {
            height: 30%;
    }
    
    .logo {
        width: 10.25rem;
    }

    .info-text {
        width: 10.25rem;
    }

    .name {
        font-size: 1.175rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        line-height: 0.7rem;
    }

    .notfound {
        font-size: 1.14rem !important;
    }

    .info-data {
        font-size: 0.8rem;
        line-height: 0.85rem;
    }

}


html, body {
    margin: 0;
    height: 100%;
}

body {
    background-color: #FAFAFA;
    text-rendering: geometricPrecision;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.aligner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
}

.logo {
    margin-left: auto;
    margin-right: auto;
}

.info-text {
    font-family: 'Raleway', sans-serif;
    margin: 0 auto;
}

.rlw-normal {
    font-style: normal;
}

.rlw-italic {
    font-style: italic;
}

.name {
    display: block;
    font-weight: 700;
}

.info-data {
    font-weight: 300;
}