/* https://mdbootstrap.com/docs/jquery/css/animations */
body {
    background-color: #000000;
    margin-top: 20px;
    color: #f5f5f5;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
}

h1 {
    font-size: 2.45em;
    font-weight: 700;
    color: #fdfdfd;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    margin-top: 30px;
}

h2 {
    font-size: 1.75em;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    margin-top: 15px;
}

h4 {
    font-size: 1.05em;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    margin-top: 15px;
}

a, a:visited {
    color: #ffe000 !important;
}

a:hover {
    color: #50c450 !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 5%;
    margin-right: 5%;
    color: #fdfdfd;
}

.icon-large {
    font-size: 8.2em;
    color: #8a8a8a;
    text-shadow: 0px 1px 2px rgba(255,255,255,0.3);
}

.description-text {
    color: #707070;
    letter-spacing: -0.01em;
    font-size: 1.25em;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 20px;
}

.footer {
    margin-top: 40px;
    font-size: 0.7em;
}

.error {
    color: #c92127;
}

.warning {
    color: #ffcc33;
}

.info {
    color: #5594cf;
}

.success {
    color: #5aba47;
}
