﻿body {
    font-family: 'Titillium Web', sans-serif;
}
#notfound {
    position: relative;
    height: 100vh;
}

    #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: 767px;
    width: 100%;
    line-height: 1.4;
    padding: 0px 15px;
}

    .notfound .notfound-404 {
        position: relative;
        height: 150px;
        line-height: 150px;
        margin-bottom: 25px;
    }

        .notfound .notfound-404 h1 {
            background-image: url('text.png');
            font-family: 'Titillium Web', sans-serif;
            font-size: 186px;
            font-weight: 900;
            margin: 0px;
            text-transform: uppercase;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }

    .notfound h2 {
        font-family: 'Titillium Web', sans-serif;
        font-size: 26px;
        font-weight: 700;
        margin: 0;
    }

    .notfound p {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .notfound a {
        font-family: 'Titillium Web', sans-serif;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        border: none;
        background: #5c91fe;
        padding: 10px 40px;
        font-size: 14px;
        font-weight: 700;
        border-radius: 1px;
        margin-top: 15px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            opacity: 0.8;
        }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 110px;
        line-height: 110px;
    }

        .notfound .notfound-404 h1 {
            font-size: 120px;
        }
}
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,900');

* {
    box-sizing: border-box;
    /* outline:1px solid ;*/
}

body {
    background: #D7272D;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a {
    color: #fff;
    text-decoration: none;
    transition: all 0.30s linear 0s;
}

.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}

h1 {
   /* font-family: 'Raleway', Arial Black, Sans-Serif;*/
    font-size: 4em;
    font-weight: 900;
    letter-spacing: 3px;
    color: #fafafa;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #fafafa;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
}

.go-home {
    background: #e83890;
    border: none;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 5px;
    cursor: pointer;
}

    .go-home:hover {
        opacity: 0.9;
    }

    .go-home a {
      /*  font-family: 'Raleway', Arial Black;*/
        font-size: 1rem;
        font-weight: 700 !important;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.footer-like {
    margin-top: auto;
    background: rgb(31,38,130);
    padding: 6px;
    text-align: center;
}

    .footer-like p {
        margin: 0;
        padding: 4px;
        color: #fafafa;
        font-family: 'Raleway', sans-serif;
        letter-spacing: 1px;
    }

        .footer-like p a {
            text-decoration: none;
            color: #5892FF;
            font-weight: 600;
        }

            .footer-like p a:hover {
                color: #FFF;
            }

@media (min-width:360px) {
    h1 {
        font-size: 4.5em;
    }

    .go-home {
        margin-bottom: 20px;
    }
}

@media (min-width:600px) {
    .thankyoucontent {
        max-width: 1000px;
        margin: 0 auto;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
    }
}