/* Common Styles */

* {
    --top-bar-offset: 96px;
    --primary-color: rgb(46, 92, 179);
    --secondary-color: rgba(22, 25, 53, 1);
    --primary-color-transparent: rgba(46, 92, 179, 0.9);
    --secondary-color-transparent: rgba(22, 25, 53, 1);
}

img {
    max-width: 100%;
}

html {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: url('../jpg/_dsc0155.jpg');
    background-color: #fff;
    background-size: cover;
    background-position: calc(25%) calc(50%) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 21px;
}

#container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    background-color: white;
}

#container_page {
    position: relative;
    top: var(--top-bar-offset);
    margin: 0;
}

.panel {
    width: 100%;
    margin-top: 0;
}

#attract {
    width: 100%;
    background-attachment: fixed;
    background-color: black;
}

nav {
    display: flex;
    position: fixed;
    flex-direction: column;
    width: 100%;
    height: var(--top-bar-offset);
    overflow: hidden;
    padding: 1em;
    z-index: 100;
    place-items: center;
    background-color: var(--primary-color);
    background-color: var(--primary-color-transparent);
    backdrop-filter: blur(4px);
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
    top: 0;
    /*
    position: fixed;
    display: flex;
    flex-direction: row;
    top: 0;
    flex-wrap: nowrap;
    width: 100%;
    height: 64px;
    align-items: center;
    line-height: 64px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: rgb(100, 149, 237);
    background-color: rgba(100, 149, 237, 0.9);
    box-shadow: 0px 1px 8px 2px black;
    z-index: 50;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    */
}

nav h1 {
    font-family: 'Oleo Script', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
        sans-serif;
    color: white;
    font-size: 24pt;
    padding-left: 2rem;
    line-height: 36px;
}

/* For mobile devices / small viewports */

navpanel {
    position: fixed;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    text-align: right;
    background-color: var(--secondary-color);
    backdrop-filter: blur(4px);
    -webkit-transform: translate(0px, -500px);
    transform: translate(0px, -500px);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
    z-index: 100;
    width: 100%;
    max-height: calc(100vh - var(--top-bar-offset));
    margin: 0em;
    overflow-y: scroll;
}

