@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');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");


/* 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;
}

footer h4 {
    margin: auto;
}


/* RÁCSOZÁS VÉGE */
h1{
    text-align: center;
    font-family: "Nunito Sans";
}

h2{
    text-align: center;
    font-family: "Nunito Sans";
    margin-bottom: 10px;
}

p {
    font-family: "Nunito Sans";
}

i.bi-house {
    font-size: 34px;
}
i.bi-telephone{
    font-size: 34px;
}
i.bi-envelope-at{
    font-size: 34px;
}

.box{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: space-between;
}

.kitoltes{
    padding-bottom: 200px;
}

.kitoltes2{
    padding-bottom: 30px;
}

.lehuz{
    margin: 2px;
}

h1{
    margin-bottom: 90px;
    margin-top: 20px;
}

.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 */

