﻿body{
        font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif !important;
    }

    .main-container-404{
        padding-top: 70px;
        text-align: center;
    }

    .logo-container img{
        width: 600px;
    }

    h1{
        margin-top: -20px;
        margin-bottom: -20px;
        font-size: 150px;
    }

    hr{
        width: 500px;
    }

    .text{
        font-weight: bold;
    }

    .button-back{
        display: inline-block;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 30px;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 15px 30px;
        width: 500px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,194,215,1);
        -moz-box-shadow: inset 1px 1px 0px 0px rgba(0,194,215,1);
        box-shadow: inset 1px 1px 0px 0px rgba(0,194,215,1);
        background: #0091b7;
        background: -moz-linear-gradient(top, #0091b7 0%, #005d8f 100%);
        background: -webkit-linear-gradient(top, #0091b7 0%,#005d8f 100%);
        background: linear-gradient(to bottom, #0091b7 0%,#005d8f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0091b7', endColorstr='#005d8f',GradientType=0 );
    }

    .button-back:hover{
        background: #00b1df;
        background: -moz-linear-gradient(top,  #00b1df 0%, #0070ad 100%);
        background: -webkit-linear-gradient(top,  #00b1df 0%,#0070ad 100%); 
        background: linear-gradient(to bottom,  #00b1df 0%,#0070ad 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1df', endColorstr='#0070ad',GradientType=0 );
    }

    .button-back div{
        width:100%;
    }

    @media screen and (max-width:1000px) {

        .logo-container img {
            width: 100%;
        }

        h1 {
            font-size: 100px;
            margin: 20px;
        }

        hr{
            width: 100%;
        }

        .button-back{
            margin-top: 20px;
            width: 100%;
            font-size: 20px;
            padding:10px 0px;
        }
    }