.entry-div {
    height: 70%;
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    transition: background-color 0.15s;
    border-radius: 5px;
    padding: 5px;
    width: 200px;
    height: 300px;
    text-decoration: none!important;
    overflow: hidden;
}

.image-entry-div {
            transition: background-color 0.15s;
            border-radius: 5px;
            padding: 5px;
            width: 200px;
            text-decoration: none !important;
}

a:link {
    text-decoration: none;
}

a .entry-div {
        color: black;
        text-decoration: none;
}

a .image-entry-div {
            color: black;
                text-decoration: none;
}



.entry-div:hover {
    background-color: grey;
}

.image-entry-div:hover {
    background-color: grey;
}

#home-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* #middle-div {
    display: flex;
} */

.ind-comment-wrap {
    display: grid;
    grid-template-columns: 30% 80%;
}

.comment-info {
    display: flex;
    justify-content: space-between;
}

.comment-info h4,
h5 {
    margin: 5px;
}

body.dark-mode {
    background-color: black;
    color: white;
}

html{
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: scroll;
}

body {
    height: 100%;
}

#main-title {
    font-family: "Tiny5", sans-serif;
    font-size: 100px;
    margin: 20px;
    font-weight: 100;
}

#nav-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: solid;
    margin-left: 0;
    margin-right: 0;
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
}

.entry-div p {
    font-family: "EB Garamond", serif;
}

.entry-div h3 {
    font-family: "Roboto", sans-serif;
}

.index-image-entry-wrapper {
        height: 70%;
            -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
            mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
            transition: background-color 0.15s;
            border-radius: 5px;
            padding: 5px;
            width: 200px;
            height: 300px;
            text-decoration: none !important;
}

.index-image-post-img {
    width: 180px;
    border-radius: 10px;
}

/* .info-div {
    display: flex;
} */

.info-div p {
    font-family: "Roboto", sans-serif;
    color: lightgray;
    font-size: 0.9rem;
    margin: 2px;
}

.info-div h4 {
        font-family: "Roboto", sans-serif;
            color: lightgray;
            font-size: 0.9rem;
            margin: 2px;
            display: inline;
}

.subview {
    display: none;
}

.activeposttype {
    display: block
}


.full-entry-div {
    width: 50%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}

.full-content-div {
    font-family: "EB Garamond", serif;
    margin-bottom: 200px;
}

.full-entry-user-badge-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.full-entry-user-badge-img {
    width: 100px
}

#tags-and-parents {
    display: grid;
    grid-template-columns: 50px 1fr 400px;
    grid-template-areas: "tags . parents"

}

.parent-article-display {
    grid-area: parents
}

.parent-article-display h4 {
    margin: 0
}

.parentInfoDiv {
    background-color: lightgray;
    margin: 4px;
    padding: 7px;
    border-radius: 4px;
    width: fit-content;
}

.full-image-image {
    width: 85vw;
    margin: auto
}

.article-tag-display {
    display: flex;
    grid-area: tags
}

.article-tag-item {
        margin: 3px;
            padding: 5px;
            background-color: lightgray;
            display: flex;
            border-radius: 5px;
            height: fit-content;
            align-self: flex-end;
}

#profilebuttonwrapper {
    overflow: hidden;
    border-radius: 12.5px;
    height: 25px;
    width: 25px;
}

#smallprofileimage {
    height: 25px;
}

#top-sub {
    display: flex
}

#profile-view-image-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;;
}

#profile-view-image {
    height: 200px;
}

.badgewrapper {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
}

#tag-display {
    display: flex;
}

.tag-div-wrapper {
    margin: 3px;
    padding: 5px;
    background-color: lightgray;
    display: flex;
    border-radius: 5px;
}

.tag-header {
    margin: 0;
    padding-left: 5px;
}

.badge {
    height: 30px;
}

#write-wrapper {
    display: grid;
    grid-template-columns: 1fr 79vw 1fr;
    grid-template-rows: 40px 1fr;
    grid-template-areas: ". toggle-menu ." ". putithere .";
}

#input-article-sub-view{
    grid-area: putithere;
}

#post-type-toggle {
    grid-area: toggle-menu;
    width: 200px;
}

.parent-search-result-wrapper {
    display: grid;
    grid-template-columns: 800px 50px 50px;
    background-color: lightgray;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 17px;
}

.parent-search-result-wrapper.selected {
    background-color: pink;
}

.parent-search-result-wrapper:hover {
    background-color: gray;
}
h5 .parent-search-result-wrapper {
    margin: auto auto
}

.search-profile-wrapper {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%
}

.search-profile-image {
    width: 45px
}
@media (min-width: 1025px) {
    .full-title {
        font-size: 5rem;
        font-family: "Silkscreen", serif;
        font-weight: 400;
        margin: 5rem auto 7rem auto;
        text-align: left;
        width: fit-content;
    }

    .full-entry-div p {
        font-size: 1.5rem;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    body {
        width: 812px;
        height: 2436px;
        overflow-x: hidden;
    }

    .full-entry-div {
        margin: 5px;
        width: 96%;
        padding: 10px;
    }

    .full-title {
        font-size: 7rem;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        margin: 5rem auto 6rem auto;
        text-align: left;
        width: fit-content;
    }

    .full-entry-div p {
        font-size: 2.4rem;
    }
}