/*
 * Reznik's Box - Reborn
 * CSS file
 */
@import url(".bootstrap-icons/font/bootstrap-icons.css");

body {
    margin: 0;
    background-image: url("https://reznik-cb.codeberg.page/img/spring_bg-by-ryan-yao.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.font-pm {
    font-size: 1.5em;
    font-weight: 700;
    font-family: "Permanent Marker", cursive;
}
.font-rkk {
    font-family: "Rokkitt";
}

.rebornw80 {
    width: 80%;
}

.rebornw70 {
    width: 70%;
}

.rebornw60 {
    width: 60%;
}

.rebornw50 {
    width: 50%;
}

.stapel {
    text-shadow: 1px 1px #0f0f0f;
}

.home-border {
    border: 1px groove rgba(77, 160, 123, 0.75);
    /* border: 2px outset rgba(77, 160, 123, 0.75); */
}
.home-title {
    margin-top: -3rem;
    text-shadow: 2px 2px 5px;
}
.home-title-todo {
    margin-top: -1.05rem;
    text-shadow: 2px 2px 3px;
}
.home-title-qotm {
    margin-top: -1.75rem;
    text-shadow: 2px 2px 5px;
}

.fussnote {
    color: black;
}

.bloghead-bg {
    background-color: #dee0e2;
}

@media screen and (max-width: 600px) {
    body {
        /*    background-image: none; */
        background-color: #e4e4e4;
    }
    div.rebornw80 {
        width: 99%;
    }
    div.rebornw70 {
        width: 99%;
    }
    div.rebornw60 {
        width: 99%;
    }
    div.rebornw50 {
        width: 99%;
    }
    div.moho {
        padding-top: 1rem;
    }
}
