* {
    font-family: "Curial", sans-serif;
    /* text-align: justify; */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} 

body,
input,
textarea,
select {
    /* font-family: "Oxygen", sans-serif; */
    font-size: 13pt;
    color: aliceblue;
    /* line-height: 2em; */
}

body {	
    font-family: monospace;
	outline: none;
    
    /* background: rgb(35, 50, 77) url("../images/wpfullhd.png"); */
    background: rgb(35, 50, 77) ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: justify;
}

a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

p {
    margin-bottom: 1.3rem;
}

a:hover {
    background-color: rgb(38, 101, 160);
    color: rgb(255, 255, 255);
}

.peek_a {
    color: #BEBEBE;
    /* color: #f5ec38; */
    text-decoration: underline;
    text-decoration-style: dotted;
    padding: 0%;
}

.simpleContentBorder {
    height: fit-content; border-radius: 10px; box-shadow: 0 4px 8px 0 rgb(0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 1.0);
    background-color: rgba(053, 70, 94, 0.6);
    min-height:  300px; /* normal FHD footer lejebb tolás miatt ahol kevés a content */
    /* min-height:  410px; F11 modu teljes képernyőhöz*/
}

.simpleContentBorderNew {
    border-radius: 10px; box-shadow: 0 4px 8px 0 rgb(0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 1.0);
    background-color: rgba(053, 70, 94, 0.6);
}

.lessTransparency50 {
    background-color: rgba(053, 70, 94, 0.5);
}

.lessTransparency60 {
    background-color: rgba(053, 70, 94, 0.6);
}

.btn2023 {
    background-color: rgb(39, 79, 163);
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s ease;
    border-radius: 5px;
  }
  
  .btn2023:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  }
  
  .btn2023:active {
    animation: buttonPress 0.3s ease;
  }
  
  @keyframes buttonPress {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.9);
    }
    100% {
      transform: scale(1);
    }
  }

  .menu_en{

  }

  .menu_hu{
    
  }
