/* Classless.css v0.0

Table of Contents:
1. Theme Settings
2. Reset
3. Base Style
4. Extras  (remove unwanted)
5. Classes  (remove unwanted) 

/* 1. Theme Settings ––––––––––––––––––––-–––––––––––––– */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

:root {
    --rem: 1vw;
    --width: 100%;
    --navpos: absolute;  /* fixed | absolute */
    --font-p: 1em/1.7 'Open Sans', Helvetica, sans-serif;
    --font-h: 2em/1.5 'Open Sans', Helvetica, sans-serif;
    --font-c: 1em/1.4 monospace;
    --border: 1px solid var(--cmed);
    --ornament: "‹‹‹ ›››";
    --font-size-small: 20px; 
    --font-size-medium: 30px;
    --font-size-large: 50px;
    --spacing-small: 10px; 
    --spacing-medium: 20px;
    --spacing-medium-large: 30px;
    --spacing-large: 50px;
   
 
}
:root, html[data-theme='light'] {
   /* foreground   | background color */
    --cfg:   #214E34;    --cbg: #f4fdff;
    --cdark: #888;    --clight: #857E7B;
    --cmed:  #857e7b;
    --clink: #214E34;
    --cemph: #088;    --cemphbg: red;
    background-color: var(--cbg);
}

@media (orientation: portrait) {
:root {
    --rem: 1vw;
    --font-p: 0.5em/0.7 'Open Sans', Helvetica, sans-serif;
    --font-h: 1em/1.5;
}
}

html[data-theme='dark'] {
    --cfg:   #f4fdff; /* Light text on dark background */
    --cbg:   #333333;/* Dark background */
    --cdark: #857E7B;    /* Softer neutral color */
    --clight:#214E34;   /* Slightly brighter light tones */
    --cmed:  #444;    /* Medium contrast color */
    --clink: #4caf50; /* Link color for dark theme */
    --cemph: #00a7aa;    /* Accent/emphasis color */
    --cemphbg: #333;  /* Dark background for emphasis */
    background-color: var(--cbg);
}

/* 2. Reset –––––––––––––––––––––––––––––––––––––––––––– */

/* reset block elements  */
* { box-sizing: border-box; border-spacing: 0; margin: 0; padding: 0;}
header, footer, figure, table, video, details, blockquote,
ul, ol, dl, fieldset, pre, pre > code, caption {
    display: block;
    margin: 0rem 0rem 1rem;
    width: 100%;
   /* overflow: auto;*/
    text-align: center;
    list-style-position: inside;
    border-collapse: collapse;
}
video, summary, input, select { outline:none; }

/* reset clickable things  (FF Bug: select:hover prevents usage) */
a, button, select, summary { color: var(--clink); cursor: pointer; }


/* 3. Base Style ––––––––––––––––––––––––––––––––––––––– */
html { font-size: var(--rem); background: var(--cbg); }
body {
    position: relative;
    margin: auto;
    max-width: var(--width);
    font: var(--font-p);
    color: var(--cfg);
    padding: 1rem 1em 1em 1em;
    overflow-x: hidden;
    text-align: left;
}

@media (orientation: portrait) {
    body {
    font-size: 200%;
    padding: 10px;
    text-align: left !important;

    }
}
body > footer {
    margin: 1rem; 
    padding: 1rem 1rem;
    font-size: 0.9em;
    position: relative;
}
.footer-logo {
    width: 10%;
    height: auto;
}
p { margin: .6em 0; font-size: 150%; }
/* links */
a[href]{ text-decoration: underline solid var(--cbg); text-underline-position: under; }
a[href^="#"] {text-decoration: none; }
a:hover, button:not([disabled]):hover, summary:hover {
    filter: brightness(92%); color: var(--cemph); border-color: var(--cemph);
}

/* lists */
ul, ol, dl { margin: 1rem 0; padding: 0 0 0 2em; }
li:not(:last-child), dd:not(:last-child) { margin-bottom: 0.5rem; }
dt { font-weight: bold; }

