/*
    App Name: NanoEngineAI - BOSS - Error CSS
    App URI: http://www.nanovee.com/nanoengine
    Author: Nanovee
    Author URI: http://www.nanovee.com
    Version: 1.0
    Copyright (C) NanoVee - All Rights Reserved, Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential
*/

/* fonts */
fonts {
    font-family: 'Oswald', sans-serif;
    font-family: 'Orbitron', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
}

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* global */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    /* temps */
    background-color: #8e8e8e;
    background-image: -webkit-linear-gradient(top left,#676767,#c7c7c7);
    background-image: linear-gradient(to bottom right,#676767,#c7c7c7);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    /* end */
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
strong {
    font-weight: bold;
}
a {
    text-decoration: none;
}
a,
button {
    color: inherit;
    transition: .3s;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

/* vertical center */
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    /*width: whatever width you want*/;
}
/* error */

.server-wrapper {
    width: 60%;
    margin-top: -8rem;
    text-align: center;
}
.icon-wrapper {
    font-size: 25rem;
    opacity: .25;
    margin-bottom: -12.5rem;
    margin-left: 35%;
    z-index: 0;
}
.content, .lang, .url {
    position: relative;
    margin-bottom: 1.5rem;
    z-index: 1;
}
.title {
    font-family: 'Orbitron', sans-serif;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 10px;
}
.url {
    font-size: 1.5em;
}
.url i {
    margin-right: .5rem;
}
.lang-swich a {
    padding: 0 10px;
}
