﻿* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

#notfound {
    position: relative;
    height: 100vh;
    background-color: #003874;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .notfound .notfound-404 {
        position: relative;
        height: 240px;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Pacifico',cursive;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 252px;
            font-weight: 900;
            margin: 0px;
            color: #fbfbfb;
            text-transform: uppercase;
            letter-spacing: -40px;
            margin-left: -20px;
            padding-right: 10px;
        }



        .notfound .notfound-404 h3 {
            font-family: 'Pacifico', sans-serif;
            position: relative;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fbfbfb;
            margin: 0px;
            letter-spacing: 3px;
            padding-left: 6px;
        }

        .notfound .notfound-404 span {
            padding-right: 50px;
        }

    .notfound h2 {
        font-family: 'Pacifico', cursive;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        color: #fbfbfb;
        margin-top: 0px;
        margin-bottom: 25px;
    }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 200px;
    }

        .notfound .notfound-404 h1 {
            font-size: 200px;
        }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 162px;
    }

        .notfound .notfound-404 h1 {
            font-size: 162px;
            height: 150px;
            line-height: 162px;
        }

    .notfound h2 {
        font-size: 16px;
    }
}

.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

.label-3rem 
{
font-size:3rem !important;
}
.label-2rem {
font-size:2rem !important;
}
.label-1rem {
    font-size: 1rem !important;
}