﻿body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

a,
a:visited {
    color: #fff;
    outline: none;
    text-decoration: none;
}

    a:hover,
    a:focus,
    a:visited:hover {
        color: #fff;
        text-decoration: none;
    }

* {
    padding: 0;
    margin: 0;
}

#oopss {
    background: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 20px;
    position: fixed;
    width: 100%;
    height: 100%;
    line-height: 1.5em;
    z-index: 9999;
    left: 0px;
}

#error-text {
    top: 30%;
    position: relative;
    font-size: 40px;
    color: #eee;
}

    #error-text a {
        color: #eee;
    }

        #error-text a:hover {
            color: #fff;
        }

    #error-text p {
        color: #5b5a5a;
        margin: 70px 0 0 0;
    }

    #error-text i {
        margin-left: 10px;
    }

    #error-text span {
        position: relative;
        background: #1574ba;
        color: #fff;
        font-size: 300%;
        padding: 0 20px;
        border-radius: 5px;
        font-weight: bolder;
        transition: all .5s;
        cursor: pointer;
        margin: 0 0 40px 0;
    }

        #error-text span:hover {
            background: #1574ba;
            color: #fff;
        }

        #error-text span:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: '';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-top-color: #1574ba;
            border-width: 7px;
            margin-left: -7px;
        }

#subText1 {
    font-size: 50%;
    margin-top: 10px !important;
}

#subText2 {
    font-size: 50%;
    margin-top: 5px !important;
}

    #subText2 a, #subText2 a:hover, #subText1 a, #subText1 a:hover {
        color: #1574ba;
    }

/* CSS Error Page Responsive */

@media only screen and (max-width:640px) {
    #error-text span {
        font-size: 200%;
    }

    #error-text a:hover {
        color: #fff;
    }
}
