html {
    scroll-behavior: smooth;
    font-size: 1rem;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

marquee {
    color: crimson;
    background-color: #F2F9FF;
}
/* a {
    color: white;
} */

/* Media queries */

@media (max-width: 1024px) {
    #top-image {
        display: none;
    }
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}

/* Media queries ends here */

.navbar-text {
    color: #ffffff !important;
    font-weight: normal;
    font-size: large;
}

/* Top Menu */

.underline:hover::after {
    width: 55px;
    height: 3px;
    content: "";
    background: #ffffff;
    position: relative;
    display: block;
    margin-left: 10px;
}

#mynav {
    background-color: #402A82 !important;
}

header nav div ul li a {
    color: #ffffff !important;
    font-size: large;
}

.rounded-corner {
    border-radius: 5px;
    background-color: #F2F9FF;
    padding: 5px;
}

.banner {
    height: 300px;
}

select {
    cursor: pointer;
}

.col-md-8 {
    font-size: 18px;
    line-height: 26px;
}

/* Footer */
.footer {
    /* background-color: rgb(92, 61, 43) !important; */
    background-color: #402A82 !important;
    /* color: #ffffff; */
    color: white;
}

.col-sm-12 p {
    text-align: center;
}