/* 
Theme Name : apropos2
*/

@media screen and (max-width: 575px) {  
#main-navigation {
    padding-top: 0px !important;
    height: 1px !important;
    min-height: 1px !important;
    overflow: hidden !important;
    max-height: 1px !important;
    z-index: 0 !important;
    
}
#main-navigation.open {
    padding-top: 100px !important;
     height: auto !important;
    overflow: auto !important;
    min-height: 100vh !important;
    max-height: auto !important;
     z-index: 10 !important;
}
}

.main-color {
     color: #e5007c;
}

/* corona-message */

/* newsletter-banner */

.newsletter-line a
{
    background: #e5007c;
    color: #fff;
    padding: 4px 7px;

}
.newsletter-line {
    display: block;
    margin-bottom: 10px;
}

body .corvid-message {
    padding-top: 12px;
    padding-bottom: 12px;

}
body .corvid-message hr {
    border-bottom: 1px solid #222;
    margin-bottom: 50px;
}
body .corvid-message h3 {
    font-family: "Roboto", sans-serif;
    color: #e5007c;
    padding-bottom: 6px;
}

body .corvid-message p {
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 8px;
        font-family: "Kreon", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body .corvid-message a {
     color: #e5007c;
}

body .row.corvid-message {
   margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}


body .row.corvid-message .img-box img {
    margin-left: -20px;
    margin-top: -22px;
}

body .row.corvid-message .text-box {
    padding-top: 34px;
    padding-bottom: 34px;
}
/* /corona-message */

body .description .display-1 {
    font-weight: bold;
  /*  margin-bottom: 4px !important;*/
}

.homelink {
    display: block;
}

.image.fancybox {
    padding: 5px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}


.page-template-page-issues-archive .img-box-shadow {
    padding: 12px;
    box-shadow: 9px 6px 10px -1px rgba(0, 0, 0, 0.3);
}

.post-navigation-wrap a {
    color: #e5007c;
}
.page-template-page-issues-archive .post figure figcaption h6 {
    padding-top: 16px;
    margin-bottom: 28px;
}

article.post a {
    color: #e5007c;
}

@media screen and (min-width: 992px) {

    .pdf-cover-wrap .image.pdf-cover {
    position: relative;
}
    
.image.pdf-cover {
    margin-top: 8px;
    margin-left: 130px;
    z-index: 2;
    background-color: #fff;
}
}