body {
    background-color: #0B0B0B;
}

body.imprint {
    color: #cdcdcd;
}

.blurImage {
    background-image: url("../images/foxmask_blur.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 65vh;
}

.avatar {
    max-height: 20vh;
    margin-top: 5vh;
    overflow: auto;
    border-radius: 50%;
}

.handle {
    width: 30%;
}

.margin {
    margin: 0;
}

.hero-heading {
    margin-top: 0.5em;
    margin-bottom: 0.1em;
    text-align: center;
    color: #eee;
}

.subhero-heading {
    text-align: center;
    color: #eee;
}

.links {
    text-align: center;
}

.content {
    margin-bottom: 3em;
}

.linkhub {
    margin-top: 2em;
}

footer {
    text-align: center;
    text-decoration: none;
    color: #555;
    font-size: 0.7em;
    margin-bottom: 1em;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

footer.imprint {
    position: unset;
}

footer a {
    text-decoration: none;
    color: #555;
}

.spotify {
    margin-top: 20px;
    width: 90%;
}

.button1,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #eee;
    cursor: pointer;
    box-sizing: border-box;
    width: 90%;
}
.button1:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button1:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #000;
    border-color: #eee;
    background-color: #eee;
    outline: 0; }

.cookie {
    height: 40vh;
}

/* Larger than mobile */
@media (min-width: 400px) {
    .cookie {
        height: 20vh;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
