/* Id: 7.431470.1492475151
 * Generated: Sep 11, 2020 2:51:24 PM
 */
    #breadcrumb,
#page-title {
  display:none;
}


#error-page-text h2 a:hover {
    color: #770000;
}

#error-page-text {
    width: 100%;
}

#error-page-text h1 {
    font-size: 2.75rem;
    font-weight: bold;
    padding-top: 30px;
}

#error-page-text h2 {
    font-size: 1.25rem;
    font-weight: 300;
}

#error-page-text h1, h2 {
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#error-illutration {
    width: 100%;
    background-color: #e2e2e3;
    text-align: center;
}

#error-illutration img {
    width: 60%;
    background-color: #e2e2e3;
    text-align: center;
    padding: 0px 0px 60px 0px;
}

#wrapper {
    background-color: #e2e2e3 !important;
    box-shadow: none;
}

body {
    background-color: #e2e2e3 !important;
}

#footer {
	clear: both;
}

/************** MEDIA QUERIES / RESPONSIVENESS **************/

    @media screen and (min-width: 768px) and (max-width: 1023px) { /* For Tablet */
        #error-page h1 {
            font-size: 1.875rem;
        }
        #error-illutration img {
            width: 70%;
        }
    }
        
    @media only screen and (max-width: 767px) { /* For Phone */
        #error-page h1 {
            font-size: 1.5rem;
        }
        #error-page h2 {
            font-size: 1rem;
        }
        #error-illutration img {
            width: 90%;
            padding: 10px 0px 20px 0px;
        }
	}
        
        
        


      