
/* Updated Hover effect */
li:hover {
    background-color: #d1c4e9; /* Lavender */
    color: #311b92; /* Deep purple */
    transition: all 0.3s ease-in-out;
}

/* General background color for the body */
body {
    background-color: #f3e5f5; /* Soft lavender */
    font-family: 'Lato', sans-serif;
    color: #3e2723; /* Dark brown text */
}

/* Navbar customization */
.navbar {
    background-color: #9575cd !important; /* Medium lavender */
    border-color: #7e57c2;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important; /* White text */
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #d1c4e9 !important; /* Lavender hover */
    color: #4a148c !important; /* Deep purple */
}

/* Footer styling */
footer {
    background-color: #ede7f6 !important; /* Light lavender */
    color: #4a148c !important; /* Deep purple */
}

/* Footer headings */
footer h1, footer h3 {
    color: #4a148c !important;
}

/* Headings across sections */
h1 {
    color: #6a1b9a; /* Royal purple */
    font-weight: bold;
}

/* Paragraphs */
p {
    color: #4e342e; /* Dark brown */
    line-height: 1.6;
}
@media only screen and (max-width: 425px){
    .mail{
        font-size: 15px;
    }
    .table{
        padding: 0px 0px 0px 0px;
    }

}
@media only screen and (max-width: 768px){
    .table{
        padding: 0px 0px 0px 0px ;
        width: 100%;
    }
}
@media (min-width: 769px) and (max-width: 1199.98px){
    #registration_table{
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

}