
body{
    width:100%; 
    min-height: 800px;
    background-image:url("/pics/hatter_1.webp");
    background-repeat: repeat;

}

.navbar{
    padding-top: 0!important;
    margin-bottom: 0!important;
}
.navbar,#contact,footer{
    margin-bottom: 0;
}
.navbar h1{

    font-family: 'Baskervville', serif;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 10px;

}
#title2{
    font-size: 50%;
    font-weight: 200;
    font-family: var(--bs-body-font-family);
}

.navbar-nav{
    margin-left: auto;
}

#introduction{
    background-color: rgb(255, 255, 255)!important;
    padding: 2%;

}

.main-container{
    background-color: white;
    padding: 1%;
}



.navbar{
    background-color: #dab3b4!important;

    min-height: 80px;
}


.nav-link, .nav-link:focus{
    color: #303030;

}
.active{
    color: red !important;
}
.nav-link:hover{
    color: rgb(0, 0, 0);
}





.navbar .active{
    color: pink!important;
}
.navbar-nav{
    margin-left: auto;

}



.navbar-toggler, .nav-toggler * {
    color: white;
    border: white;
    background-color: white;
}



.portrait{
    width: 100%;
}

#kepzeseklista{
    display: flex;
    flex-direction: column; gap: 1em;
}

.intro{
    display: flex;
    justify-content: center;

}
.photo{
    display: flex;
    justify-content: center;
    height: auto;
    
}
.img-container{
    width: 40%!important;
    height: fit-content!important;

}
.portrait{
    width: 100%;
}
.intro{
    display: flex;
    justify-content: center;
    text-align: left;
}


.card{
    min-height: 120px;
    border: none;

}
.card-body{
    background-color: rgb(218, 179, 180);

    display: flex;
    justify-content: center;
    align-items: center;
    color: #303030;
    width: 80%;
    
}
.card-title{
    font-size: 100%;
}

.children,.adults{
    padding: 0 10%;
    margin-bottom: 5%;
}

h3{
    margin-bottom: 5%;
}
h4{
    margin-bottom: 5%;
}
h5{
    margin-bottom: 5%;
}


#help .item{
    padding: 0;
    margin-bottom: 5%;
    
}
.item .card-body{
    text-align: center;
}
#help{

 background-color: rgb(255, 255, 255)!important;
 padding: 2%;
}

#contact{
    background-color: white;
    
    padding: 4%;
    margin-bottom: 0!important;
}


footer{
    margin: 0!important;
    padding: 0;
    position: static;
    bottom: 0;
    left: 0;
    right:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #303030;
    min-height: 50px;
    background-color: rgb(176, 164, 166);
}
footer>p{
    margin: 0;
}
footer>p>a{
    color:rgb(102, 41, 41);
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
}
footer>p>a:hover{
    color: rgb(195, 92, 92);

}
#contact-card{
    background-color: rgb(226, 201, 201);
    padding: 2%;
    color: rgb(0, 0, 0);
}
#contact a{
    text-decoration: none;
    font-weight: bold;
    color:  rgb(102, 41, 41);
}
#contact>*{
    margin: 1% 1% 1% 2%!important;
}
#contact-card a:hover{
    color: rgb(195, 92, 92);
}
.warning{
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}


html {
    scroll-padding-top: 100px;
}







@media  screen and (max-width:575px) {
    body{
    
        background: white;
        background-repeat: repeat;
    
    }
    .navbar-nav{
        height: 160px;
        justify-content: space-evenly;
    }

    .title{
        margin-bottom: 10%!important;
    }

    .card-body{
        width: 100%;
        height: 80px;
    }
   /*  h1{
        font-size: 40px;
    } */
    html {
        scroll-padding-top: 300px; /* Replace with your fixed navbar height */
    }
    #introduction .row>*{
        margin-bottom: 10%!important;
    }
    .img-container{
        width: 60%!important;
        height: fit-content!important;
    
    }
    #help .item{
        padding: 0;
        margin-bottom: 7%;
        
    }
   
    .card{
        min-height: 75px;
        border: none;
    
    }
   
    .card-body{

        background-color: rgb(218, 179, 180);
        color: #303030;
        
            display: flex;
            justify-content: center;
            align-items: center;
            width: 90%;
          
        }

        
       

        .card-title{
            font-size: 70%;
        }

        .intro{
            display: flex;
            justify-content: center;
            text-align: justify;
        }
        article{
            width: 80%;
        }
        #help h3,#introduction h5, #contact h3{
            margin-bottom: 20%;
        }
        #contact>*{
            margin-bottom: 8%!important;
        }
        

        .main-container>*>*{
            margin-bottom: 10%!important;
        } 

        #contact-card{
            background-color: rgb(226, 201, 201);
            padding: 5%;
            color: rgb(0, 0, 0);
        }
      
      
  
}
.title h2{
    font-weight: 250;
    font-size: 120%;
}
#help{
    padding: 2%!important;
}
#help h3,#introduction h5, #contact h3{
    margin-bottom: 6%;
}
/* .navbar-nav{
    font-weight: 400;
} */

@media  screen and (max-width:991px) {

    #introduction .row>*{
        margin-bottom: 10%!important;
    }
    .title{
    margin-bottom: 2%!important;
    
}


}

@media  screen and (max-width:280px) {
    .children>.row,.adults.row{
        display: grid;
        grid-template-rows: 12f!important;
    }

    .card{
        min-height: 75px;
        border: none;
        width: 100%;
    
    }
   
    .card-body{

        background-color: rgb(218, 179, 180);
        color: #303030;
        
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            width: 90%;
          
        }
    .adults>.row .item,.children>.row .item{
        width: 100%;
    }
    .card-title{
        font-size: 12px;
    }
    footer{
    margin: 0!important;
    padding: 0;

position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #303030;
    min-height: 50px;
    background-color: rgb(176, 164, 166);
}
}
