@font-face {
    font-family: 'TT Neoris';
    src: url('https://unnedited.com/static/font/title.ttf') format('truetype'),
        url('https://static.cookunity.com/cross/front-lib/fonts/tt-norms-pro-normal.woff') format("woff"),
        url('https://unnedited.com/static/font/title.woff') format('woff'),
        url('https://unnedited.com/static/font/title.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
}

/* For WebKit browsers (Chrome, Safari, Edge, Opera) */
body::-webkit-scrollbar {
  display: none;
}

/* For Firefox
body {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
} */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    /* padding-top: env(safe-area-inset-top); */
    /* background-color: black; */

    scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

h1 {
    font-family: 'TT Neoris';
    font-size: 2em;
    color: whitesmoke;
}

h2 {
    font-family: 'TT Neoris';
}

hr {
    border: 0.75px solid black;
    width: 70%;
    margin: auto;
}

.main-body {
    visibility: hidden;
}

.article-box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.article-box-container {
    width: 80%;
}

.main-flexbox {
    display: flex;
    width: 50%;
    padding-bottom: 2.5%;
    padding-top: 2.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-top: 2.5%;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #121212;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    height: 100%;
    border-radius: 20px;
    /* margin-right: 10rem; */
    /* margin-left: 20rem; */
    border: gray 0.25px solid;
}

.main-flexbox-latest {
    display: flex;
    width: 50%;
    padding-bottom: 2.5%;
    padding-top: 2.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-top: 2.5%;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #121212;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    height: 100%;
    border-radius: 20px;
    /* margin-right: 10rem; */
    /* margin-left: 20rem; */
    border: gray 0.25px solid;
}

.main-flexbox-articles {
    display: flex;
    width: 60%;
    padding-bottom: 2.5%;
    padding-top: 2.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-top: 2.5%;
    flex-wrap: wrap;
    justify-content: left;
    background-color: #121212;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    height: 100%;
    margin-left: 15rem;
}

#main-flexbox-split {
    justify-content: center;
    width: 100%;
}

.main-flexbox-split {
    width: 100%;
}

.main-flexbox-split-blogs {
    display: flex;
    justify-content: center;
    width: 100%;
}

.split-item-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1%;
}

.split-item-content-main {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 100%;
    border-bottom: 0.25px solid gray;
}

.comment-user-icon-title {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.comment-holder {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    width: 100%;
}

.split-item-content-article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1%;
    width: 100%;
}

#split-item-content-this-week-unedited {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1%;
}

.split-item-box {
    /* background-color: #EFEFEF; */
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    /* margin-bottom: 2.5%; */
}

.split-item-box-reply {
    /* background-color: #EFEFEF; */
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    /* margin-bottom: 2.5%; */ 
}

.split-item-box-index-main {
    /* background-color: #EFEFEF; */
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2.5%;
}

.split-item-icon {
    width: auto;
}

.split-item-text-content {
    /* margin-left: 2em; */
    display: flex;
    flex-direction: column;
    width: 100%;
}

.split-item-text-content-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* padding: 1rem; */
    margin-left: 1rem;
}

.split-item-text-content-bottom {
    display: flex;
    margin-top: auto;
}

.username-on-article {
    font-size: 12px;
}

.username-link {
    text-decoration: none;
    color: black;
}

.date-of-article {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 45%;
    text-align: right;
}

.date-of-article-main {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 45%;
    text-align: right;
}

.user-icon {
    border-radius: 50%;
}

.contact-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 75%;
}

.contact-submit {
    /* width: 40%; */
    background-color: black;
    height: 3rem;
    color: whitesmoke;
    font-family: 'Font2';
    font-size: 1.5rem;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    border-radius: 20px;
    border: 1px gray solid;
    margin-bottom: 2.5rem;
}

.contact-submit:hover {
    background-color: #333333;
    cursor: pointer;
}

.submit-div {
    display: flex;
    justify-content: center;
}

.contact-input {
    height: 3rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    padding: 0rem 0.5rem 0rem 0.5rem;
}