/* headings this is where we change the paddings for the front page*/
h1, h2, h3 { margin-top: 1; margin-bottom: 0; font: var(--font-h); line-height: 1.5em; clear: both; }
h1+h2, h2+h3, h3+h4, h4+h5 { margin-top: 5; padding-top: 10; }  /* non-clashing headings */
h1 { font-size: 5.5em;   text-align: center; }
h2 { font-size: 4.5em; font-weight: 300; font-variant: small-caps; text-align: center; margin-top: 0; padding-top: 0;}
h3 { font-size: 3em; font-weight: 300; text-align: center; margin: 0.5em 0.5em;}
h4 { font-size: 2em; font-weight: 700; text-align: center; }
h5 { font-size: 1.8em; font-weight: 400; color: var(--cfg); margin: 40px 45px;}
h6 { font-size: 1.6em; font-weight: 1500; font-style: italic; display: inline; }
/*h6 + p { display: inline;}*/

@media (orientation: portrait) {
    {
        h1, h2, h3, h4, h5, p {text-align: left !important;
    }
    }
    h1 { font-size: var(--font-size-large); font-weight: 1000; line-height: 1.5; padding var(--spacing-small) 0; position: relative; text-align: left !important;}
    h2 {font-weight: 800; font-size: 35px; padding var(--spacing-medium) 0 var(--spacing-small) var(--spacing-small); text-align: left !important;}
    h3 { font-size: 25px; padding: var(--spacing-small) 0;}
    h4 { line-height: var(--spacing-large); padding-left: 0 !important; padding-right: var(--spacing-small); text-align: left !important;}
    h5 {font-size: 23px; font-weight: 600; line-height: var(--spacing-large); padding: 0; text-align: left !important; margin: 5px;}
    p {font-size: 20px; line-height: 25px; padding: var(--spacing-medium) 0 var(--spacing-small) var(--spacing-small); text-align: left !important;}
    body { padding: var(--spacing-small); line-height: 3em; text-align: left !important;}

}
/* Blog title page*/
@media (orientation: portrait) {
    .custom-blog-header h1 {
        font-size: 350%;
        line-height: 40px;
        max-height: 100px;

    }
}
.pagination ul {
    list-style: none;
    display: flex;
    gap: 0.5rem;
}

.pagination .prev,
.pagination .next,
.pagination .current {
    font-weight: bold;
}
/* tables */
table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;

}
@media (orientation: portrait) {
    table {
        width: 100%;
        display: block;
        overflow-x: hidden;
    }
    td, th {
        word-wrap: break-word;
        padding: 5px;
        white-space: normal;
    	font-size: 10em;
    }
    tr {
/*        display: flex;*/
        flex-direction: column;
    }
}
td, th {
    padding: 1rem;
    border: 1px solid var(--cfg);
    text-align: center;
    border-bottom: 0.1rem solid var(--cmed);
    font-size: 2rem;
}
thead th[colspan] { padding: 0; text-align: center; }
thead tr:not(:only-child) td { padding: 0 auto; }
thead+tbody tr:first-child td { border-top: 0.1rem  solid var(--cdark);  }
td:first-child, th:first-child { text-align: center; }
tr:hover{ background-color: var(--cbg); }
table img { display: block; }

/* figures */
img, svg { max-width: 100%; vertical-align: text-top; object-fit: cover; }
@media (orientation: portrait) {
    img, svg {margin-bottom: 50px;}
}
p>img:not(:only-child) { float: right; margin: 0 0 .5em .5em; }
figure > img {
display: block;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
width: 100% !important;
}
figure > img:only-of-type, figure > svg:only-of-type { max-width: 100%; display: block; margin: 0 auto 0.4em; }
figcaption, caption {margin-top:0; font: var(--font-h); color: var(--cbg); width: 100%; }
figcaption > *:first-child, caption > *:first-child { display: inline-block; margin: 0; }
figure > *:not(:last-child) { margin-bottom: 0; }

/* code */
pre > code {
    margin: 0;
    position: relative;
    padding: 0.8em;
    border-left: .4rem solid var(--cemph);
    color: var(--cbg);
    font-size: 150%;
}
html[data-theme='dark'] pre > code {
    color: var(--cfg);
}
 
code, kbd, samp {
    padding: 0.2em;
    font: var(--font-c);
    background: var(--clight);
    border-radius: 4px;
}

