@font-face {
    font-family: headerfont;
    src: url("/font/Agrandir Narrow 400.otf"); /*Agrandir Text Bold 700.otf*/
}

@font-face {
    font-family: arabicfont;
    src: url("/font/arabic.ttf");
}

html {scroll-behavior: smooth;}

html.wait, html.wait * { cursor: wait !important; }

body { 
    max-width: 1366px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: clamp(12px, 0.8vw + 10px, 16px);
}

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

.hcontainer {
    display: flex;
    flex-direction: row;
}

.center { margin: 0 auto; }
.space-around { justify-content: space-around;}
.space-even { justify-content: space-evenly;}
.space-between { justify-content: space-between;}
.space-center { justify-content: center;}
.empty {height: 1em}

.align-items-center { align-items: center;}
.align-items-baseline { align-items: baseline;}
.align-self-center { align-self: center;}
.align-self-baseline { align-self: baseline;}

.full-width { width: 95%; }
.third-width { width: 30%; }
.fourth-width { width: 20%; }
.half-width { width: 45%; }
.twothirds-width { width: 62%; }

.half-height { height: 50%;}
.full-height { height: 84vh;}

.single-pad { padding: 10px;}
.single-space { height: 5px;}
.padding-top { padding-top: 10px;}
.margin-top { margin-top: 10px;}

.white-background { background-color: white; padding: 5px 10px 5px 10px; opacity: 0.8;}

.visible { visibility: visible;}
.hidden { visibility: collapse;}

.border { border: 1px solid; border-radius: 5px;}
.shadow { box-shadow: 3px 3px 3px gray; }

.round { border-radius: 5px;}
.underline { text-decoration-line: underline;}

.wrap { flex-wrap: wrap; }
.language { padding: 0 3px 0 3px; }

.info {
    font-size: 12px;
    font-variant: small-caps;
}

.bold { font-weight: bold; }
h2 { font-size:clamp(14px, 1.05vw + 0.75em, 1.3em); margin:0;}
h3 { font-size: clamp(12px, 0.8vw + 0.6em, 1em); margin: 0; }

#title_container a {text-decoration: none; font: inherit;}

#title {
    font-size: calc(1.25vw + 0.8vh + 0.5vmin);
    font-weight: bold;
    color: darkslategray;
}

#title_pfx {
    font-size: clamp(16px, 1.2vw + 12px, 26px);
    font-weight: bolder;
    padding: 0 2px 0 2px; /* top right bottom left */
    color: rgb(8, 8, 8);
}

#title_sfx {
    font-size: clamp(16px, 1.2vw + 12px, 26px);
    font-weight: lighter;
    color: darkslategray;
}

#logo { width: clamp(12px, 1.5em, 20px);}
.list { font-variant:small-caps; }

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1000; /* Ensure it's on top */
    display: flex;
    justify-content: center;
    align-items: center;
}
  
#loading-spinner {
    background: #009688;
    color: white;
    padding: 20px;
    border-radius: 5px;
    font-size: 1.2em;
}

@media only screen and (max-width: 853px) {

}

@media only screen and (min-width: 854px) and (max-width: 991px) {
           
}
