﻿body {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
}

.logo-image-wrapper {
    max-width: 1000px;
}

.logo-image {
    margin-top: 50px;
}

.error-code {
    opacity: 0.5;
    margin: 20px 0;
}

.error-desc {
    margin: 0 0 20px 0;
}

.error-details {
    font-size: 20px;
    margin: 20px 0 40px 0;
}

.horiz-divider {
    height: 0px;
    padding: 0;
    margin: 20px 0;
    opacity: 0.75;
    border-top: dotted 1px #FFF;
}

a.back-button, a.back-button:visited {
    color: #FFF;
    background-color: transparent;
    border: solid 2px #FFF;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
}

    a.back-button:active, a.back-button:hover {
        background-color: #FFF;
        color: #333
    }

.out {
    display: none;
}

.text-responsive-xxxl {
    font-size: 60px;
    line-height: 60px;
}

.text-responsive-xl {
    font-size: 40px;
    line-height: 50px;
}

.text-responsive-lg {
    font-size: 24px
}

.text-responsive-md {
    font-size: 14px
}

.text-responsive-sm {
    font-size: 12px
}

.text-responsive-xs {
    font-size: 10px
}


@media (min-width: 992px) {
    .text-responsive-xxxl {
        font-size: 100px;
        line-height: 100px;
    }

    .text-responsive-xl {
        font-size: 75px
    }

    .text-responsive-lg {
        font-size: 28px
    }

    .text-responsive-md {
        font-size: 16px
    }

    .text-responsive-sm {
        font-size: 14px
    }

    .text-responsive-xs {
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    .text-responsive-xxxl {
        font-size: 150px;
        line-height: 150px;
    }

    .text-responsive-xl {
        font-size: 100px
    }

    .text-responsive-lg {
        font-size: 40px
    }

    .text-responsive-md {
        font-size: 20px
    }

    .text-responsive-sm {
        font-size: 16px
    }

    .text-responsive-xs {
        font-size: 14px
    }
}