.game-top-container-div {
    display: flex;
    flex-direction: column;
    width: 60%;
    background-color: #121212;
    border-radius: 20px;
}

.contact-input-text-area {
    height: 10rem;
    margin-bottom: 4rem;
    font-size: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background-color: #222222;
    color: whitesmoke;
    width: 100%;
    border: 1px solid black;
    border-radius: 10px;
    font-size: 16px;
}

.contact-input::placeholder {
    /* height: 3rem; */
    /* margin-bottom: 2rem; */
    /* font-size: 1.25rem; */
    /* padding: 0rem 0.5rem 0rem 0.5rem; */
    color: gray;
    font-family: 'Font2';
}

.workwithus-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.user-name-center {
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
    /* width: 45%; */
}

.user-name-center-main {
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
}

.user-input {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5%;
}

.footer-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 2.5%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    background-color: black;
}

#user-following {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.footer-final-p {
    color: whitesmoke;
    font-size: 12px;
}

.footer-final-link {
    text-decoration: none;
    color: whitesmoke;
    font-size: 12px;
}

.footer-fina-link:hover {
    color: gray;
}

.vote-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
    border: 1px solid black;
    border-radius: 25px;
    margin-top: 5%;
    padding: 2.5%;
    flex-direction: column;
}

.vote-form-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.vote-form {
    width: 40%;
}

.vote-form-submit-button {
    border: none;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    background-color: b
}


.vote-form-item {
    padding: 5%;
}

.form-user-input {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-input {
    width: 100%;
    padding: 1em 0.25em;
    border: 1px solid black;
    font-size: 16px;
    color: whitesmoke;
    border-radius: 10px;
    background-color: #222222;
}

.main-flexbox-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 calc(25% - 10px);
    box-sizing: border-box;
    padding: 20px;
    margin: 0;
    border-style: solid;
    border-color: black;
}

.form-submit-button {
    background-color: black;
    border: none;
    color: white;
    padding: 15px 150px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    border-radius: 20px;
    border: 0.25px solid gray;
}

.form-submit-button-div {
    padding-top: 2.5%;
    padding-bottom: 1rem;
}

.form-submit-button:hover {
    background-color: #222222;
}

.label-div {
    width: 100%;
    align-content: left;
    padding-top: 7.5%;
}

.small-text {
    font-size: 12px;
}

.small-text-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1em;
}

.show-blog-inner {
    width: 80%;
    margin-bottom: 2.5rem;
}

.blog-image {
    width: 80%;
    height: auto;
    border: 1px solid black;
    margin-bottom: 2.5rem;
}

.user-input-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40%;
    margin-right: 40%;
}

.login-warning {
    color: red;
    font-size: 16px;
}

.bottom-div {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.bottom-div-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2.5%;
}

.join-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
}

.create-account-text {
    color: whitesmoke;
}

.footer-flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.footer-hr {
    border: 1px solid black;
    width: 80%;
    margin: auto;
    margin-top: 5%;
}

.main-content-image {
    border: 2px solid black;
    width: 100%;
    height: auto;
}

.link-div {
    margin-left: 3em;
    margin-right: 3em;
}

.main-content-image-link {
    display: inline-block;
    justify-content: center;
}

.main-title {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    margin-left: 1rem;
}

.navigation-link {
    text-decoration: none;
    color: whitesmoke;
    font-family: 'TT Neoris';
    font-display: swap;
}

.navigation-box-dropdown {
    text-decoration: none;
    color: black;
    font-family: 'TT Neoris';
    font-display: swap;
}

.dropdown-link {
    text-decoration: none;
    color: black;
}

.dropdown-link:hover {
    color: gray;
}

.navigation-link:hover {
    text-decoration: underline;
}

.navigation-link-selected {
    color: #582688;
    font-family: 'TT Neoris';
    font-display: swap;
}

