@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';
}

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-left: 12%;
    margin-right: 12%;
    padding-bottom: 2%;
}

h1{
    text-align: center;
    font-family: "Nunito Sans";
    margin-top: 10px;
    padding-top: 10px;
}

h2{
    font-family: "Nunito Sans";
}

.centerline{
    text-align: center;
}

p{
    font-family: "Nunito Sans";
    line-height: 40px;
}

.container {
    padding-bottom: 15px;
}

.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 */

.booked {
    background-color: red !important;
    color: white;
    font-weight: bold;
}


.table{
    color: white;
    text-align: center;
}

.table-bordered{
    border-color: #39D639;
}

h2 {
    color: #39D639;
}

.btn-primary {
    margin-top: 20px;
    background-color: #39D639;
    border-color: #39D639;
}

.btn-primary:hover {
    background-color: #39D639;
    border-color: #39D639;
}

.result {
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}