/*
font-family: 'Anonymous Pro', monospace;
font-family: 'DM Mono', monospace;
font-family: 'JetBrains Mono', monospace;
*/

body {
    font-family: 'DM Mono', monospace;
    font-family: 'JetBrains Mono', monospace;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: underline;
    color: black;
}

a:hover {
    color: grey;
}
.zine_widget {
    margin-bottom: 30px;
    padding: 0px;
    border-width: 3px;
    display: grid;
    grid-template-columns: 30% 70%;
    min-height: 200px;
    background-color: white;
    border-style: solid;
    border-color: whitesmoke;
    border-radius: 30px;
    overflow: hidden;
    padding-right: 30px;
}

.zine_widget a {
    color: black;
    text-decoration: none;
}

button {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px;
    font-family: 'JetBrains Mono', monospace;
    margin-right: 3px;
}

button:hover {
    border-color: black;
    background-color: whitesmoke;
}

p {
    max-width: 40em;
}

.zine_widget:hover {
    border-color: greenyellow;
    background-color: whitesmoke;
}

.listing_container {
    max-width: 1000px;
    margin: auto;
}

.footer_container {

    margin: 0px;
    background-color: greenyellow;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.footer_block {
    padding: 30px;
    margin: 1px;
    background-color: white;
    border-radius: 30px;
    margin: 20px;
    width: 25%;
    z-index: 1;
}

ul {
    list-style: square;
    margin-left: -20px;
}

.header {
    padding: 50px;
    color: black;
    text-align: center;
    max-width: 800px;
    margin: auto;
}


.zine_widget_cover {
    width:100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.zine_widget_info {
    padding-left: 20px;
}

#contentIssue {

}

.contentIssue-LeftCol {
    padding: 20px;
    max-width: 800px;
    margin:auto;
}



.zine_page_buttons_container {
    margin: 20px 0px;
}

.zine_page_buttons_container button {
    font-family: 'JetBrains Mono', monospace;   
}

h1, h2, h3 {
    font-family: 'JetBrains Mono', monospace;
}

.ascii-art {
    font-family: monospace;
    white-space: pre;
    align-content: center;
    font-size: 50%;
    padding: 3px;
    position: absolute;
    top: 0px;
    
}

#background-ascii {
    color: greenyellow;
    position: fixed; 
    top: 0px;
    right: 0px;
    z-index: -1;
}



.page {
    
}

.footer-blocks {
    display: flex;
    flex-basis: auto;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
}

.participant-listing {
    padding-left: 20px;
}

.participant-listing li:after {
    content: " / ";
    margin-right: 5px;
}

.participant-listing li:before {
    content: " ";
}

.participant-listing li {
    display: inline-block;
}

.contentIssue-RightCol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100vw;
    
}

.galleryImage {
    width:50%;
}

@media only screen and (max-width: 959px){
    body {
        font-size: 90%;
    }
    
    .galleryImage {
        width: 100%;
    }
     .header {
        padding: 20px;
        max-width: 100%;
        margin-bottom: 50px;
    }
    .zine_widget {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 100%;
        border-radius: 0px;
        overflow: hidden;
        padding-right: 10px;
        border-left-style: none;
        border-right-style: none;
    }
    
    .footer_container {
        padding: 0px;
    }
    
    .footer-blocks {
        font-size: 80%;
        flex-flow: column;
        padding: 5px;
        margin: 0px;
    }
    
    .footer_block {
        padding: 10px;
        margin: 1px;
        background-color: white;
        border-radius: 0px;
        margin: 3px;
        width: auto;
        z-index: 1;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 10px;
    }
    
    .zine_widget_cover {
        min-height: 200px;
    }
    
}
