@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@600&family=Lobster&family=Marck+Script&family=Shadows+Into+Light&family=Acme&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@600&family=Lobster&family=Marck+Script&family=Shadows+Into+Light&family=Acme&family=Concert+One&family=Carter+One&family=Parisienne&family=Press+Start+2P&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Acme&family=Caveat&family=Hurricane&family=Palette+Mosaic&family=Smokum&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    background-color: white;
}

body {
    background-color: whitesmoke;
    max-width: 1024px;
    margin: 0 auto;
}

.mainBody {
    display: none;
}

.loader {
    z-index: 999;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.navbar {
    padding: 24px 4px !important;
    margin-bottom: 32px !important;
}

.navbar .container-fluid {
    max-width: 1024px !important;
}

.navbar-brand {
    font-family: 'Press Start 2P', cursive;
    border: 1px brown solid;
    border-radius: 8px;
    padding: 24px !important;
    font-size: xx-large;
    margin-right: 15% !important;
}

.navbar-nav {
    margin-left: auto !important;
    margin-right: 0 !important;
}

#navbarSupportedContent ul {
    margin-right: -12px !important;
}

.navbar .nav-item {
    border: 1px brown solid;
    border-radius: 2px;
    padding: 4px !important;
    margin-right: 4px;
    text-align: center;
    font-size: small;
}

.navbar .nav-item:hover {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.main {
    display: flex;
    justify-content: space-between;
    padding: 12px;
}

.main .left {
    width: 70%;
    background-color: whitesmoke;
}

.main .left .ftitle {
    background-color: brown;
    color: white;
    padding: 12px 8px;
    font-weight: bold;
}

.main .right {
    width: 28%;
    position: sticky;
    height: fit-content;
}

.main .right .rr {
    background-color: white;
}

.right .right0 {
    margin-bottom: 28px;
}

.right .right2 {
    margin-top: 28px;
}

.right .title {
    background-color: brown;
    color: white;
    padding: 12px 8px;
    font-weight: bold;
}

.right .body {
    padding: 12px;
}

.right .body .post {
    color: dodgerblue;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 4px lightgray;
    padding: 12px 8px;
    margin: 8px 0;
    text-align: left;
}

.right .body .post:hover {
    color: brown;
}

.right .body .post:hover i {
    color: dodgerblue;
}

.right .body .post i {
    color: brown;
}

footer {
    background-color: #212529;
    color: white;
    width: 100%;
    font-family: 'Carter One', cursive;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 8px;
}

footer .left {
    width: 75%;
}

footer .right {
    width: 20%;
}

footer .right ul {
    list-style: none;
}

#footerFont {
    font-family: 'Press Start 2P', cursive;
}

footer .right a {
    text-decoration: none;
    color: white;
    display: block;
    margin-bottom: 8px;
}

@media (max-width: 820px) {
    footer .right {
        width: 39%;
    }
    footer .left {
        width: 59%;
    }
}

@media (max-width: 720px) {
    .navbar-brand {
        font-size: large;
    }
    .main {
        flex-direction: column;
    }

    .main .left {
        width: 98%;
        box-shadow: unset;
        margin: 12px auto;
    }

    .main .right {
        width: 95%;
        margin: 12px auto;
    }

    .left .fontgroup {
        font-size: small;
        padding: 16px 4px;
    }

    .left .fontgroup input {
        width: 70%;
    }

    .left .fontgroup button {
        width: 20%;
        font-size: x-small;
    }
}


/* global styles for about, tos, dis, contacts tec. */
.bodytxt {
    background-color: white;
    padding: 24px;
    text-align: justify;
}

.bodytxt .li {
    margin-left: 32px;
}

.bodytxt a {
    text-decoration: none;
    font-weight: bold;
    color: dodgerblue;
}

/* word counter */
.beseni {
    background-color: white;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
}

.beseni .bhead {
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
    width: 95%;
    margin: 32px auto 4px auto;
}

.beseni .bhead span {
    color: brown;
    font-weight: bold;
}

.beseni .bbody {
    display: flex;
    justify-content: center;
    align-items: center;
}

.beseni .bbody textarea {
    width: 95%;
    border-radius: 48px;
    padding: 32px 16px;
    background-color: whitesmoke;
    outline: none;
}

.beseni .resetBtn {
    text-align: center;
    padding-bottom: 32px;
    margin: 12px auto;
    width: 100%;
}

.beseni .resetBtn button {
    background-color: brown;
    color: white;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 12px;
    width: 50%;
    font-weight: bold;
}

.beseni .resetBtn button:hover {
    background-color: black;
}

@media (max-width: 480px) {
    .beseni .bhead h3 {
        font-size: 16px;
    }
}


/* subiri css */
.subiri {
    background-color: white;
    padding: 12px;
    box-shadow: 2px 2px 2px lightgray;
    width: 95%;
    margin: 24px auto;
}

.subiri .profileNm {
    margin-bottom: 8px;
    margin-top: 8px;
}

.subiri .profileNm,
.subiri .wting,
.subiri .subiriCont2 {
    text-align: center;
    font-weight: bold;
}

.subiri .wting {
    color: gray;
}

.subiriCont2 {
    display: none;
}

.subiri .subiriCont2 button {
    border: none;
    color: white;
    padding: 12px;
    font-weight: bold;
    background-color: green;
    cursor: pointer;
    border-radius: 4px;
}

.subiri .subiriCont2 button:hover {
    background-color: black;
}


.maelezoG {
    width: 95%;
    margin: 12px auto;
    border-bottom: 1px lightgray solid;
    border-right: 1px lightgray solid;
    border-left: 1px lightgray solid;
}

.maelezoG .wrapper {
    padding: 0 16px 16px 16px;
    margin: 0;
    text-align: justify;
}

.maelezoG .promoted {
    background-color: black;
    font-size: 20px;
    color: white;
    padding: 8px 12px;
    border-radius: 2px;
    margin-top: 0;
    font-family: 'Acme', fantasy;
}

.maelezoG h1 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Acme', fantasy;
}

.maelezoG h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Acme', fantasy;
}

.maelezoG a {
    font-weight: bold;
    text-decoration: none;
    word-break: break-all;
}

.maelezoG .poster {
    background-color: lightblue;
    border-radius: 2px;
    padding: 2px;
    display: inline-block;
    margin-bottom: 8px;
}


/* direct request */
.req_params {
    display: none;
}
.or {
    margin: 12px auto;
    color: black;
    font-weight: bolder;
    font-size: larger;
}
.req_direct {
    color: dodgerblue;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 8px auto;
    cursor: pointer;
}

.req_direct:active,
.req_direct:hover {
    color: black;
}