.small-navigation-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.small-navigation-box {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.main-flag-bar {
    background-color: #582688;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 14px;
}

.main-flag-text {
    color: white;
}

.main-flag-link {
    color: white;
}

.small-navigation-link {
    text-decoration: none;
}

.small-navigation-link-text {
    font-size: 12px;
    color: black;
}

.small-navigation-link-text:hover {
    text-decoration: underline;
}

.article-title {
    align-items: center;
    align-self: center;
    justify-content: center;
    display: flex;
}

.navigation-bar-element-selected {
    font-size: 18px;
    margin-right: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.username-text {
    font-size: 12px;
    color: whitesmoke;
}

.text-content {
    text-align: justify;
    max-width: 90%;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
}

.footer-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    display: flex;
    align-items: center;
    width: 95%;
    flex-direction: column;
}

textarea {
    font-size: 16px;
}

.content-div {
    background-color: #F2EBE2;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.center-items {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    position: sticky;
    padding-bottom: 0.5%;
}

.navigation-bar-user-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.navigation-bar-user-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.navigation-center-items {
    display: flex;
    width: 50%;
}

.navigation-center-items-right {
    /* width: 20%; */
    display: flex;
    justify-content: left;
}

.colored-mention {
    color: gray;
    text-decoration: none;
}

.colored-mention:hover {
    color: #6F3096;
}

.navigation-bar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

.navigation-bar-element {
    font-size: 18px;
    margin-right: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100%;
}

.search-form {
    height: 100%;
    width: 100%;
}

.search-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.search-input-box[type="text"] {
    border: 2px solid black;
    border-radius: 5px;
    height: 1rem;
    margin-right: 5%;
    margin-left: 5%;
    padding: 2.5%;
}

.search-input-box[type="text"]:focus {
    outline: 2px solid #582688;
    outline-offset: 1px;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.navigation-icon {
    margin-right: 30px;
}

.vote-main-phone {
    display: none;
}

.settings-page-phone {
    display: flex;
}

.navigation-items-left {
    display: flex;
    margin-left: 4rem;
}

.navigation-items-right {
    display: flex;
    margin-right: 10rem;
}

.navigation-items-center {
    display: flex;
    height: 100%;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 4px;
}

#phone-ui-content {
    display: none;
}

.dropdown-content {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

p {
    color: whitesmoke;
}

textarea::placeholder {
    color: whitesmoke; /* Change to your desired color */
}

.dropdown-content p {
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
}

.create-break {
    width: 1px;
    height: 100%;
    background-color: whitesmoke;
    margin: 0rem 1rem 0rem 1rem;
}

.dropdown-content p:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    /* display: block; */
    visibility: visible;
}

.article-main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.article-container-two-wide {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    width: 100%;
}

.article-content-box {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
    background-color: #f0f0f0;
    text-align: center;
    border: 1px solid #ccc;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.article-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-title-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-content {
    display: flex;
    gap: 10px;
    flex-direction: row;
    width: 100%;
}

.main-flexbox-split-item {
    flex: 0 0 40%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.main-flexbox-split-item-index {
    /* flex: 0 0 40%; */
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 100%;
}

.main-profile-flex {
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 100%;
}

#phone-history-back {
    display: none;
    height: 25px;
    width: 25px;
    margin: 1rem 0.5rem 1rem 0.5rem;
    background:transparent;
    cursor: pointer;
}

#phone-history-back-large-screen {
    display: flex;
    height: 25px;
    width: 25px;
    margin: -0.5rem 0rem 1rem -1rem;
    background:transparent;
    cursor: pointer;
}

.history-back-div {
    width: 100%;
}

#javascript-loaded-content {
    width: 100%;
}