kbd { border: 1px solid var(--cmed); }

/* misc */
blockquote { border-left: 0.4rem solid var(--cmed); padding: 0 0 0 1rem;  }
time{ color: var(--cdark); }
hr { border: 0; border-top: 0.1rem solid var(--cmed); }
nav { width: 100%; background-color: var(--clight); }
::selection, mark { background: white; color: var(--cmed); }


/* 4. Extra Style –––––––––––––––––––––––––––––––––––––– */

/* Auto Numbering: figure/tables/headings/cite */
article { counter-reset: h2 0 h3 0 tab 0 fig 0 lst 0 ref 0 eq 0; }
article figure figcaption:before {
    color: var(--cemph);
    counter-increment: fig;
    content: "Figure " counter(fig) ": ";
}

/* subfigures */
figure { counter-reset: subfig 0 }
article figure figure { counter-reset: none; }
article figure > figure { display: inline-grid; width: auto; }
figure > figure:not(:last-of-type) { padding-right: 1rem; }
article figure figure figcaption:before {
    counter-increment: subfig 1;
    content: counter(subfig, lower-alpha) ": ";
}

/* listings */
article figure pre + figcaption:before {
    counter-increment: lst 1;
    content: "Listing " counter(lst) ": ";
}

/* tables */
figure > table:only-of-type { display: table;/* margin: 0 auto !important;*/ }
/*<article figure > table caption { display: table-caption; caption-side: bottom;( }*/
article figure > table + figcaption:before,
article table caption:before {
    color: var(--cemph);
    counter-increment: tab 1;
    content: "Table " counter(tab) ": ";
}

/* headings */
article h2, h3 { position: relative; }
article h2:before,
article h3:before {
    display: inline-block;
    position: relative;
    font-size: 0.6em;
    text-align: right;
    vertical-align: baseline;
    left: -1rem;
    width: 2.5em;
    margin-left: -2.5em;
}
article h1 { counter-set: h2;  }
article h2:before { counter-increment: h2; content: counter(h2) ". "; counter-set: h3; }
article h3:before { counter-increment: h3; content: counter(h2) "." counter(h3) ". ";}

/* tooltip + citation */
article p>cite:before {
    padding: 0 .5em 0 0;
    counter-increment: ref; content: " [" counter(ref) "] ";
    vertical-align: super; font-size: .6em;
}
article p>cite > *:only-child { display: none; }
article p>cite:hover > *:only-child,
[data-tooltip]:hover:before {
    display: inline-block; z-index: 40;
    white-space: pre-wrap;
    position: absolute; left: 1rem; right: 1rem;
    padding: 1em 2em;
    text-align: center;
    transform:translateY( calc(-100%) );
    content: attr(data-tooltip);
    color: var(--cbg);
    background-color: var(--cemph);
    box-shadow: 0 2px 10px 0 black;
}
[data-tooltip], article p>cite:before { 
    color: var(--clink);
    border: .8rem solid transparent; margin: -.8rem;
}
abbr[title], [data-tooltip] { cursor: help; }

/* navbar */
nav+* { margin-top: 3rem; }
body>nav, header nav {
    position: var(--navpos);
    width: 100%;
    top: 0; left: 0; right: 0;
    z-index: 41;
    box-shadow: 0vw -50vw 0 50vw var(--clight), 0 calc(-50vw + 2px) 4px 50vw var(--cdark);
    text-align: center;
}

/* General navbar styling */
nav ul {
    list-style-type: none;     /* Remove default list styling */
    margin: 0;
    padding: 0;
    overflow: hidden;          /* Hide any overflowing content */
    display: flex;             /* Flexbox for horizontal layout */
    justify-content: center;   /* Center the items horizontally */
    flex-wrap: wrap;           /* Allow items to wrap on smaller screens */
}

nav ul > li {
    margin: 0 1rem;            /* Horizontal space between navbar items */
}

nav ul > li a {
    display: block;            /* Make the anchor tags block-level for easy padding */
    text-align: center;        /* Center text within the links */
    padding: 14px 16px;        /* Padding for the links */
    text-decoration: none;     /* Remove underline from links */
}


