@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;
}

.row{
    padding-top: 20px;
}

.kitolt{
    margin-top: 20px;
}

.custom-bg{
  background-color: #464444;
}

.navbar .nav-link{
    color: white;
    font-family: 'Nunito Sans';
  }

.nav-item.active .nav-link {
    color: #39D639;
  }

footer{
    background-color: #464444;
    font-family: "Nunito Sans";
    text-align: center;
    padding-top: 10px;
    height: 100%;
    width: 100%;
}

footer a {
    text-decoration: none;
    color: white;
}

footer h4 {
    margin: auto;
}

.lehuz{
    margin: 2px;
  }


/* RÁCSOZÁS VÉGE */
.border{
    margin-top: 40px;
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 10px;
}

h2{
    font-family: "Poppins";
}

h3{
    font-family: "Poppins";
}

.asd{
    display: flex;
}

p{
    font-family: "Poppins";
    font-size: 17px;
}

.behuz{
    padding-left: 20px;
}

h3{
    text-align: left;
}

.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;
}
  

/* SLIDESHOW */

/* INLINE HTML */