#trending-content {
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.trending-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.trending-content-item {
    background-color: #EEEEEE;
    padding: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.trending-number {
    margin-right: 1rem;
    font-size: 2rem;
}

.create-article-checkbox {
    margin-right: 1rem;
}

.tag-div {
    display: flex;
    flex-direction: row;
    margin-left: 1rem;
    justify-content: center;
    align-items: center;
}

.tag-item {
    background-color: #582688;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 20px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.trending-item-link {
    text-decoration: none;
    color: black;
    width: 100%;
}

.text-content-dynamic-spacing {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.article-info-content {
    display: flex;
    flex-direction: column;
}

.split-item-content-header-text-smaller {
    font-family: 'TT Neoris';
    font-size: 2rem;
}

.split-item-content-header-text-larger {
    font-family: 'TT Neoris';
    font-size: 55px;
}

.split-item-content-header {
    padding-bottom: 1%;
    align-items: center;
    text-align: center;
}

.article {
    width: 60%;
}

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

.article-content-text {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 1%;
    text-align: justify;
}

.article-content-picture {
    text-align: justify;
    padding: 1%;
}

.unsubscribe-button {
    border: none;
    padding: 1rem 3rem 1rem 3rem;
    background-color: black;
    color: white;
    border-radius: 20px;
}

.blog-image:not([src]), .blog-image[src=""] {
    display: none;
}

.smooth-font {
    font-family: 'Nunito', sans-serif;
}

.comment-reply-style {
    flex-direction: column;
}

.unsubscribe-button:hover {
    cursor: pointer;
}

.picture-top-div {
    /* background-color: gray; */
    /* border: 1px solid black; */
    /* width: 15rem; */
    /* margin: 1rem 1rem 1rem 1rem; */
    margin-bottom: 1rem;
}

.top {
    background-color: #FFFFFF;
    /* padding-bottom: 1%; */
}

.create-textarea {
    border: 1px solid #000000;
    width: 100%;
    height: 40em;
    resize: none;
}

.comment-textarea {
    width: 100%;
    height: 10em;
    resize: none;
    background-color: #1a1a1a;
    border: none;
    color: whitesmoke;
    border-bottom: 0.5px solid whitesmoke;
    padding: 0.5rem;
}

.profile-icon-image {
    border: 1px solid black;
    height: 7.5rem;
    width: 7.5rem;
    margin-top: 1rem;
    border-radius: 50%;
}

.profile-username-title-text {
    font-size: 30px;
    width: fit-content;
}

.profile-username-text {
    color: whitesmoke;
    font-size: 18px;
    width: fit-content;
    margin-top: 2.5rem;
}

.main-profile-div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.notification {
    color: red;
}

.article-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.show-blog-title {
    font-size: 3rem;
}

.blog-text-show {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2.5rem;
}

.article-info-text {
    font-size: 2rem;
}

.show-user-created-articles {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.show-user-single-articles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.show-user-single-articles-content {
    display: flex;
    flex-direction: row;
    margin-bottom: 2.5rem;
    /* width: 100%; */
    align-items: center;
    gap: 30px;
    padding: 2.5%;
    background-color: #222222;
    border-radius: 10px;
    border: 1px solid black;
}

.create-link-div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.create-link-text {
    text-decoration: none;
    color: whitesmoke;
    font-family: 'TT Neoris';
    margin: 0rem 1rem 0rem 1rem;
    /* height: 1rem; */
}

.create-link-item {
    padding: 1rem;
    background-color: #222222;
    border-radius: 50px;
    /* margin: 0.5rem 1rem 0.5rem 1rem; */
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
}

.form-input-title {
    color: black;
    font-family: 'Font2', sans-serif;
    font-size: 4rem;
    font-family: 'TT Neoris';
    text-align: center;
}

.input-form-text-items {
    width: 90%;
    margin-top: 1rem;
}

.show-blog-top-div {
    justify-content: center;
    display: flex;
    width: 80%;
    margin-top: 2.5%;
    background-color: white;
    padding-top: 2.5%;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

.create-link-item:hover {
    background-color: #111111;
}

.create-link-item-selected {
    padding: 1rem;
    background-color: black;
    border-radius: 50px;
    /* margin: 0.5rem 1rem 0.5rem 1rem; */
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0rem 1rem 0rem 1rem; */
}

.create-link-item-selected:hover {
    background-color: #303030;
}

#reverse-button {
    margin: 0.25rem 0rem;
}

.article-comment-div {
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    background-color: black;
}

.article-comment-div-smaller {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
}

.article-items-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.create-links {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: black;
    border-radius: 10px;
}

.create-items {
    color: whitesmoke;
    padding: 0.5rem;
}

.picture-main-image {
    /* width: 60%; */
    height: auto;
    border: 0.5px solid white;
    border-radius: 10px;
    max-height: 40rem;
    max-width: 100%;
}

.create-navigation {
    width: 100%;
    /* background-color: lightgray; */
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 1rem;
}

.profile-right-side-info {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    justify-content: center;
}

.create-article-form {
    width: 100%;
    height: 100%;
}

.form-input-div {
    display: flex;
    justify-content: center;
    width: 50%;
}

.comment-article-form {
    height: 10rem;
    /* width: 50%; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #111111;
}

.comment-article-form-smaller {
    height: 10rem;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;   
}

.comment-submit {
    width: 20%;
    background-color: black;
    color: whitesmoke;
    border: 0.25px gray solid;
    height: 2rem;
    border-radius: 10px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

#article-comment-section {
    width: 100%;
}

.main-content {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    background-color: #000000;
    padding-bottom: 2.5%;
    border-bottom: 1px solid black;
    /* border-top: 1px solid black; */
}

.main-content-articles {
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: black;
    padding-bottom: 2.5%;
    border-bottom: 1px solid black;
    /* border-top: 1px solid black; */
}

.this-week-unedited-image {
    height: 20rem;
    width: 20rem;
    object-fit: cover;
    overflow: hidden;
}

.top-phone {
    width: 100%;
    display: none;
}

.main-content-phone {
    display: none;
}

.hamburger-nav {
    display: none;
}

.no-decoration-link {
    text-decoration: none;
    color: black;
}

.search-item-div {
    background-color: gray;
    margin: 1rem;
    padding: 0.5rem;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
}

.hamburger-login-link {
    display: flex;
    align-items: center;
    /* flex-grow: 1; */
    justify-content: center;
    /* margin-right: 0.5rem; */
    width: 100%;
}

#nav-button {
    background-color: transparent;
    border: none;
}

.phone-title {
    font-size: 1.5rem;
    color: whitesmoke;
}

.search-right-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 1rem;
}

.settings-div {
    display: flex;
    flex-direction: row;
}

#game-end {
    margin-top: 1rem;
}

