/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 .header404 {

 }

 .header404 .ct-image-container::after {
    background-color: #000000 !important;
    opacity: 0.5 !important;
 }

 .header404 h1 {
    color:white;
    font-size: 70px;
 }

 @media (max-width: 999.98px) {
    .header404 h1 {
        font-size: 40px;
     }
 }

 @media (max-width: 689.98px) {
    .header404 h1 {
        font-size: 35px;
     }
 }