@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;
}

.custom-bg{
  background-color: #464444;
}

.navbar .nav-link{
  color: white;
  font-family: 'Nunito Sans';
}

.navbar .nav-link .active{
  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;
}

.lehuz{
  margin: 2px;
}


/* RÁCSOZÁS VÉGE */

h2 {
    font-family: 'Poppins';
    text-align: center;
}

p {
    font-family: "Poppins";
}

.nav-item.active .nav-link {
    color: #39D639;
}

.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 */

.btn {
  border-color: #39D639;
}

.container{
  margin-top: 40px;
}