/* Mobile-specific styles */
/*
@media (max-width: 768px) {
    nav ul {
        flex-direction: row;    /* Ensure horizontal layout on mobile 
        padding: 0;
    }

    nav ul > li {
        display: inline-block;  /* Keep list items in a row 
    }

    nav ul > li a {
        font-size: 250%;
        padding: 5px 5px;
    }
}*/
/* details/cards */
summary>* { display: inline; }
.card, details {
    display: block;
    margin: 0.5rem 0rem 1rem;
    padding: 0 .6rem;
    border-radius: 4px;
    overflow: hidden;
}
.card, details[open] { outline: 1px solid var(--cmed); }
.card>img:first-child { margin: -3px -.6rem; max-width: calc(100% + 1.2rem); }
summary:hover, details[open] summary, .card>p:first-child {
    box-shadow: inset 0 0 0 2em var(--clight), 0 -.8rem 0 .8rem var(--clight); 
}
.hint { --cmed: var(--cemph); --clight: var(--cemphbg); background-color: var(--clight); }
.warn { --cmed: #c11; --clight: #e221; background-color: var(--clight); }

/* big first letter */
article > section:first-of-type > h2:first-of-type + p:first-letter,
article > h2:first-of-type + p:first-letter, .lettrine {
    float: left;
    font-size: 3.5em;
    padding: 0.1em 0.1em 0 0;
    line-height: 0.68em;
    color: var(--cemph);
}

/* ornaments */
section:after {
    display: block;
    margin: 1em 0;
    color: var(--cmed);
    text-align: center;
    font-size: 1.5em;
    content: var(--ornament);
}

/* side menu (aside is not intended for use in a paragraph!) */
main aside {
    position: absolute;
    width: 8rem;      right: -8.6rem;
    font-size: 0.8em; line-height: 1.4em;
}
@media (max-width: 70rem) { main aside { display: none; } }

/* forms and inputs  */
textarea, input:not([type=range]), button, select {
    font: var(--font-h);
    border-radius: 4px;
    border: 1.5px solid var(--cmed);
    padding: 0.4em 0.8em;
}
fieldset select, input:not([type=checkbox]):not([type=radio]) {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
}
button, select {
    font-weight: bold;
    background-color: var(--clight);
    margin: .5em;
    border: 1.5px solid var(--clink);
}
button { padding: 0.4em 1em; /*font-size: 85%;*/ letter-spacing: 0.1em; }
button[disabled]{ color: var(--cdark); border-color: var(--cmed); }
fieldset { border-radius: 4px; border: var(--border); padding: .5em 1em;}
textarea:hover, input:not([type=checkbox]):not([type*='ra']):hover, select:hover{
    border: 1.5px solid var(--cemph);
}
textarea:focus, input:not([type=checkbox]):not([type*='ra']):focus{
    border: 1.5px solid var(--clink);
    box-shadow: 0 0 5px var(--clink);
}
p>button { padding: 0 .5em; margin: 0 .5em; }
p>select { padding: 0;      margin: 0 .5em; }


/* 5. Bootstrap-compatible classes ––––––––––––––––––––– */

/* grid */
.row { display: flex; margin:  0.5rem -0.6rem; align-items: stretch; }
.row [class*="col"] { padding: 0  0.6rem; }
.row .col   { flex: 1 1 100%; }
.row .col-2 { flex: 0 0 16.66%; max-width: 16.66%;}
.row .col-3 { flex: 0 0 25%; max-width: 25%;}
.row .col-4 { flex: 0 0 33.33%; max-width: 33.33%; }
.row .col-5 { flex: 0 0 41.66%; max-width: 41.66%; }
.row .col-6 { flex: 0 0 50%; max-width: 50%; }
@media (max-width: 40rem) { .row { flex-direction: column; } }

/* align */
.text-left   { text-align: left; }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.float-left  { float: left !important; }
.float-right { float: right !important; }
.clearfix    { clear: both; }

/* colors */
.text-black    { color: #000; }
.text-white    { color: #fff; }
.text-primary  { color: var(--cemph); }
.text-secondary{ color: var(--cdark); }
.bg-white    { background-color: #fff; }
.bg-light    { background-color: var(--clight); }
.bg-primary  { background-color: var(--cemph); }
.bg-secondary{ background-color: var(--cmed); }

/* margins */
.mx-auto { margin-left: auto; margin-right: auto; }
.m-0 { margin: 0 !important; }
.m-1, .mx-1, .mr-1 { margin-right:  1.0rem !important; }
.m-1, .mx-1, .ml-1 { margin-left:   1.0rem !important; }
.m-1, .my-1, .mt-1 { margin-top:    1.0rem !important; }
.m-1, .my-1, .mb-1 { margin-bottom: 1.0rem !important; }

/* pading */
.p-0 { padding: 0 !important; }
.p-1, .px-1, .pr-1 { padding-right:  1.0rem !important; }
.p-1, .px-1, .pl-1 { padding-left:   1.0rem !important; }
.p-1, .py-1, .pt-1 { padding-top:    1.0rem !important; }
.p-1, .py-1, .pb-1 { padding-bottom: 1.0rem !important; }

/* be print-friendly */
@media print { 
    @page { margin: 1.5cm 2cm; } 
    html {font-size: 9pt!important; } 
    body { max-width: 27cm; }
    p { orphans: 2; widows: 2; }
    caption, figcaption { page-break-before: avoid; }
    h2, h3, h4, h5 { page-break-after: avoid;}
    .noprint, body>nav, section:after { display: none; }
    .row { flex-direction: row; }
}
/* Home Page -- */

.header-container {
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 100%;
    flex-direction: column;
    padding: 0;
}


.logo-title-container {
    display: flex;
    text-align: center;
    align-items: center; /* Vertically align logo and title */
    justify-content: center; /* Align logo to the left */
    width: 100%; /* Take up full width */
    max-width: 100vw; /* Optional: restrict the width if needed */
    gap: 5%; /* Space between logo and title */
    z-index: 5;
}


#site-logo { 
    max-width: 10%;
    content: url('/images/Logo.png');

}

html[data-theme='dark'] #site-logo {
    content: url('/images/Logo-darkTheme.png');
    width: 14%;
}
.header-container .hero-image {
    /*  display: block;*/
    width: 100%;
    height: auto; 
    margin-top: 0;
    padding: 0;
    z-index: 0;
}
.header-container .logo {
    display: flex;
    flex-direction: column;
    height: auto;
    border: none;
    padding: 0;
    margin: 0;
}


.header-container h1 {
    margin: 0;
    max-width: 80%;
    padding: 0;
}


.form-container iframe {
    width: 100%;
    height: 80em;
    border: none;
    display: block;
}
.light-mode {
    display: block;
}
.dark-mode {
    display: none;
}
html[data-theme = "dark"] .form-container {
    filter: invert(1);
}
html[data-theme = "dark"] .light-mode {
    display: none;
}
html[data-theme = "dark"] .dark-mode {
    display: block;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;  /* Fix the navbar on top */
    top: 0;  /* Keep the navbar at the top of the page */
    left: 0;  /* Ensure it starts from the left */
    z-index: 20;  /* Make sure it stays above other content */
    padding: 10px;  /* Add padding for better spacing */
    height: auto;
    min-height: 80px;
}
.navigation {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color: (--bgc); 
    padding: 10px;  /* Add padding for better spacing */
    flex-wrap: nowrap;
    z-index: 15;
    height: 10em;
}

.navigation ul {
    display: flex;
    gap: 15px; /* Space between links */
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 10px;
}
.navigation li a {
    text-decoration: none;
    font-size: 2.5rem;
    line-height: 2rem;
}
.theme-toggle {
    height: 5rem;
    margin-top: 0;
    font-size: 100%;
    z-index: 20;
    margin-left: 10px;


}
.theme-toggle a {
    font-size: 100%;
    color: (--fgc);
    margin-left: 50px;
    z-index: 11;

} 
.language-toggle {
    font-size: 2rem;
    z-index: 20;
    position: relative;
    margin-right: 40px; 

}

.burger-menu {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: none;
    z-index: 100; 
    margin-left: auto;
}

@media screen and (orientation: landscape) and (min-resolution: 192dpi) {
    .navbar {
        font-size: 1em;
    }
    .navigation ul li a {
        font-size: 2rem;
        padding: 0;
    }
    .language-switcher {
        font-size: 1px;
    }
}
@media screen and (orientation: portrait) {
    .burger-menu {
        margin-right: 1em;
        display: block;

    }
    .navigation ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: var(--clight);
        box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
        padding: 10px;
        width: auto;
        min-width: 150px;
        justify-content: flex-end;
    }
    .navigation ul.active {
        display: flex;
        gap: 0;
        line-height: 30px;
    }
    .navigation ul li {
        padding-right: 20px;
        border-bottom: 1px solid #ccc;
    }
    .navigation {
        height: 10em;
        width: 100%;
    }
    .language-toggle {
        position: fixed;
        align-content: center;
        height: 3%;
        width: 6%;
        text-align: center;
    }
    .theme-toggle {
        margin-right: auto;
    }
}
.forms-container {
    border: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.form {
    border: 2px solid black;
    height: 38em;
    font-size: xx-large;
    padding: 0 !important;
    margin: 0 !important;

}
.form input {
    font-size: 25px;

}
.message-form {
    font-size: large;
    flex:1;
    min-width: 300px;
    max-width: 500px;
    max-height: 45em;
    padding: 20px;
    border: 2px solid black;

}
.message-container {
    font-size: xx-large;
}
@media only screen and (orientation: landscape) and (min-resolution: 192dpi){
    .logo-title-container {
        gap: 5%;
        margin-bottom: 0;
            padding-bottom: 0;
    }
    .header-container .logo {
        margin-top: 10rem;
    }
    .header-container h1 {
        margin-top: 10rem;
    }
    .hero-image {
        margin-top: 0;
        width: 100%;
        height: auto;
    }
    .language-toggle {
	    font-size: 2.5rem;
    }

    .form-container iframe {
        width: 100%;
        border: none;
    }   
    .theme-toggle {
        margin-left: 30px;
	font-size: 2rem;
        min-width: 3rem;  /* Ensure the button doesn't get too small */ 
        height: 10rem;
	width: auto;
   } 
   .theme-toggle a {
        
   }
}
@media (orientation: portrait) {
    .header-container .hero-image {
        max-width: 100%;
        max-height: auto;
    }
    .logo-title-container {
        height: 80px;
        zoom: 55%;
        margin-bottom: 80px;
    
    }
    .header-container h1{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    
    .theme-toggle {
        line-height: 20px;
        margin-left: 5px;
        width: 100px;
        font-size: 15px;
        height: 100px;
    }

    .language-toggle {
        line-height: 0;
        font-size: 20px;
        text-align: justify;
        margin-right: 1px;
    }
    .message-form {
        margin-top: 5em;
        line-height: 2em;
        padding: 20px;
    }
}
/* -- Contact Form -- */

#contact-form {
    padding-bottom: 500px;
    margin-bottom: 500px;
    border: none;
}
#phone {
    font-size: 20px;
    width: 100%;
    padding: 20px 0px 30px 70px;
    margin-bottom: 2em;
}
#phone input {
padding-left: 100px;
margin-left: 100px;
}
.iti {
    width: 100%;
    margin-bottom: 2em;
    border: none;

}
.iti__arrow {
    right: 10px;
    margin-left: 50px;
}
.iti__country-list {
    width: 150%;
    font-size: 15px;
   }
