﻿.wow {
    visibility: hidden;
}

.m-error-6 {
    background-color: #2C2A66;
}

#share a {
    color: white;
}

    #share a:hover {
        color: #FBDB6E;
    }

.m-error-6 .m-error_container .m-error_subtitle > h1 {
    margin-top: 1rem;
}

/*.m-error-6 .m-error_container .m-error_subtitle > h1 {
    font-size: 7rem;
}*/

.m-error_description {
    line-height: 2rem;
}

.m-error_container {
    padding: 5%;
}

.m-error-6 .m-error_container .m-error_subtitle > h1 {
    font-size: 8rem;
}

.m-error-6 .m-error_container .m-error_description {
    line-height: 3rem !important;
}

h1 {
    background-color: white;
    color: #1a87bf;
    border-bottom: 10px solid #ffe76f;
}

@media (max-width: 1250px) {
    .m-error-6 .m-error_container .m-error_subtitle > h1 {
        font-size: 6rem;
    }
}

@media (max-width: 768px) {
    .m-error-6 .m-error_container .m-error_description {
        line-height: 2rem !important;
    }

    .m-error-6 .m-error_container .m-error_subtitle > h1 {
        font-size: 4rem;
    }

    .jssocials-share-logo {
        font-size: 1em;
    }
}

@media (max-width: 478px) {
    .m-error-6 .m-error_container .m-error_subtitle > h1 {
        font-size: 3.2rem !important;
    }
}

@media (max-width: 380px) {
    .m-error-6 .m-error_container .m-error_subtitle > h1 {
        font-size: 3rem !important;
    }
}
