/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-04-06, 15:47:56
    Author     : szwagier
*/
.error404{
    height: 100vh;
}

.error404 img{
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 200px;
}

.error404 h1{
    text-align: center; 
    color: #fff; 
    font-size: 30px; 
    font-family: Myriad Pro, Arial, Tahoma;
}

.error500{
    height: 100vh;
}

.error500 img{
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 200px;
}

.error404 a{
    text-align: center; 
    color: #fff; 
    font-size: 20px; 
    font-family: Myriad Pro, Arial, Tahoma;
}

.error500 h1{
    text-align: center; 
    color: #fff; 
    font-size: 30px; 
    font-family: Myriad Pro, Arial, Tahoma;
}

.error500 a{
    text-align: center; 
    color: #fff; 
    font-size: 20px; 
    font-family: Myriad Pro, Arial, Tahoma;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c0392b;
}
.row {
    width: auto;
}
.flex-item {
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}