.iti__flag-container {
    width: 100%;
}


.table-perks {
    display: block;
    justify-content: center;
    width: 100%;
    align-items: center;
    max-width: 100%;
    padding: 0;
    margin: 20px 20px;
}

.table-perks table {
    width: 50%;
    max-width: 70vw;
    border-collapse: collapse;
    text-align: center;
}



.column-perks {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-bottom: 10em;
    
}
.table-steps {
   display: flex; 
   
}

@media (orientation: portrait) {
    .table-perks table{
        width: 100%;
        padding: 0 0;
	margin-right: 5em;
	margin-left: 5em;
    td, th {
        font-size: 3.5rem;
  }
    }
    .table-perks-pt table {
        width: 100%;
	margin-right: 5em;
	display: block;
	tr {
		display: block;
		width: 100%;
		margin-bottom: 1rem;
	}
	td, th {
		font-size: 2.5em;
		display: block;
		padding: 10px;
		text-align: left;
        }
    }
    .table-steps {
        width: 100%;
        display: block;
    }
    tr {
        display: block;
        width: 100%;
    }
        td, th {
        font-size: 2.5em;
        display: block;
        padding: 10px;
    }
    
    .column-perks {
        width: 100%;
    }
    .timetable {
        display: table-row;
        width: 100%;
        border-collapse: collapse;
        tr {
        display: table-row; 
    }
        td, th {
            border: 1px solid black;
            display: table-cell;
            padding: 5px;
            font-size: small;
            flex-direction: table-row;
    }
    }
}