navpanel.open {
    height: 100%;
    top: var(--top-bar-offset);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

navmenu {
    visibility: hidden;
    justify-self: flex-end;
    align-self: flex-end;
    width: 100%;
    text-align: right;
    padding-right: 1em;
    color: white;
    font-size: 32px;
    margin: auto auto;
}

.glyphicon.glyphicon-menu-hamburger {
    float: right;
    font-size: 24px;
    margin: auto auto;
    padding: 0.75em;
}

.navbar {
    height: 100%;
    line-height: 64px;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    top: 10px;
    height: 64px;
    line-height: 32px;
    color: white;
    width: 100% !important;
}

.navbar a {
    color: white;
    margin-left: 1em;
    line-height: 64px;
}

.navclass h1 {
    width: 50%;
    font-size: 48px;
    font-weight: 100;
    margin: 0;
}

.navlist {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}

.navlist > li {
    width: 100%;
    list-style: none;
    padding: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.specials-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.specials-card {
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    /*border: 1px solid black;*/
    background: linear-gradient(to bottom, lightblue, snow);
    border-radius: 8px;
    box-shadow: 4px 4px 4px 4px rgb(121, 171, 180);
}

.navlist > li > a {
    color: white;
    width: 100%;
    line-height: 48px;
    padding: 24px;
}

.bg_image {
    height: 240px;
    width: 100%;
    background-image: url('../jpg/kleine_paradys_header_3.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: fix;
}

.bg_image h2 {
    position: relative;
    left: 0px;
    top: 0px;
    font-family: 'Oleo Script', cursive;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 64px;
    color: white;
}

.titletext {
    font-family: 'Oleo Script', cursive;
}

.attract_image {
    width: 100%;
    height: 320px;
}

.content_section_about {
    /* border-top: solid 8px #F29353; */
    width: 100%;
    margin: 0;
    padding: 0;
}

.content_section_contact {
    /* border-top: solid 8px #3293F3; */
    width: 100%;
}

.content_section_gallery {
    /* border-top: solid 8px #FF3353; */
    width: 100%;
}

#column_left {
    width: 100%;
    margin: 0;
    padding: 0;
}

.content_inner {
    width: 100%;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 1em;
    /*border-bottom: solid 2px #F29353;*/
    border-bottom: solid 2px #333;
    margin-bottom: 2em;
    background-color: white;
}

.center_text {
    margin: 0 auto;
    text-align: justify;
    text-align-last: center;
    word-break: normal;
    word-wrap: break-word;
    font-size: 12pt;
}

.carousel {
    max-height: 480px;
    overflow: hidden;
}

.item img {
    width: 100%;
    height: auto;
}

.map_iframe {
    width: 100%;
    height: auto;
    margin: auto auto;
}

iframe {
    width: 100%;
    margin: auto auto;
}

@media (max-width: 1279px) {
    .navbar {
        display: none;
    }
    navmenu {
        visibility: visible;
    }
    navpanel {
    }
}

@media (max-width: 700px) {
    iframe {
        width: 100%;
        
        margin: auto auto;
    }
}

@media (max-width: 440px) {
    nav h1 {
        font-size: 16pt !important;
    }
}

@media (min-width: 800px) {
    .content_inner {
        width: 100%;
        margin: auto auto;
        margin-top: 1em;
    }
    #container_page {
        width: 100%;
        margin: 0;
    }
}

body > nav > h2 {
    color: white;
    font-size: 24px;
    line-height: 100%;
}

hr {
    border-color: #333;
}

.footer-zone {
    position: relative;
    display: flex;
    width: 100%;
    place-items: center;
    margin: 0px;
    height: 64px;
    max-height: 64px !important;
    top: var(--top-bar-offset);
    background-color: var(--primary-color);
    color: rgb(255, 255, 255);
    place-items: center;
}

.footer-zone a {
    color: #ffffff;
    font-weight: 700;
}

.footer-column {
    width: 100%;
    display: block;
}

.footer-column-right {
    padding-top: 0em;
}

.text-right {
    text-align: right;
}

.img-right {
    padding-top: 0px;
    padding-left: 8em;
    margin: auto auto;
}

.gallery-mid {
    width: 100%;
}

.column-right {
    display: flex;
}

#akkomodasie:before {
    display: block;
    content: '';
    height: var(--top-bar-offset);
    margin-top: -var(--top-bar-offset);
    visibility: hidden;
}

#besprekings:before {
    display: block;
    content: '';
    height: var(--top-bar-offset);
    margin-top: -var(--top-bar-offset);
    visibility: hidden;
}

#kontak:before {
    display: block;
    content: '';
    height: var(--top-bar-offset);
    margin-top: -var(--top-bar-offset);
    visibility: hidden;
}

#aanwysings:before {
    display: block;
    content: '';
    height: var(--top-bar-offset);
    margin-top: -var(--top-bar-offset);
    visibility: hidden;
}

.navshift:before {
    display: block;
    content: '';
    height: var(--top-bar-offset);
    margin-top: -var(--top-bar-offset);
    visibility: hidden;
}

.notice {
    margin: 1em;
    font-family: sans-serif;
    color: #ea4242;
}

.content-heading {
    width: 100%;
    background-color: white;
    padding: 1rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

.accomodation-link-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.accomodation-link-container > h2 {
    margin: 0.5rem;
}

.accomodation-links {
    display: inline-block;
    border-bottom: 1px solid lightgray;
    padding: 1rem;
}

.red {
    color: #eb0b0b;
    font-weight: bolder;
}

.content_section_video {
    width: 100%;
    background-color: transparent;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#kpvideo {
    display: block;
    margin: auto;
    margin-top: 1rem;
    border: none;
    outline: none;
}

.photo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photo-grid > img {
    margin: 4px;
    box-shadow: 3px 3px 5px 0px rgba(80, 80, 80, 0.85);
}

.contentbox {
    background-color: rgba(180, 180, 180, 0.25);
    padding: 0.5em;
    margin: 1em;
    box-shadow: 3px 3px 5px 0px rgba(80, 80, 80, 0.85);
}

h3 {
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

@media (min-width: 640px) {
    .campsite-preview-box {
        display: flex;
        flex-direction: row;
        padding: 0.25rem;
    }

    .campsite-preview-box > img {
        margin: 1.5rem;
    }

    .campsite-preview-box > p {
        align-self: center;
    }
}

.zoomable {
    cursor: pointer;
    transition: 0.3s;
}

.thumb {
    max-width: 192px;
}

.zoomable::after {
    color: white;
}

.zoomable:hover {
    cursor: pointer;
    transform: scaleX(1.05) scaleY(1.05);
}

.zoomable img {
    max-height: 100%;
}

#kp-image-modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

#kp-modal-img-01 {
    margin: auto;
    display: block;
    width: 90%;
}

#kp-modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

#kp-modal-img-01,
#kp-modal-caption {
    animation-name: kp-zoom;
    animation-duration: 2.5s;
}

