        #section-1{
            position:sticky;
            top:0px;
            z-index: 1000;
        }           
        #titles {
            width: 100%;
            text-align: center;
            margin-top: 15px;
            font-weight: bold;
            font-size: 40px;
            color: #000000;
        }
         *{margin:0;padding:0;}
    .banner{
        position:relative;
        width: 100%;
        margin: 0 auto;
    }

    .banner img{width: 100%;}
    .headings{
    color:floralwhite;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 100px;
    font-style:italic;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 1000;
}
.headingsEng{
    color:floralwhite;
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    font-size: 100px;
    font-style:italic;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 1000;
}

        hr {
            height: 5px;
            border: none;
            background-color: black;
            margin: 20px auto;
            width: 100%;
        }

        .fade-in {
            opacity: 0;
            animation: fadeIn 0.5s ease-in-out forwards;
        }

        @keyframes fadeIn {
            to {
                opacity: 1;
            }
        }

        .cards {
            margin-top: 30px;
            margin-bottom: 30px;
        }
        
        #section-3{
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .card-img-top{
            width: 100%;
            height: 600px;
        }
        @media (max-width: 900px){
            .card-img-top{
                width: 100%;
                height: 200px;
            }
            .headings{
                color:cornsilk;
                position: absolute;
                top: 33%;
                width: 100%;
                text-align: center;
                font-size: 50px;
                font-style:italic;
                font-family:Georgia, 'Times New Roman', Times, serif;
}
        }
        .navbar-brand{
    font-weight: bold;
    font-style: italic;
}
.section{
    font-family: Georgia, 'Times New Roman', Times, serif;
}