#colorNoise {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    opacity: 0.2;
}


.issue-buttons-head {
    position: fixed;
    right: 2vw;
    top: 2vh;
    font-size: 20px;
    z-index: 4;
    color: rgb(79 79 79);
    font-style: normal;
    text-decoration: none;
    display: flex;
}

.issue-buttons {
    font-size: 20px;
    z-index: 4;
    color: rgb(79 79 79);
    font-style: normal;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}

#ibutton-i1 {
    right: 7vw;
    top: 3.5vh;

}

#ibutton-head {
    height: 5vh;
    max-height: fit-content;
    width: auto;
    max-width: 10vw;
}

.dot {
    /* width: 7px;
    height: 7px; */
    border-radius: 100%;
    margin: 0px 7px;
}


@keyframes loop-dot {
    from {width: 7px; height: 7px;}
    to {display: none;}
}


#dot-green {
    background-color: green;
    animation-name: loop-dot;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#ibutton-head:hover {
    border-bottom: solid rgb(79 79 79) 2px;

}

.issue-buttons:hover {
    text-decoration: underline;
}

.main-body {
    display: flex;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: x mandatory; 
    height: auto; 
}

.issue-intro {
    display: block;
    position: relative;
    height: fit-content;
    width: fit-content;
    align-content: center;
    margin: calc(var(--vh, 1vh)*20) auto;
    z-index: 1;
}

.issue-intro-img {
    width: auto;
    height: calc(var(--vh, 1vh) * 40);
    margin: auto;
    display: block;
}

.issue-intro-names {
    position: relative;
    display: grid;
    grid-template-columns: 30vw 30vw;
    gap: 0vw 25vw;
    font-size: 20px;
    margin: auto;
    justify-content: left;
    text-align: right;
    margin-top: calc(var(--vh, 1vh) * 5);

}

.issue-intro-name-link:hover {
    text-decoration: underline;    
}

.link-left {
    text-align: left;
}

.issue-intro-names span {
    margin: 10px;
}

.issue-intro-name-link {
    position: relative;
    text-decoration: none;
    color: black;
    /* margin: 3%; */
    user-select: none;
    /* border: solid rgb(131, 131, 131, .6);
    border-width: 2px;
    border-radius: 4px;
    background: white;
    padding: 0px 10px; */
} 

.issue-intro-text {
    width: 85vw;
    height: fit-content;
    margin: auto;
}

.issue-intro-text-content {
    padding: 30px 25%;
    font-size: 20px;
    text-align: justify;
}

.issue-article-main {
    width: 100vw;
    position: sticky;
    top: calc(0rem + 6rem);
    overflow-y: visible;
    text-align: justify;
}

.issue-article-upperline-2 {
    position: relative;
    width: 100vw;
    display: flex;
    top: -1vh;
}

.issue-article-artist-2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
    text-decoration: underline;
    position: relative;
    cursor: alias;
    width: fit-content;
    margin-left: 2vw;
    padding: 10px;
    z-index: 1;

}

.issue-article-sublinks {
    font-size: 20px; 
    font-style:italic; 
    text-decoration: none; 
    align-self: end; 
    margin: 0;
}

.issue-article-sublinks:hover {
    text-decoration: underline;
}

/* .issue-article-links-2 {
    position: absolute;
    display: flex;
    width: fit-content;
    font-size: 19px;
    right: 7vw;
    left: unset;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;

} */

.issue-article-links-2 span {
    position: relative;
    padding: 10px;
}

.article-button {
    position: relative;
    border: none;
    color: white;
    padding: 05px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 6px 7px;
    top: 5px; 
    cursor: pointer;
    border-radius: 8px;
    color: darkgrey;
}

.article-button:hover {
    color: #2101d2;
}

.issue-article-img-2 {
    display: flex;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0;
    top:0;
    height: calc(var(--vh, 1vh) * 45);
    background-color: rgb(241, 241, 241);
}


.thinlines {
    z-index: 0;
    width: 100vw;
    align-self: center;
    background-image: linear-gradient(white .05em, transparent .05em), linear-gradient(90deg, white .05em, transparent .05em);
    background-size: 0.75em 0.75em;
    border-top: 2px lightgrey solid;
    border-bottom: 2px lightgrey solid;
}

.issue-article-img-2 .thinlines {
    opacity: 35%;
    background-color: rgb(255, 255, 255);
}

.issue-article-text-2{
    position: relative;
    height: fit-content;
    font-size: 20px;
    top: calc(var(--vh, 1vh)* 3);
    padding-bottom: 100px;
}



.issue-article-text-content-2 {
    background-color: whitesmoke;
    padding: 20px;
    padding-right: 10vw;
    right: 0;
    position: absolute;
    width: 750px;
}


    .articleImg-center {
        cursor: alias;
        width: fit-content;
        max-width: 100%;
        height: 78%;
        max-height: max-content;
        align-self: center;
    }

.articleImg-full {
    cursor: alias;
    display: none;
}

.main-body {
    display: flex;
    position: relative;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
}

#main-body-anchor {
    padding-top: 150px;
}

.issue {
    min-width: 100vw; 
    flex-shrink: 0;
    height: 100vh;
    position: relative;
    display: block;
    scroll-snap-align: start;
    overflow-y: auto;
    overflow-x: hidden;
}

.issue-button {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: none; 
  padding: 8px 12px;
  background: #333;
  color: white;
  border: none;
  cursor: pointer;
}

.issue-button.visible {
  display: block; 
}


.sticky-wrapper {
    height: calc(36rem + 600px);
    position: sticky;
    margin-bottom: 20vh;
}