/* ========================================
   MINECRAFT-RUBRIK
======================================== */

.minecraft-title {
    margin: 25px 0 20px 0;

    text-align: center;

    font-size: 42px;
    font-weight: bold;

    letter-spacing: 2px;

    color: #222;

    text-shadow:
        2px 2px 0 #cfcfcf;
}
/* ========================================
   EXPLORERTRACKER - TAGLINE
======================================== */

.site-tagline {
    margin-top: -8px;
    margin-bottom: 18px;

    text-align: center;

    font-family: "MinecraftTen", sans-serif;
    font-size: 15px;
    letter-spacing: 4px;

    color: #777;
}


/* ========================================
   TAGLINE - PUNKTER
======================================== */

.site-tagline span {
    margin: 0 6px;

    color: #4f6f45;
}