.settings-data {
    display: flex;
    flex-direction: column;
    margin-left: 2.5rem;
}

.user-icon-upload-file {
    display: none;
}

.user-icon-upload-edit {
    background-color: gray;
}

.user-icon-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
}

#blog-content {
    width: 75%;
}

.split-item-box-blog {
    /* background-color: #EFEFEF; */
    /* width: 50%; */
    padding: 1rem;
    box-shadow: none;
    /* margin-bottom: 2.5%; */
}

.split-item-box-blog-reply {
    /* background-color: #EFEFEF; */
    /* width: 100%; */
    /* padding: 1rem; */
    padding-left: 5rem;
    box-shadow: none;
    /* margin-bottom: 2.5%; */
}

.split-item-box-blog-index {
    /* background-color: #EFEFEF; */
    /* width: 50%; */
    padding: 1rem;
    box-shadow: none;
    /* margin-bottom: 2.5%; */
}

#desktop-profile-id {
    margin-left: auto;
    margin-right: 2.5rem;
    width: 10rem;
    /* height: 30rem; */
    display: flex;
    flex-direction: column;
    padding: 2.5%;
    margin-top: 2.5%;
    background-color: #121212;
    border: gray 0.25px solid;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

#side-bar {
	margin-left: 70rem;
    max-height: 30rem;
    display: flex;
    margin-right: 2.5rem;
    width: 10rem;
    flex-direction: column;
    padding: 1rem;
    margin-top: 2.5%;
    background-color: #121212;
    border: gray 0.25px solid;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    position: fixed;
}

@media (min-width: 1500px) {
	#side-bar {
		margin-left: 90rem;
        display: none;
	}
}

