@font-face {
  font-family: ClickChesse;
  src: url("assets/fonts/Click-Cheese.otf");
  font-weight: bold;
}

@font-face {
  font-family: 'Josefin Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 700;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/josefin-sans:vf@latest/latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/ubuntu@latest/latin-400-normal.woff2) format('woff2'),
       url(https://cdn.jsdelivr.net/fontsource/fonts/ubuntu@latest/latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

body {
    font-family: ClickChesse, Arial, sans-serif;
    margin: 0;
    padding: 0;
    /* background: #f4f4f4; */
    background: url("assets/images/background_image.png") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    margin: 0;
    /*backdrop-filter: blur(8px);*/
}

header {
    display: flex;  
    background-color: #26262680;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    /* padding: 1em; */;
    padding-top: 1em;
    padding-bottom: 1em;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #646464;
    overflow: hidden;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.header-title {
    font-size: 2em;
    color : #fff;
}

#header_logo {
    width: 50px;
    height: auto;
    /* position: -50px; */
    padding-right: 10px;
}

.header_name {
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav {
    /* background: #444; */
    /* padding: 0.5em; */
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    /* padding: 1em; */
    font-size: 1.2em;
}

nav a {
    color: #fff;
    margin: 0 1em;
    text-decoration: none;
}

*
{
    color: #fff;
    font-family: ClickChesse;
    text-align: center;
}

h1
{
    font-size: 5em;
    margin-top: 20px;
    margin-bottom: 20px;
}

#fullscreen
{
    display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
    flex-direction: column;
}

#semi-fullscreen
{
    display: flex;
	justify-content: center;
	align-items: center;
	min-height: 95vh;
    flex-direction: column;
}

footer {
    display: flex;  
    background-color: #26262680;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    backdrop-filter: blur(16px);
    border-top: 1px solid #646464;
}

a {
    transition-duration: 0.2s;
}

a:hover, .highlighted
{
    text-shadow: 0 0 10px #fff;
    /* transition: 0.5s; */
}

#secondary_page_title h1 {
    font-size: 4em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

#secondary_page_title h2 {
    font-size: 2em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

main h3
{
    font-size: 1.5em;
    margin-top: 0.2em;
    margin-bottom: 0em;
}

main
{
    background-color: #fff;
    border-radius: 60px 60px 0px 0px;
    padding-top: 3em;
    width: 60%;
    padding-left: 20%;
    padding-right: 20%;
}

main *
{
    color: #000;
}

main hr
{
    width: 100%;
    border-color: #000;
    border-top-width: 3px;
    border-bottom-width: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

main h4 {
    font-size: 2em;
    margin-top: 0.2em;
    margin-bottom: 0em;
}

main h5 {
    font-size: 1.2em;
    color:#646464;
    /* margin-top: 0.2em;
    margin-bottom: 0em; */
    /* margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px; */
}

main p {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    text-align: justify;
    font-family: "Ubuntu", "Josefin Sans Variable";
}

.column_flex_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row_flex_box {
    /* display: flex; */
    /* flex-direction: row; */
    display: grid;
    grid-template-columns: 50% 50%;
    /* justify-content: space-between; */
}

.center_and_space_around {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.center_and_space_around p {
    text-indent: 2em;
}

/* .center_and_space_around p {
    text-align: justify;
    font-family: "Ubuntu", "Josefin Sans Variable";
    /* line-height: 30px; 
} */

/* 
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 3px;
} */

/*
canvas #pdf
{
    
}
*/

.heartbeat {
	-webkit-animation: heartbeat 3s ease-in-out infinite both;
	        animation: heartbeat 3s ease-in-out infinite both;
}

#logo
{
    width: 200px;
    height: auto;
}


/* ----------------------------------------------
 * Generated by Animista on 2026-3-18 13:35:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/* On small screens fixed backgrounds can cause rendering issues — use scroll there */
/* @media (max-width: 768px) {
        body {
                background-attachment: scroll;
                background-size: cover;
        }
}
 */
