body, html {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
	height: 100%;
}

body {
    margin: 0 !important;
}

* {
    box-sizing: border-box;
}

/* MENU */
.menu {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping on small screens */
  justify-content: center;
  /*background-color: #333;*/
  padding: 10px;
}

.menu a {
  color: white;
  text-decoration: none;
  padding: 10px 10px;
  margin: 5px;
  transition: background-color 0.3s;
}

.menu a:hover {
  background-color: #2C2F7C;
  border-radius: 5px;
}

.menu a.selected {
  background-color: #2C2F7C;
  border-radius: 5px;
}



/* LOGO */
.white_bg {
    color: #333;
    font-weight: 300;
    line-height: 1.4em
}

.white_bg .isLink,.white_bg .is_link,.white_bg a {
    color: #212121;
    cursor: pointer;
    font-weight: 400;
    text-decoration: underline
}

.dark_bg {
    color: #fff;
    font-weight: 300
}


.logo--purple-teal .e {
    fill: #2d357c
}

.logo--purple-teal .f {
    fill: #51c7de
}

.logo--purple-white .e {
    fill: #2d357c
}

.logo--purple-white .f,.logo--white-teal .e {
    fill: #fff
}

.logo--white-teal .f {
    fill: #51c7de
}
.logo-size {
  width: 25%;
  height: auto; /* Keeps aspect ratio */
}
.logo-size2 {
  width: 15%;
  height: auto; /* Keeps aspect ratio */
}


/* IFRAME POWERBI */
iframe {
  flex: 1; border: none; width: 100%; height: 100%; display: block; margin: 0 auto;
}
@media (min-width: 1024px) {
	.iframe {width: 70%; padding: 5px;}
}

/* IFRAME CHAT */
iframe2 {
  flex: 1; border: none; width: 100%; height: 100%; display: block; margin: 0 auto;
}
@media (min-width: 1024px) {
	.iframe2 {width: 50%; padding: 5px;}
}
/*
@media screen and (max-width: 768px) {
    iframe {
        width: 600px;
        height: 400px;
    }
}
*/

#app {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    margin: 0;
    padding: 0px 0px 0px;
    /*gap: 80px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-items: center;
	height: 100%;
}

.bg {
    overflow: hidden;
    /*background-image: url('./assets/fokus-na-grad.jpg');*/
	background-color: #FFFFFF; /*#0290c6;*/
    background-size: cover;
    background-position: 20% 50%;
    background-repeat: no-repeat;
    position: fixed;
    top: -24px; left: -24px; right: -24px; bottom: -24px;
}

.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.overlay {
    position: fixed;
    top: -999px; left: -999px; right: -999px; bottom: -999px;
    background-color: black;
    opacity: 0.2;
    z-index: 0;
}

.content {
    flex-direction: column;
	display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    z-index: 1;
    padding: 0px;
    box-sizing: border-box;
    width: 100vw; /* Ensures it stretches across the full viewport width */
    max-width: 100%; /* Prevents any unnecessary width restrictions */
    margin: 0 auto;
}
.content-blue {
	background-color: #05AACB;
}

.content-darkblue {
	background-color: #2C2F7C;
}
.full-height {
  height: 100%;
}

/* Responsive Design for Mobile */
@media screen and (max-width: 768px) { /* Targets tablets and smaller */
    .content {
        /*padding: 8px;*/ /* Reduce padding for smaller screens */
        max-width: 100%; /* Ensure it fits within smaller screens */
    }
}

@media screen and (max-width: 480px) { /* Targets smartphones */
    .content {
        /*padding: 6px;*/
        font-size: 14px; /* Adjust font size for readability */
    }
}

h1 {
    font-size: 1rem;
    /*margin: 0;*/
    font-weight: 1;
    line-height: 1;
}

.header {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 60px;
}

.name {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
}

.content .logo {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.content .logo--narrow {
    display: block;
    max-width: 400px;
}

.content .logo--wide {
    display: none;
}

.content .logo img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .content .logo--narrow {
        display: none;
    }

    .content .logo--wide {
        display: block;
    }
}

    
@media (min-width: 768px) {
    h1 { font-size: 2rem; }
}

.views-counter {
    font-size: 1.5rem;
    font-weight: 400;
}

.mustshow {
    display: grid !important;
}

.countdown {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 270px;
    grid-gap: 8px;
    margin: 0 auto;
    text-align: center;
}

.datee {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.countdown dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.countdown dt {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.countdown dd {
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.social {
	margin: 20px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.social_links {
    display: flex;
	justify-content: center;
    gap: 4px;
    grid-template-columns: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
}
/*
@media (min-width: 408px) {
    .social_links {
        grid-template-columns: repeat(2, 200px);
    }
}

@media (min-width: 960px) {
    .social_links {
        grid-template-columns: repeat(4, 200px);
    }
}
*/
.social_item {
    margin: 0;
    padding: 0;
    display: grid;
    place-items: stretch;
}

a.social_link {
    color: #FFF;
    font-weight: 400;
    display: grid;
    align-items: center;
    grid-template-columns: 24px 1fr;
    grid-gap: 12px;
    text-decoration: none;
    text-align: left;
    padding: 8px;
    border-radius: 2px;
}

.social_link img {
    width: 24px;
    height: 24px;
}
/*
.social_link[name="facebook"] {
    background: #3b5998;
}

.social_link[name="twitter"] {
    background: #1da1f2;
}

.social_link[name="instagram"] {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}

.social_link[name="tiktok"] {
    background: #000;
}
*/