.about-list li {
    text-align:initial; 
    font-size: 1.5em;
    line-height: 3;
    display: inline;
    margin-bottom: 500px;
}

.flybox {
    display: flex;
    align-items: initial;
    justify-content: space-between;
    }
.flytext {
    flex: 2;
    text-align: end;
    font-weight: 1000;
}
.flyimage {
    height: auto;
    width: 100%;
    display: flex; /* Center align the text */
    flex: 2;
    justify-content: center; /* Horizontally center text */
    align-items: center;
    margin: 0 auto 20px auto;
    padding: 0;
    overflow: hidden;
}
.handstand {
    background-image: url("/images/HandstandB.png");
    background-size: contain; /* Ensure the image covers the section */
    background-position: right center; /* Center the image */
    background-repeat: no-repeat; /* Prevent tiling */
    align-items: center; /* Vertically center text */
    justify-content: center; /* Horizontally center text */
    text-align: center; /* Ensure multi-line text alignment */
    width: 100%;
    height: auto;
    margin: 20px 50px;
}
/* About page */

.lsit-image {
    background-image: url("/images/lsit.png");
    background-size: contain; /* Ensure the image covers the section */
    background-position: initial; /* Center the image */
    background-repeat: no-repeat; /* Prevent tiling */
    height: 70%;
    width: 100vw;
    display: block; /* Center align the text */
    align-items: center; /* Vertically center text */
    justify-content: center; /* Horizontally center text */
    text-align: center; /* Ensure multi-line text alignment */
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
    max-width: 100%;

}
.row-image {
    background-image: url("/images/Row.png");
    background-size: contain;
   background-repeat: no-repeat; /* Prevent tiling */
    height: 30%;
    width: 100vw;
   /* align-items: center; /* Vertically center text */
    justify-content: center; /* Horizontally center text */
    text-align: center; /* Ensure multi-line text alignment */
    margin-right: 100px;
    padding-right: 500px;

}


