.journal-desc {
    padding: .5em 1.5em .5em 0;
    border: 0px solid #666464;
    text-align: justify;
}


.col-sm-6 {
    
    flex: auto;
    max-width: 100%;

}

body {
    font-family: 'Alegreya',serif;
    line-height: 1.5;
    color: black;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-image: url("https://i.pinimg.com/originals/de/52/1f/de521f474a42eb6d98748d6e6005021a.jpg");
}

.issue {
    
padding-top: 0.5em;
    
padding-bottom: 0.5em;
    
text-align: justify;
}

.issue {
    
    padding-top: 0.5em;
    
    padding-bottom: 0.5em;
    
    text-align: justify;
    
    flex: 100%;
    
    max-width: 97%;

}

.h2, h2 {
    font-size: 2rem;
    text-align: left;

}

.metadata {
    margin: .5em 0;
    padding: 0;
    font-family: 'Alegreya',sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: black;
    list-style: none;
    text-align: left;
}

.main__content {
    margin-bottom: 7.5vh;
    margin-top: 0rem;
}
.issue_title {
    
padding-top: 0.5em;
    
padding-bottom: 0.5em;
    
text-align: left;

}


.article__title {
    font-family: 'Alegreya',serif;
    font-weight: 400;
    text-align: left;

}

.additional-content {
    columns: 1;
}

.main-header {
    
    display: flex;
    
    flex-direction: column;
    
    padding-top: 1vh;
    
    padding-bottom: 1vh;
    
    font-family: 'Work Sans',sans-serif;
    
    font-weight: 300;
    font-size: 16px;
    font-color: #ffffff;
    min-height: 125px;
    
    background: url("https://i.pinimg.com/564x/f0/29/ff/f029ff79f58442329be186eb7898cc68.jpg");
}

.recent-issues__issue-title {
    font-family: 'Alegreya',serif;
    font-weight: 400;   
}


address, hr {
    margin-bottom: 1rem;
}

.main-header a {
    font-family: 'Work Sans',sans-serif;
    color: #fff;
}

hr {
    border-top: 0px solid #000000;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.hamburger__icon::before, .hamburger__icon::after {
    background-color: #ffffff;
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
}

h1, h2, h3, h4, h5, h6, th {
    margin-top: 1.25em;
    font-family: 'Alegreya',sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: rgb(14 14 14 / 95%);
}

.main-footer p, .main-footer li, .main-footer blockquote, .main-footer cite, .main-footer dd, .main-footer .btn {
    font-family: 'Alegreya',sans-serif;
    font-weight: 300;
}

.btn, button {
    cursor: pointer;
    border-radius: 0;
    font-family: 'Alegreya',sans-serif;
}

.hamburger__icon {
    background-color: #ffffff;
    top: 2px;
    position: absolute;
    width: 30px;
    height: 2px;
    display: block;
    margin-top: -2px;
}

.btn, button {
    cursor: pointer;
    border-radius: 10px;
    font-family: 'Alegreya',serif;
}

.btn-primary {
    background-color: #084C3D;
    border: 1px solid rgba(0,0,0,0.95);
    font-weight: 400;
    color: #e2e1d8;
    text-decoration: none;
}

.btn-secondary, button {
    background-color: transparent;
    border: 1px solid rgb(25 142 64 / 95%);
    color: rgb(17 128 61 / 95%);
}

a {
    color: rgb(23 21 21 / 95%);
    text-decoration: underline;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}
