@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
font-family: "Poppins", sans-serif !important;
}
@media (min-width: 1200px) {
.h2, h2 {
    font-size: 2.5rem;
}
}.h5, h5 {
font-size: 1.5rem;
}.card  > .card-body{
padding:25px!important;
}a{
text-decoration: none;
}

 .navbarData h2 {
        font-size: 33px !important;
        font-weight: bold !important;
    }
    .navbarData h3 {
        font-size: 28px !important;
        font-weight: bold !important;
    }
    .navbarData h4 {
        font-size: 23px !important;
        font-weight: bold !important;
    }
    .navbarData h5 {
        font-size: 20px !important;
        font-weight: bold !important;
    }
    .navbarData h6 {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .navigationMenu ul{
        padding:0px;
        list-style:none;
    }

    .navigationMenu ul li{
        padding: 10px 0px !important;
        border-bottom: 1px solid #ccc;
    }
    .navigationMenu .active{
        background: #eeeeee57;
        /* padding: 10px 10px !important; */
    }
    .guidelinesContainer h3{
        font-size: 20px;
        text-decoration: underline;
    }
    .guidelinesContainer .card-body a{
        text-decoration: none;
    }