@media (max-width: 900px) {
    h1 {
        font-size: 30px;
        font-family: 'TT Neoris';
    }

    #side-bar {
        display: none;
    }

    .user-input-box {
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-left: 2.5rem;
        margin-right: 2.5rem; */
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .split-item-content-phone {
        width: 100%;
    }

    #phone-ui-content {
        display: flex;
    }

    .split-item-content-phone-two {
        width: 100%;
    }

    .split-item-content-article {
        width: auto;
    }

    #split-item-box-generate-content {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .vertical-center {
        width: 100%;
        display: block;
    }

    .navigation-bar-element {
        /* background-color: #3F3F3F; */
        flex: 1;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2em;
        margin: 0;
        border-bottom: 1px solid black;
    }

    .link-div {
        margin-left: 1em;
        margin-right: 1em;
    }

    .main-flexbox {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 96%;
        padding: 0;
        margin: 0;
        box-shadow: none;
    }

    .main-flexbox-split-item {
        padding: 0;
    }

    .main-flexbox-item {
        margin-bottom: 2em;
    }

    .main-content {
        background-color: #EEEEEE;
        width: 100%;
        background-image: none;
    }

    .login-title-text {
        text-align: center;
        margin-top: 2.5rem;
    }

    .main-content-cover {
        display: none;
    }

    .phone-icon-link {
        width: 100%;
        height: 100%;
    }

    .split-item-text-content {
        margin-left: 1em;
        display: flex;
        flex-direction: column;
        width: 70%;
    }

    .center-items {
        display: flex;
        justify-content: space-between;
        margin: 2% 0% 2% 0%;
        background-color: #3F3F3F;
        height: 3em;
        position: sticky;
        top: 0;
        flex-direction: column;
    }

    .navigation-bar-list {
        display: flex;
        flex-direction: row;
        gap: 0;
        flex-basis: auto;
        height: 100%;
    }

    #desktop-profile-id {
        display: none;
        margin-left: 5rem;
    }

    .hamburger-nav-flex {
        display: flex;
        flex-direction: row;
        /* background-color: black; */
        background-color: #121212;
        /* border-bottom: 1px solid whitesmoke; */
    }

    #phone-history-back {
        display: flex;
    }

    /* * {
        outline: 1px solid red;
    } */

    .hamburger-title-div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #hamburger-nav {
        display: none;
        width: 100%;
        margin-bottom: 0.5rem;
        background-color: #222222;
        position: fixed;
        /* background-color: black; */
        /* padding-top: env(safe-area-inset-top); */
    }

    #phone-history-back-large-screen {
        display: none;
    }

    .split-item-content-main {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex-direction: column;
        margin-top: 1%;
        margin-bottom: 1%;
        width: 100%;
        border-bottom: 0.25px solid gray;
        /* margin-left: 0.5rem;
        margin-right: 0.5rem; */
    }

    .ribbon-nav-phone {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        border-top: solid 1px black;
        border-bottom: solid 1px black;
    }

    .picture-main-image {
        width: 90%;
        height: auto;
        border: 1px solid black;
    }

    .form-user-input {
        width: 80%;
    }

    .hamburger-nav-toggle {
        /* padding: 2%; */
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .split-item-icon {
        width: 30%;
    }

    .blog-image {
        width: 95%;
    }

    .text-content-dynamic-spacing {
        margin-left: 1rem;
    }

    .blog-text-show {
        width: 95%;
    }

    .top {
        visibility: hidden;
        display: none;
    }

    .top-phone {
        width: 100%;
        display: block;
    }

    .label-div {
        padding-top: 0;
        margin-top: 1.5rem;
    }

    .vote-main-phone {
        display: inline-block;
    }

    .vote-main {
        display: none;
    }

    .main-content-phone {
        display: flex;
        width: 100%;
    }

    .navigation-link-selected {
        text-decoration: none;
        color: white;
        font-size: 1em;
        display: flex;
        /* height: 100%;
        width: 100%; */
        text-align: center;
        justify-content: center;
        align-items: center;
        font-family: 'TT Neoris';
        font-display: swap;
        background-color: black;
    }

    .split-item-box {
        /* background-color: #EFEFEF; */
        width: auto;
        /* width: 100%; */
        display: flex;
        flex-direction: row;
        padding: 2.5%;
        box-shadow: none;
        margin-bottom: 2.5%;
    }

    .split-item-box-blog {
        /* background-color: #EFEFEF; */
        /* width: auto; */
        width: 90%;
        display: flex;
        flex-direction: column;
        padding: 2.5%;
        box-shadow: none;
        margin-bottom: 2.5%;
    }

    .join-title {
        margin-top: 2.5rem;
    }

    .show-blog-title {
        font-size: 2rem;
    }

    .create-link-item {
        /* padding: 1rem; */
        background-color: gray;
        border-radius: 0;
        border-radius: 20px;
        /* height: 1rem;
        display: flex;
        justify-content: center;
        align-items: center; */
    }

    .create-content-div {
        width: 90%;
        margin: 2.5rem 0rem 2.5rem 0rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .settings-page-phone {
        display: none;
    }

    /* .navigation-link {
        text-decoration: none;
        color: black;
        font-size: 1em;
        display: flex;
        height: 100%;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-family: 'TT Neoris';
        font-display: swap;
        padding: 0.25rem 0rem 0.25rem 0rem;
    } */

    .phone-navigation-link {
        text-decoration: none;
        color: whitesmoke;
        font-size: 1em;
        display: flex;
        height: 100%;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-family: 'TT Neoris';
        font-display: swap;
        padding: 0.25rem 0rem 0.25rem 0rem;
        border-right: 0.5px solid black;
        border-left: 0.5px solid black;
        background-color: #222;
    }

    .split-item-content {
        display: flex;
        justify-content: center;
        /* align-items: left; */
        align-items: start;
        flex-direction: column;
        margin: 1%;
    }

    .create-link-text {
        width: 80%;
        height: 100%;
        margin-top: 0.25rem;
        margin-bottom: 0.5rem;
    }

    .phone-navigation-link-selected {
        text-decoration: none;
        color: white;
        font-size: 1em;
        display: flex;
        height: 100%;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-family: 'TT Neoris';
        font-display: swap;
        padding: 0.25rem 0rem 0.25rem 0rem;
        background-color: black;
        border-right: 0.5px solid black;
        border-left: 0.5px solid black;
    }

    .create-link-item-selected {
        /* padding: 1rem;
        background-color: black; */
        border-radius: 0;
        /* margin: 0.5rem 1rem 0.5rem 1rem; */
        /* height: 1rem;
        display: flex;
        justify-content: center;
        align-items: center; */
        /* margin: 0rem 1rem 0rem 1rem; */
    }

    .profile-username-title-text {
        font-size: 30px;
        text-align: center;
    }

    .profile-username-text {
        text-align: center;
        margin-top: 1rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .this-week-unedited-image {
        height: 100px;
        width: 100px;
    }

    .main-profile-div {
        justify-content: center;
        align-items: center;
    }

    .main-profile-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navigation-bar-element-selected {
        background-color: black;
        flex: 1;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2em;
        margin: 0;
    }

    .text-input {
        /* width: 80%;
        padding: 0; */
    }

    .show-blog-top-div {
        width: 100%;
    }

    .form-input-div {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .create-navigation {
        margin-bottom: 0;
        padding: 0;
    }

    .show-blog-inner {
        width: 95%;
    }

    .main-flexbox-split {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .comment-textarea {
        width: 90%;
        height: 10em;
        resize: none;
        background-color: #1a1a1a;
        border: none;
        color: whitesmoke;
        border-bottom: 0.5px solid whitesmoke;
        padding: 0.5rem;
    }

    .footer-list {
        flex-direction: column;
    }

    .profile-right-side-info {
        padding-left: 0;
        width: 100%;
        margin-left: 1rem;
    }

    .game-top-container-div {
        width: 95%;
    }

    #blog-content {
        width: 80%;
    }

    .form-submit-button {
        width: auto;
        padding: 1rem 5rem;
    }

    .settings-div {
        flex-direction: column;
    }

    .username-link {
        text-decoration: none;
        color: black;
    }

    .picture-top-div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 1rem 0rem 1rem 0rem;
        padding: 1rem 0rem 1rem 0rem;
        /* background-color: white; */
    }

    .username-on-article-top {
        font-size: 24px;
    }

    .profile-icon-image {
        border: 1px solid black;
        height: 5rem;
        width: 5rem;
        margin-top: 1rem;
    }

    .create-article-form {
        width: 100%;
        /* height: 100%; */
        display: flex;
        justify-content: center;
    }

    .create-input-text {
        font-family: 'TT Neoris';
        font-size: 1rem;
        height: 2rem;
        width: 100%;
    }

    .textarea-input {
        height: 10rem;
        width: 100%;
    }

    .create-content-submit {
        border: none;
        background-color: black;
        color: white;
        padding: 0.5rem 4rem 0.5rem 4rem;
        margin-top: 1rem;
        border-radius: 20px;
        font-size: 1.5rem;
    }

    .main-flexbox-latest {
        width: 100%;
    }

    .create-link-div {
        flex-direction: column;
        gap: 0.25rem;
        width: 100%;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .create-break {
        width: 100%;
        height: 1px;
        /* background-color: black;
        margin: 0rem 1rem 0rem 1rem; */
    }

    .show-user-single-articles-content {
        padding: 0.5rem;
        margin: 0.5rem;
    }
}

.animation-container {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    margin-top: 5%;
}

@keyframes pause {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        animation-play-state: paused;
    }
}

.animation-container span {
    display: inline-block;
    animation: dance 3s infinite alternate, pause 4s infinite 3s;
    opacity: 0.8;
}

@keyframes dance {

    0%,
    100% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px) rotate(-5deg);
    }

    50% {
        transform: translateY(5px) rotate(5deg);
    }

    75% {
        transform: translateY(-5px) rotate(-2deg);
    }
}

