/*----------------------------------------
    Maintenance
------------------------------------------*/
.section-maintenance
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden; 
    height: calc(100vh - 115px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-maintenance #maintenance h6
{
    line-height: 1.7rem;
}
.section-maintenance #maintenance .maintenance-img
{
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 15px;
}

@media screen and (max-width: 540px)
{
    .section.section-maintenance .error-code
    {
        font-size: 2rem !important;
    }
}
