﻿.body-500 {
    background: #8075c6;
    color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

p {
    margin: 0 0 10px;
}

.container {
    margin: 0 auto;
    width: 700px;
}

.error-wrapper {
    text-align: center;
    margin-top: 17%;
}

    .error-wrapper .icon-500 {
        background: url("/images/500_icon.png") no-repeat;
        width: 289px;
        height: 274px;
        display: inline-block;
        margin-left: 55px;
    }

    .error-wrapper h1 {
        font-size: 90px;
        font-weight: 300;
        margin: -50px 0 0 0;
    }

    .error-wrapper p, .error-wrapper p a {
        font-size: 18px;
        font-weight: 300;
    }

        .error-wrapper p.page-500 {
            color: #afa5f1;
        }

    .error-wrapper h2 {
        font-size: 20px;
        font-weight: 300;
        margin: 0 0 30px 0;
    }

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.error-wrapper p, .error-wrapper p a {
    font-size: 18px;
    font-weight: 700;
}

    .error-wrapper p.page-404 a, .error-wrapper p.page-500 a, .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a:hover {
        color: #fff;
    }