@keyframes kp-zoom {
    from {
        transform: scale(0) rotateY(90deg) rotateX(90deg);
    }
    to {
        transform: scale(1) rotateY(0deg) rotateX(0deg);
    }
}

#kp-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 64px;
    z-index: 150;
    font-weight: bold;
    transition: 0.3s;
}

#kp-modal-close:hover,
#kp-modal-close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    #kp-modal-img-01 {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .center_text {
        margin: 0 auto;
        text-align: center;
        text-align-last: center;
    }

    nav h1 {
        font-size: 24pt !important;
    }

    #siteheading {
        font-size: 24pt;
    }

    .bg_image {
        height: 100px;
        width: 100%;
        background-image: url('../jpg/kleine_paradys_header_3.jpg');
        background-size: cover;
        background-position: fix;
    }
}

.faded {
    border-color: gray;
}

.kp--notice {
    font-size: 14pt;
    margin: auto auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.kp--notice__important {
    font-weight: bold;
    color: firebrick;
}

.kp--notice__heading {
    font-size: 24pt;
    font-weight: bold;
}

.hero-padder {
    display: block;
    top: var(--top-bar-offset);
    content: ' ';
    width: 100% !important;
    height: 70vh !important;
}

@media (max-width: 640px) {
    .hero-padder {
        /* height: 0px !important; */
        height: 25vh !important;
    }

    body {
        font-size: 18px;
    }
}

.hero-box-left {
    display: flex;
    flex-direction: column;
    position: relative;
    place-content: center;
    justify-content: center;
    align-content: center;
    top: var(--top-bar-offset);
    width: 50%;
    color: white;
    padding: 1em;
    margin: 1em;
    background-color: rgba(30, 144, 255, 0.35);
    background-color: #608bcc66;
    text-shadow: 1px 1px 4px black;
    backdrop-filter: blur(8px);
    border-radius: 8px;
    box-shadow: 1px 1px 4px 1px black;
}

.hero-box-left h1 {
    font-family: 'Oleo Script', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
        sans-serif;
    font-size: 64px;
}

.column-container {
    display: flex;
    flex-direction: column;
}

.header-lead {
    display: block;
    height: 16px;
    background-color: rgb(18, 33, 61);
}

.flex-nav-row {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-template-rows: 64px;
    position: fixed;
    flex-grow: 2;
    flex-direction: row;
    width: 100%;
    height: 64px;
    overflow: hidden;
    padding: 1em;
    z-index: 100;
    place-items: center;
    justify-content: space-between;
    background-color: cornflowerblue;
    background-color: rgba(100, 149, 237, 0.95);
    backdrop-filter: blur(4px);
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
    top: 0;
}

.flex-nav-row h1 {
    width: 100%;
    text-shadow: 1px 1px 2px black;
}

@media (max-width: 379px) {
    .flex-nav-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .header-facebook-text {
        display: none;
    }

    .contact-bar {
        height: 64px !important;
        transition: 0.2s ease;
        padding: 16px;
    }

    * {
        --top-bar-offset: 128px !important;
    }

    .facebook-link {
        font-size: 32px;
    }
}

@media (max-width: 430px) {
    .header-contact-text {
        display: none;
    }
    .facebook-link {
        font-size: 32px;
    }
    .header-mail-link {
        font-size: 32px;
    }
}

.contact-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 1.25em;
    padding-right: 1.25em;
    z-index: 100;
    position: fixed;
    top: 64px;
    height: 32px;
    width: 100%;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    background-color: var(--secondary-color);
}

.header-mail-link,
.header-mail-link:visited {
    font-weight: 400;
    color: white;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.9);
}

.header-mail-link:hover {
    color: rgb(88, 202, 255);
}

