 /*@charset "UTF-8";*/
/* CSS Document */


body {
	font-family: 'The Serif Semi Light', 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
	/*font-weight: 400;*/
	font-size: 14px;
	color: 000;
}

/* page-content*/
	

.site-footer {
background-color: #004aad;
	}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:'Futura', 'Trebuchet MS', Arial, sans-serif;
}

font-family: 'YourPrimarySerifFont', 'Palatino Linotype', 'Book Antiqua', Georgia, serif;


.navbar-logo-text {
	font-family:'Futura', 'Trebuchet MS', Arial, sans-serif;
}

p {
	margin-top: 0px;
	line-height: 125%;
	margin-bottom: 0em;
}

	/*nyeste nummer, NR tal, udgivelsesdato*/
.homepage-issue-current, .homepage-issue-identifier, .homepage-issue-published {
	visibility: hidden;
	}

.homepage-image,
.homepage-image-behind-issue {
    background-color: transparent; /* Removes any background color */
    opacity: 1; /* Sets full opacity */
    mix-blend-mode: normal; /* Resets blending mode */
}

.homepage-image::before,
.homepage-image::after,
.homepage-image-behind-issue::before,
.homepage-image-behind-issue::after {
    content: none; /* Removes the pseudo-element */
}
@media (min-width: 992px) {
    .navbar-logo {
        display: block;
        margin-right: auto;
	margin-left: auto;
	padding-top: 0;
        padding-bottom: 0;
        max-width: 80%;
        text-align: center;
        /* Other commented styles if needed */
    }
    
    .navbar-logo img {
        max-height: 300px;
    }
}