
.ErrorPage
{
    position: fixed;
    width: 100%;
    height: 100%;
}

.ErrorFrame
{
    position: absolute;
    width: 90%;
    max-width: 650px;
    max-height: 90%;
    top: 50%;
    left: 50%;
    border: 1px solid;
    padding: 40px 50px;
    transform: translateX(-50%) translateY(-50%);
    overflow: auto;
}

.PageLogo
{
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    margin: auto;
}

.ErrorDescriptions
{
    text-align: center;
}

.ErrorTitle
{
    text-align: center;
    display: inline-block;
}

.ErrorTitle:before
{
    float: left;
    line-height: 1;
    display: inline-block;
    content: ":(";
    font-size: 5em;
    font-family: arial;
    padding: 10px;
    color: #e85692;
}

.ErrorTitle .TitleContent
{
    float: left;
    text-align: left;
    line-height: 1.2;
}

.ErrorTitle .TitleContent h3
{
    font-size: 4em;
}

.ErrorTitle .TitleContent span
{
  font-size: 1.3em;
  font-weight: 700;
}

.ErrorDescriptions section
{
    text-align: center;
    margin-top: 20px;
}

.ErrorDescriptions section p
{
    margin-bottom: 5px;
    font-size: 0.8em;
    font-weight: 700;
}

.ErrorDescriptions section a.HomePageButton
{
    padding: 12px 20px;
    border-radius: 7px;
    border: 2px solid #484848;
    display: inline-block;
    color: #484848;
    text-decoration: none;
    font-size: 0.85em;
    font-weight: bold;
}

.ErrorDescriptions section a.HomePageButton:hover
{
    background: #484848;
    color: #fff;
}

@media screen and (max-width: 360px)
{
    .ErrorFrame
    {
        padding: 20px;
    }

    .ErrorTitle:before
    {
        font-size: 4em;
    }

    .ErrorTitle .TitleContent h3
    {
        font-size: 3em;
    }

    .ErrorTitle .TitleContent span
    {
      font-size: 1em;
      font-weight: 700;
    }

    .ErrorDescriptions section a.HomePageButton
    {
        padding: 5px 7px;
    }

    .ErrorTitle:before
    {
        float: none;
    }

    .ErrorTitle .TitleContent
    {
        float: none;
    }
}
