@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

.splash {
    background-image: url('http://www.anonymousempire.com/images/anonymousempire.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100vw;
    height: 100vh;
    position: absolute;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

html,
body {
    height: 100%;
    background-color: #191919;
}

body {
    display: flex;
    flex-direction: column;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i {
    font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
    color: white;
    margin: 0;
    padding: 0;
    text-align: center;
}

a:link {
    color: #ffb600;
    text-decoration: underline;
}

a:hover {
    color: navajowhite;
    text-decoration: line-through;
}

a:visited {
    color: #ffb600;
    text-decoration: underline;
}

h1 {
    font-size: 4em;
    font-weight: 900;
}

h2 {
    font-size: 3.5em;
    font-weight: 800;
}

h3 {
    font-size: 3em;
    font-weight: 700;
}

h4 {
    font-size: 2.5em;
    font-weight: 600;
}

h5 {
    font-size: 2em;
    font-weight: 800;
}

h6 {
    font-size: 1.5em;
    font-weight: 400;
}

hr {
    border-style: solid;
    border-color: white;
}

p {
    font-size: 1em;
    margin: 0 0 10px;
}

p.left {
    text-align: left;
    font-size: 1em;
    margin: 0 0 10px;
}

p.sup {
    vertical-align: super;
    font-size: x-small;
    text-align: right;
    padding-right: 5px;
    font-size: 1em;
    margin: 0 0 10px;
}

p.foot {
    color: gray;
    font-size: 14px;
}

.logocontainer {
    height: 420px;
    background-image: url("http://www.anonymousempire.com/images/anonymousempire.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.logo404container {
    height: 420px;
    background-image: url("http://www.anonymousempire.com/images/creuit_ingnorantiam.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.tenetscontainer {
    margin-top: 24px;
    height: 600px;
    background-image: url("http://www.anonymousempire.com/images/anonymousempire_tenets.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.main {
    flex: 1 0 auto;
    background-color: transparent;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.col-md-6 {
    width: 50%;
}

.col-md-push-3 {
    margin-left: 25%;
}

.lead {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 20px;
}

a {
    color: #3282e6;
    text-decoration: none;
}


/*.footer {
    width: 100%;
    height: 50px;
    margin: auto;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: rgba(35, 35, 35, 0.5);
    text-align: center;
    font-size: 14px;
    padding-top: 25px;
}*/

.footer {
    flex-shrink: 0;
    overflow: hidden;
    width: 100%;
    height: 90px;
    display: block;
    background-color: rgba(35, 35, 35, 0.5);
    text-align: center;
    flex-shrink: 0;
    padding-top: 25px;
}

ol {
    display: inline-block;
    /*background-color: rgba(35, 35, 35, 0.5);*/
    border-radius: 12px;
    margin: auto;
    list-style-position: outside;
    padding: 10px;
}

li {
    padding: 5px;
    text-align: left;
    list-style-type: upper-roman;
    font-size: 1em;
}

ul {
    list-style-type: none;
}

table {
    background-color: rgba(35, 35, 35, 0.5);
    border-radius: 12px;
    padding: 10px;
    margin: auto;
}