@font-face {
    font-family: 'Minecraft';
    src: url('Minecraft.woff2') format('woff2'),
        url('Minecraft.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333333ab;
    overflow: hidden;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    height:50px;
  }

.links {
}

.topnav img {
    padding-left:10px;
    padding-right:10px;
    padding-top:7px;
    max-height: 35px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    height:50px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #049caa;
    color: white;
  }

body{
    background-image: url("background.jpg");
    font-family: Minecraft;
    color:white;
    font-size: 16px;
    text-shadow: 2px 2px 3px black;
    margin:0px;
    
}

.logo_inceput {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    padding:50px;
}

.text_sub_logo{
    margin-top:5px;
    font-size:28px;
    text-align:center;
}

.logo_nt {
    padding:10px;
    max-width:600px;
    transition: transform 0.3s ease-in-out;
}

.logo_nt:hover{
    transform: scale(1.1);
}

.continut_index{
    padding:15px;
    
    line-height: 1.6;
    background-color:#333;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left:25%;
    padding-right:25%;
    
}

#link{
    color:#13ebff;
    text-decoration: none;
}

#link:hover {
    color:rgb(76, 249, 255);
}

.paragrafpkb{
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    text-align:center;
}



#logopkb{
    padding-left:40px;
    max-width:400px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease-in-out;
}

#logopkb:hover{
    transform: scale(1.1);
}

#links{
    background-color:none;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content: center;
    padding:100px;
}

.social-button{
    color:white;
    text-decoration: none;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    padding-left:60px;
    padding-right:60px;
    font-size: 24px;
    transition: transform 0.3s ease-in-out;
}

.social-button:hover{
    transform:scale(1.1);
}

.social-button img{
    padding-right:20px;
    max-height:50px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.social-button:hover{
    color:rgb(77, 249, 255);
}

footer {
    background-color: #333;
    overflow: hidden;
    text-align:center;
    font-size:16px;
}

.paragraf_introducere p{
 text-align:center; 
}

@media only screen and (max-width:1300px){
  .paragrafpkb {
    flex-direction:column;
  }
}

@media only screen and (max-width: 768px) {
  
  .logo_nt {
    max-width:400px;
  }
  #links{
   flex-direction:column; 
  }
  .topnav {
    flex-direction:column;
    height:100px;
    
   align-items:center;
  }
  .topnav img {
   object-fit:contain;
   padding-bottom:10px;
  }
  
  .continut_index {
    padding-left:5%;
    padding-right:5%;
    overflow-x:hidden;
  }
  .paragraf_introducere{
    width:95%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  }
  #logopkb{
   max-width:95%;
   padding-left:0;
  }
  
}

