html {
    overflow-x: hidden;
    margin-right: calc(-1 * (100vw - 100%));
}
body {
    background-color: #e9ecef;
/* Show it is fixed to the top */
/*    min-height: 75rem;*/
    padding-top: 4.5rem;
}

#top-page.container {
    background-color: #fff;
}
.baalvidya {
    color: #fff;
    font-size: 2.5em;
    text-shadow: 0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.25),
    0 10px 10px rgba(0,0,0,.2),
    0 20px 20px rgba(0,0,0,.15);
}
.nav-item {
    padding: 5px 5px;
}
.nav-item:hover {
    background: #650265;
    border-radius: 20px;
}
.nav-link {
    color: #fff !important;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
}
.active-menu {
    background: #650265;
}
.input-group-text {
    width: 40px;
    text-align: center;
    display: inline-block;
    background-color: #800080;
    color: #fff;
}
.theme-color {
    background-color: #800080;
    color: #fff;
}
.theme-color-inverse {
    background-color: #800080;
    color: #fff;
}
footer {
    background-color: #800080;
    color: #fff;
    padding: 10px 10px 0 10px;
}

footer a i{
    color: #fff;
}
.font-awes-icon {
    background-color: #800080;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.7em;
    line-height: 1.7;
    border-radius: 50%;
}

.intro {
    font-size: 20px;
    margin: 10px 0 0 10px;
    text-align: justify;
}

#feature-page, #subject-page,#sample-page, #pricing-page, #contact-page, #features-page {
    box-shadow: 0px -50px 50px #800080;
    background-color: #FFFFFF;
}
.threed {
    background-color: #800080;
    padding: 10px;
    font-size: 3em;
    color: #FFFFFF;
    text-transform: capitalize !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-shadow: 0 1px 0 #999999, 0 2px 0 #888888,
    0 3px 0 #777777, 0 4px 0 #666666,
    0 5px 0 #555555, 0 6px 0 #444444,
    0 7px 0 #333333, 0 8px 7px rgba(0, 0, 0, 0.4),
    0 9px 10px rgba(0, 0, 0, 0.2);
}

#subject-page .card, #pricing-page .card {
    height: 100%;
    background-color: #f5f5f5;
}
#pricing-page .card ul li {
    font-size: 1.5em;
    line-height: 2em;
}
#pricing-page .card ul li:nth-child(odd) { background: #DDDDDD; }
.price-title {
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 5px;
    text-shadow: 0 1px 0 #999999, 0 2px 0 #888888,
    0 3px 0 #777777, 0 4px 0 #666666,
    0 5px 0 #555555, 0 6px 0 #444444,
    0 7px 0 #333333, 0 8px 7px rgba(0, 0, 0, 0.4),
    0 9px 10px rgba(0, 0, 0, 0.2);
}
.map-container-section {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-section iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#draw_alpha, #draw_num, #draw_alpha_small, #draw_hindi, #draw_hindi1, #draw_hindinum {
    height: 130px;
    border: 1px solid grey;
}
.letter-writing-sample {
    font-size: 5em;
}
.featurette-image {
    border-radius: 20%;
}
.jumbotron {
    background-color: #f5f5f5;
}
.social-media-icons {
    padding-right: 20px;
}