#menubutton {
    display: block;
    text-shadow: 1px 1px 2px black;
    cursor: pointer;
}

.facebook-link {
    color: white;
    font-weight: 400;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.9);
}

.facebook-link:hover {
    color: rgb(88, 202, 255);
}

facebook-link:visited {
    color: white;
    color: rgba(255, 255, 255, 0.9);
}

h1 {
    user-select: none;
}

/* Showcase Styling */
.showcase-container
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    justify-items: center;
    text-align: center;
    width: 100%;
    padding: 1em;
    background-color: white;
    top: var(--top-bar-offset);
}

.showcase-container article
 {
    padding-right: 1em;
    align-self: center;
}

.showcase-image {
    width: 100%;
    height: auto;
    align-self: center;
}

.showcase-title {
    font-family: 'Oleo Script', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
        sans-serif;
    font-weight: 300;
    font-size: 64px;
}



.showcase-button {
    padding: 0.75em;
    background: var(--primary-color);
    margin: 1em;
    border: none;
    font-weight: 800;
    box-shadow: 2px 2px 4px 1px black;
}

@media (max-width: 800px) {
    .showcase-container {
        display: flex;
        flex-direction: column;
    }

    .showcase-image {
        width: auto;
    }
}

.primary-background {
    background-color: var(--primary-color-transparent);
    backdrop-filter: blur(4px);
    color: white;
}

.secondary-background {
    background-color: var(--secondary-color);
    color: white;
}

.para-divider {
    display: block;
    content: ' ';
    width: 7em;
    height: 1em;
    margin-bottom: 1em;
    border-bottom: 2px solid white;
    margin: auto auto;
}

.para-divider2 {
    display: block;
    content: ' ';
    width: 7em;
    height: 1em;
    margin-bottom: 1em;
    border-bottom: 2px solid #333333;
    margin: auto auto;
}

.small-text {
    font-size: 14pt;
    color: white;
}

.content-section {
    display: block;
    padding: 1em;
    width: 100%;
    align-content: center;
    text-justify: distribute;
    text-align: center;
}

.article-white-bg {
    background-color: white;
    padding: 1em;
}

.article-white-bg button {
    padding: 0.75em;
    background: var(--secondary-color);
    border: none;
    font-weight: 800;
    color: white;
    box-shadow: 1px 1px 2px 1px black;
}

.article-secondary-bg {
    padding: 1em;
    background-color: var(--secondary-color-transparent);
    backdrop-filter: blur(4px);
    color: white;
}

.article-secondary-bg button {
    padding: 0.75em;
    background: var(--primary-color);
    border: none;
    font-weight: 800;
    box-shadow: 1px 1px 2px 1px black;
}

.gen-list {
    text-align: left;
    list-style-position: inside;
    padding: 1em;
}

.gen-list li {
    font-size: 18px;
    margin: 0.5em;
}

.column-50-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.column-30-70 {
    display: grid;
    grid-template-columns: 3fr 7fr;
    align-items: center;
    text-align: left;
}

.column-70-30 {
    display: grid;
    grid-template-columns: 7fr 3fr;
    align-items: center;
    justify-items: right;
    text-align: right;
}

.column-30-30-30 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.column-centered {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 480px) {
    .column-70-30 {
        display: flex;
        padding: 0;
        flex-direction: column;
        text-align: center;
    }

    .column-70-30 img {
        width: calc(100% - 2em);
        margin: 1em;
    }

    .column-30-30-30 {
        display: flex;
        flex-direction: column;
    }

    .column-30-70 {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        padding: 0;
    }

    .column-30-70 img {
        width: calc(100% - 2em);
        margin: 1em;
    }
}

@media (max-width: 599px) {
    .column-50-50 {
        display: flex;
        flex-direction: column;
    }

    .column-50-50 article:first-child {
        border-bottom: 1px solid lightgray;
    }

    .column-50-50 article {
        border-left: none;
    }

    .list-right-to-left {
        text-align: center !important;
    }
}

.centered {
    text-align: center;
}

.header-link {
    color: white;
}

.header-link:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.header-link:visited {
    color: white;
}

.border-left {
}

.list-right-to-left {
    direction: rtl;
    padding: 1em;
    text-align: right;
    list-style: '✔';
    list-style: '←';
}

