﻿body {
    margin: 0;
    padding: 0;
    position: relative;
    height: -webkit-fill-available;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    color:rgb(0 0 91)!important;
}

.cpnyname {
    font-size: 24px;
    font-family:
}

.mainerror {
    height: 100vh;
    background-color: gainsboro;
}

.errorbox {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.mainhead {
    font-size: 100px;
    font-weight: 400;
    color: rgb(0 0 91);
    margin-bottom: 10px;
}

    .mainhead img {
        max-width: 100%;
        max-height: 200px;
    }

.subhead {
    font-size: 60px;
    color: rgb(0 0 91);
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.textp {
    font-size: 20px;
    color: #656464;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 22px;
}

.subttl {
    font-size: 30px;
    color: rgb(0 0 91);
    margin-bottom: 10px;
}

.backlinks {
    margin-top: 50px;
}

    .backlinks a {
        font-size: 13px;
        text-decoration: none;
        color: #f2f2f2;
        background-color: #555;
        border: 1px solid #333;
        padding: 7px 18px;
    }

        .backlinks a:hover {
            background-color: #333;
            border: 1px solid #111;
        }

.contactbtn {
}

    .contactbtn span {
        border: 1px solid #e0e0e0;
        background: #f9f9f9;
        padding: 7px 20px;
        display: inline-block;
        margin: 10px;
    }

@media (max-width:780px) {
    .errorbox {
        width: 90%;
    }
}

@media(max-width:575px) {
    .mainhead img {
        max-width: 200px;
    }
}
