@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* STYLE BY MAYER BALINT WEBSITES - VALIDATED */
body {
    color: white;
    background-color: #353535;
    padding: 0;
    margin: 0;
    width: 100%;
}

/* GÖRGETŐSÁV KIKAPCS */

header {
    display: flex;
    background-color: #464444;
    width: 100%;
    height: 100%;
}

.navbar {
    font-family: 'Nunito Sans';
    justify-content: space-between;
    padding: 10px;
    height: auto;
    font-size: 25px;
}

.nav-item.active .nav-link {
    color: #39D639;
  }

.custom-bg{
  background-color: #464444;
}

.navbar .nav-link{
  color: white;
  font-family: 'Nunito Sans';
}

footer{
    background-color: #464444;
    font-family: "Nunito Sans";
    text-align: center;
    padding-top: 10px;
    margin-top: 15px;
    height: 100%;
    width: 100%;
}

footer a {
    text-decoration: none;
    color: white;
}

footer h4 {
    margin: auto;
}

.lehuz{
    margin: 2px;
}


.navbar-toggler{
    border-color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
  
.navbar-toggler:focus{
    box-shadow: none;
}

/* RÁCSOZÁS VÉGE */

.tartalom {
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 30px ;
}

.kategoria {
    background-color: #464444; /* BCCOLOR */
    border: 2px solid none;
    border-radius: 30px;
    margin-bottom: 30px;
}

h1 {
    font-family: "Nunito Sans";
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
}

h3{
    font-family: "Poppins";
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.row{
    border-radius: 25px;
    padding: 5px;
    background-color: #464444;
}

.row .center img{
    margin-top: 10px;
    margin-bottom: 10px;
}
/* SLIDESHOW */
/* INLINE HTML */