@media (orientation: portrait) {
    .row-image {
        margin: 0;
        padding: 0;

    }
    .flyimage {
    background-size: contain;

}

}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Grid with responsive columns */
    grid-auto-flow: dense;
    gap: 20px; /* Space between images */
    margin: 20px 0;
/*    overflow: hidden;
    overflow-x: auto;
    overflow-y: auto;*/
}

.gallery img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 1
}

.gallery img.portrait {
    aspect-ratio: 9/16;
    grid-row: span 2;
}
.gallery img.landscape {
    aspect-ratio: 16/9;
    grid-column: span 2;
}


/* Gallary */
/* Optional: hover effect for images */
.gallery img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
}

.thumbnail {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    max-width: 150px;
}
@media (orientation: portrait) {
    .thumbnail {
        width: 70px;
        height: auto;
    }
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); /* Grid with responsive columns */
    }


}

/* Services page all
FAQ */

.faq-container {
    text-align: start;
    padding: 20px;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
}

.faq-question {
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
    padding: var(--spacing-small);
    border-bottom: 1px solid #ccc;
    
}

.faq-answer {
    display: none;
    padding: 10px;
    font-style: italic;
}
@media (orientation: portrait) {
    .faq-question {
        padding: 10px;
        line-height: 1.5em;
    }
    .faq-answer {
        font-size: 2.5em;
    }
    /* Contact page */

    .sign-up{
        line-height: 1.2em;

    }
    }

