body {
    margin: 0;
}


.logo {
    margin-bottom: 30px;
    float: left;
    clear: both;
}

.parklet-logo {
    width: 150px;
    height: 45px;
    float: left;
    clear: both;
}

.header {
    font-family: 'Open Sans';
    font-size: 76px;
    color: #262626;
    line-height: 0.9;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 500;
    clear: both;
}

@media (min-width: 768px) {
    .logo {
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .header {
        margin-bottom: 45px;
    }
}


.paragraph {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #262626;
    font-weight: 500;
    float: left;
    width: 100%;
    clear: both;
}

.paragraph-link {
    font-weight: 500;
    color: #F58025;
}

.line {
    background: #4A4A4A;
    height: 13px;
    width: 100%;
    float: left;
}

/*icons*/
.error-not-found {
    width: 123px;
    height: 196px;
    float: left;
    bottom: 0;
}

.error-sign {
    width: 409px;
    height: 120px;
    float: left;
    bottom: 0;
}

@media (max-width: 768px) {
    .error-sign {
        width: 205px;
        height: 60px;
    }
}

.error-not-found img, .error-sign img {
    width: 100%;
    height: 100%;
}

/*footer- copyright*/
.footer {
    font-family: 'Open Sans';
    font-size: 9px;
    color: #262626;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .footer p {
        height: 21px;
        margin: 0;
    }

/*//  container style based on bootstrap*/
.container {
    margin-right: auto;
    margin-left: auto;
    /*padding-left: 15px;
    padding-right: 15px;*/
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .container {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 930px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

/*Container customizations*/

.container-error,
.container-not-found {
    min-height: calc(100vh - 13px - 30px - 60px - 21px - 196px); /*21px footer height, 60px footer paddings, 30px  top padding 196 image*/
    position: relative;
    padding: 30px;
    padding-bottom: 0;
}

.container-image-not-found {
    height: 196px;
    margin-top: -45px;
}

.container-error {
    min-height: calc(100vh - 13px - 30px - 60px - 21px - 120px); /*21px footer height, 60px footer paddings, 30px  top padding 120 image*/
    height: 120px;
}


@media (max-width: 768px) {

    .container-error {
        min-height: calc(100vh - 13px - 30px - 60px - 21px - 60px); /*21px footer height, 60px footer paddings, 30px  top padding 120 image*/
    }
}