.list-subtext {
    display: block;
    padding: 1em;
    font-size: 14pt;
    font-weight: 500;
    border-bottom: 1px solid lightgray;
    line-height: 16px;
    direction: ltr !important;
}

.h2-script {
    font-family: 'Oleo Script', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
        sans-serif;
    font-size: 64px;
    font-weight: 3=00;
}

.column-text {
    display: block;
}

.price-box {
    border: 3px double lightgray;
    padding: 0.5em;
    margin-right: 1em;
    margin-bottom: 1em;
}

@media (max-width: 620px) {
    .price-box {
        font-size: 14pt;
        margin-right: 0;
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 56px;
    }

    h2 {
        font-size: 32px;
    }

    .h2-script {
        font-size: 48px;
    }



    .navpanel {
        width: 320px !important;
        margin: 0;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
}

.single-grid {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

.bespreek-list {
    display: grid;
    grid-template-columns: 1fr;
    text-align: left;
    width: fit-content;
    border: 3px double;
    padding: 0;
    list-style: decimal;
    list-style-position: inside;
    justify-self: center;   
}

.bespreek-list li {
    padding: 0.5em;    
}

.bespreek-list li:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.2);
}

.bespreek-list-small {
    display: grid;
    grid-template-columns: 1fr;
    text-align: left;
    font-size: 18px;
    width: fit-content;
    border: 3px double;
    padding: 1em;
    list-style-position: inside;
    justify-self: center;
}

.bespreek-list-small li {
    margin-bottom: 1em;
}

@media (max-width: 600px) {
    .bespreek-list {
        font-size: 18px;
    }

    .bespreek-list li {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        text-align: center;
        border: 1px solid white;
        padding: 0.5em;
    }

    .bespreek-list-small {
        font-size: 18px;
        list-style: none;
    }

    .bespreek-list-small li {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        text-align: center;
    }
}

.bespreek-email {
    color: white;
    margin: 0;
}

a button {
    color: white;
}

.light-button {
    padding: 0.75em;
    background: var(--primary-color) !important;
    border: none;
    font-weight: 800;
    box-shadow: 1px 1px 2px 1px black;
}

@media (max-width: 320px) {
    * {
        max-width: 320px;
    }
}

.full-page {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    height: calc(100vh - var(--top-bar-offset));
}

.pad-box {
    margin: 1em;
    padding: 1em;
}

.vert-center {
    align-self: center;
    justify-self: center;
}

.alt-shade p:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.2);
}

.bordered {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
}

/* Print Styling Overrides */
@media print {
    * {
        --top-bar-offset: 0px;
        font-size: 12pt;
        float: none;
        position: static;
        margin: 0;
        width: 100%;
        height: auto;
        text-shadow: none;
        box-shadow: none;
        padding: 0;
        text-align: center;
    }

    .no-print {
        display: none !important;
    }

    .carousel {
        display: none;
    }

    .contact-bar,
    .hero-padder,
    nav,
    .navpanel,
    .navlist,
    a,
    button {
        display: none !important;
    }

    .print-override {
        display: initial !important;
    }

    body,
    div,
    article,
    section {
        display: block !important;
        width: 100%;
        height: calc(fit-content);
        break-inside: avoid-page;
    }

    ul,
    li,
    .list-subtext {
        display: block;
        position: static;
        width: 100%;
        height: calc(100%);
        break-inside: avoid-page;
    }

    #kp-image-modal,
    #kp-modal-close,
    #kp-modal-img-01,
    #kp-modal-caption {
        display: none !important;
    }

    .image-modal {
        display: none;
    }

    .list-subtext {
        height: 100%;
        break-inside: avoid;
    }

    img,
    .zoomable {
        display: none !important;
    }

    .content-section {
        display: inline-block !important;
    }

    p,
    li,
    span {
        display: block;
        line-height: 1.3em;
        margin-top: 3px;
        break-inside: avoid-page;
    }

    article {
        display: block !important;
        break-inside: avoid;
    }

    body {
        font-size: 16pt;
        font-family: Georgia, 'Times New Roman', Times, serif;
        line-height: 1.3;
        background: #fff !important;
        color: #000;
    }

    h1 {
        font-size: 24pt;
    }

    h2,
    h3,
    h4 {
        font-size: 14pt;
        margin-top: 25px;
    }
}
