html, body {
    height: 100%;
}
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(en_background.jpg);
}
.page-wrapper {
    flex: 1;
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 20px;
    padding: 18px 0 28px;
}
.header-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}
.site-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 510px;
    min-height: 42px;
    padding: 6px 20px;
    border: 3px solid #3f3a22;
    border-radius: 28px;
    background: linear-gradient(180deg, #f6efb7 0%, #efe7a3 52%, #f6efb7 100%);
    box-shadow: inset 0 0 0 3px #d9cf82;
    font-family: "Book Antiqua", "Times New Roman", Times, serif;
    font-size: 34px;
    line-height: 1.1;
    color: #000000;
    text-align: center;
}
.norsk-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	white-space: nowrap;
	margin-left: auto;
}
.norsk-link:link,
.norsk-link:visited {
    color: #996600;
}
.norsk-link:hover,
.norsk-link:active {
    color: #660000;
}
.menu-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
}
.menu-link {
    display: block;
    padding: 9px 16px;
    border: 1px solid #660000;
    background-color: #D7CF91;
    color: #000000;
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1;
    border-radius: 3px;
}
.menu-link:link,
.menu-link:visited {
    color: #000000;
}
.menu-link:hover {
    background-color: #F3F2CE;
    color: #000000;
}
.menu-link.active {
    background-color: #79794F;
    color: #FFFFFF;
    font-weight: bold;
}
.content-panel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    line-height: 1.5;
}
.content-panel h1,
.content-panel h2,
.content-panel h3 {
    margin-top: 0;
}
.content-panel h1.style4 {
    font-size: 1.7rem;
    line-height: 1.15;
    margin-top: 40px;
}
.entry-base {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-align: start;
    text-indent: 0;
    text-transform: none;
    white-space: normal;
    word-spacing: 0;
}
.entry-inline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: 400;
}
.entry-inline-strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: 700;
}
.entry-strong {
    font-weight: 700;
}
.entry-level-1 {
    margin-left: 0.5in;
}
.entry-level-2 {
    margin-left: 1in;
}
.clear-right {
    clear: right;
}
.content-panel a:link,
.content-panel a:visited {
    color: #996600;
}
.content-panel a:hover {
    color: #660000;
}
@media (max-width: 720px) {
    .site-banner {
        width: 100%;
        padding: 6px 16px;
        font-size: 28px;
    }
    .content-panel h1.style4 {
        font-size: 1.5rem;
    }
}
.style1 {
    font-family: Arial, Helvetica, sans-serif;
}
.style2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.style4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}
.style5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: medium;
}
.style8 {
    font-size: medium;
}
.gah-footer {
    text-align: center;
    margin-top: 50px;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}

.gah-footer p {
    margin: 0 0 10px;
}

.gah-footer .style1,
.gah-footer .style4,
.gah-footer .style6,
.gah-footer .style5,
.gah-footer .style8,
.gah-footer b,
.gah-footer i,
.gah-footer a {
    font-size: 13px;
    line-height: 1.5;
}

.gah-footer .gah-footer-headline {
    font-size: 15px;
    line-height: 1.5;
}

.gah-footer .gah-footer-quote {
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
}

.gah-footer a:link,
.gah-footer a:visited,
.gah-footer a:hover,
.gah-footer a:active {
    text-decoration: none;
    color: #660000;
}

@media (max-width: 720px) {
    .gah-footer {
        font-size: 14px;
    }

    .gah-footer .style1,
    .gah-footer .style4,
    .gah-footer .style6,
    .gah-footer .style5,
    .gah-footer .style8,
    .gah-footer b,
    .gah-footer i,
    .gah-footer a {
        font-size: 14px;
    }

    .gah-footer .gah-footer-headline {
        font-size: 15px;
    }

    .gah-footer .gah-footer-quote {
        font-size: 16px;
    }
}