body {
    font-family: 'Arial', sans-serif;
    margin: 60px 0px 0px 0px;
    padding: 0;
    text-align: justify;
}

html{
    scroll-behavior: smooth;
}

/*LABLEC*/

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1em;
    position: static;
    bottom: 0;
    font-size: 17px;
}

header, footer{
    margin-right: 0px;
    margin-left: 0px;
}

/*NAVBAR, MENUSZALAG*/

nav {
    background-color: #444;
    color: #fff;
    padding: 0.5em;
}

nav a {
    text-decoration: none;
    color: #fff;
    padding: 0.5em 1em;
}
.menuszalag{
    margin-left: 0px;
    margin-right: 0px;
    justify-content: space-evenly;
    padding: 10px 0px;
    text-align: center;
    position: sticky;
    overflow: hidden;
    display:flex;
    z-index: 1000;
    top: 0;
    align-items: center;
    height: 60px;
    padding: 0;
    margin-top: -60px;
    overflow-x: auto;
}

.menuszalag a:hover{
    background-color: #8f919279;
    transition: 0.5s;
}

.menuszalag a{
    transition: 0.5s;
    height: 60px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

/*SZOVEG, DIV GLOBAL*/

div {
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 85%;
    transition: background 0.3s, color 0.3s;
}

a{
    text-decoration: none;
}

h1{
    font-family:'Lucida Sans Unicode';
}

p, h2, h3, h4, h5, td, tr, table, ul, li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.kover{
    font-weight: bold;
}

.center{
    text-align: center;
}

ul {
    list-style-type: disc;
}

/*JARATTABLA*/

table .kover{
    text-align: center;
}

table td{
    height: 30px;
}

table .kover{
    width: 102px;
}

#sad{
    background-color: #8f919200;
    box-shadow: none;
    font-size: 120px;
    width: fit-content;
    margin: 0;
    float: left;
}

#_404{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    transition: color 0.3s;
    transition: background 0.3s;
    justify-content: center;
}

#_404 a{
    transition: color 0.3s;
}

.shcdiv-p{
    background-color: #8f919200;
    box-shadow: none;
    vertical-align: middle;
}

.discord img{
    height: 35px;
    float: left;
    padding-right: 10px;
}
.discord{
    background-color: #8f919200;
    box-shadow: none;
    display: flex;
    width: max-content;
    align-items: center;
}
.discuser{
    font-size: 16px;
    font-style: italic;
    color: #BBB;
}
#discord-all{
    border-top: solid 1px white;
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10%;
    background-color: #8f919200;
    box-shadow: none;
    margin: 0;
    padding: 0;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}

#galeria a img{
    min-width: 160px;
    max-width: 320px;
    height: auto;
}

.galeria_img{
    padding: 0;
    margin: 0;
    min-width: 160px;
    max-width: 200px;
}

#galeria a{
    aspect-ratio: 16 / 9;
    min-width: 160px;
    max-width: 25%;
    display: flex;
}

#galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 7px;
}

.slidearrows {
    cursor:pointer;
    display: flex;
    width: auto;
    font-weight: bolder;
    font-size: larger;

}
.slidepotty{
    aspect-ratio: 4 / 2;
    max-height: 16px;
    min-height: 10px;
    background-color: #f8b500;
    border: 1px solid #f8b500;
    margin: 2px;
    border-radius: 4px;
    cursor: pointer;
}

.slidepotty.pottysel{
    background-color: #272727d2;
    border: 1px solid #f8b500;
    margin: 2px;
}

.potyik{
    display: flex;
    position: relative;
    align-self: center;
    justify-content: center;
    max-height: 18px;
    min-height: 9px;
    width: max-content;
    height: auto;
    aspect-ratio: 12 / 5;
}

.potyik, .slidearrows, .slidevezerlo, .slideimgdiv{
    padding: 0;
    margin: 0;
    background-color: #8f919200;
    box-shadow: none;
}


#arrleft{
    padding-left: 10px;
    justify-content: flex-start;
    float: left;
}
#arrright{
    padding-right: 10px;
    justify-content: flex-end;
    float: inline-end;
}

.slidevezerlo{
    position: relative;
    display: flex;
    justify-content: space-between;
    height: fit-content;
    z-index: 1;
    bottom: 15px;
}

.slideshow-cont{
    padding: 0;
    margin: 0;
}


/* Slideshow container */
.slideshow-cont {
    position: relative;
    width: 100%; 
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 0px;
  }
  

  .slideimg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: auto; 
    height: auto; 
    max-width: 100%; 
    z-index: 0;
    transition: opacity 1s ease-in-out; 
  }
  
  .slideimg.active {
    opacity: 1; 
    z-index: 1; 
  }
  

  .slidepotty {
    cursor: pointer;
    transition: background-color 1s;
  }
  
.download {
    background-color: #4BA7D5;
    padding: 10px 15px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

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

.download img{
    height: 30px;
}

.download span{
    padding-left: 15px;
    font-weight: 600;
    font-size: 25px;
    color: white;
}

#down-div{
    display: flex;
    flex-wrap: wrap;
}

.jkarszov-long{
    height: 42px;
    width: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    margin: 10px;
    padding: 0px 10px;
}

.menuszalag::-webkit-scrollbar {
    height: 10px;
}

.menuszalag::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

.menuszalag::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}

.menuszalag::-webkit-scrollbar-thumb:hover {
    background: #555; 
}