.animation-container span:nth-child(1) {
    animation-delay: 0s;
}

.animation-container span:nth-child(2) {
    animation-delay: 0.1s;
}

.animation-container span:nth-child(3) {
    animation-delay: 0.2s;
}

.animation-container span:nth-child(4) {
    animation-delay: 0.3s;
}

.animation-container span:nth-child(5) {
    animation-delay: 0.4s;
}

.animation-container span:nth-child(6) {
    animation-delay: 0.5s;
}

.animation-container span:nth-child(7) {
    animation-delay: 0.6s;
}

.animation-container span:nth-child(8) {
    animation-delay: 0.7s;
}

.animation-container span:nth-child(9) {
    animation-delay: 0.8s;
}

.animation-container span:nth-child(10) {
    animation-delay: 0.9s;
}

.animation-container span:nth-child(11) {
    animation-delay: 1.0s;
}

.animation-container span:nth-child(12) {
    animation-delay: 1.1s;
}

.animation-container span:nth-child(13) {
    animation-delay: 1.2s;
}

.animation-container span:nth-child(14) {
    animation-delay: 1.3s;
}

.animation-container span:nth-child(15) {
    animation-delay: 1.4s;
}

.animation-container span:nth-child(16) {
    animation-delay: 1.5s;
}

.animation-container span:nth-child(17) {
    animation-delay: 1.6s;
}

.animation-container span:nth-child(18) {
    animation-delay: 1.7s;
}

.spinner {
    width: 25px;
    height: 25px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* MOVING NAV TEXT */
.marquee {
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
    height: 1.25rem;
    position: relative;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    border-top: 1px solid black;
    margin-top: 1rem;
    padding: 0.25rem 0rem 0.25rem 0rem;
    margin: 0.5rem 0rem 0.5rem 0rem;
}

.marquee span {
    display: inline-block;
    position: absolute;
    animation: moveText 60s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused;
}

.span-link {
    margin-right: 2.5rem;
    text-decoration: none;
    color: black;
}

.span-link:hover {
    text-decoration: underline;
}

@keyframes moveText {
    from {
        left: 100%;
    }
    to {
        left: -90%;
    }
}
