/*==================================
    404
==================================*/

.not-found {
    margin: 30px auto;
}

    .not-found-wrapper {
        padding: 30px;
        text-align: center;
    }

        .not-found-icon {
            margin: 15px auto;
            color: #F44336;
            font-size: 4.5rem;
        }

        .not-found-title {
    
        }

        .not-found-content {
            padding: 0 20%;
        }

        .not-found-button {
            margin: 7px auto;
        }

    
    
/*==== End of 404 ====*/



/*==================================
    Responsive
==================================*/

@media screen and (max-width:768px) {

    .not-found-content {
        padding: 0;
    }

}

/*==== End of Responsive ====*/
