body {
    font-family: 'Nunito', sans-serif;
}

#thank_you {
    background-color: ghostwhite;
    height: 100vh;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
        }

.top_icon{
    max-width: 10%;
    margin-left: 45%;
}

.header {
    margin-top: 50px;
    min-height: 60vh;
    background-image: url(../img/bg.jpg);  
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.first_heading{
    margin-top: 50px;
}

.last {
    background-color: #fafafa;
}

.footer{
    background-color: black;
    color: white;
    height: 60px;
    position: fixed;
    bottom: 0px;
    width: 100vw;
    z-index: -1;
    line-height: 60px
}

.top-contact{
    height: 50px;
    background-color: black;
    color: white;
    line-height: 50px;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 100;
}

.spacer {
    height: 50px;
}

.margin{
    margin-bottom: 60px;
}

.navbar-brand img{
    height: 180%;
    padding-top: 0px;
    margin-top: 0px;
    margin: 0px;
}

/* -------------------- First page -----------------------------*/
.welcome {
    margin-top: 50px;
    padding-bottom: 50px;
    background-color: white;
}

.values {
     padding-top: 50px;
     padding-bottom: 50px;
    background-color: white;
}

.about_list {
    list-style: none;
    font-weight: bold;
}

#about{
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: top;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;  
    color: white;
}

.future_list {
    list-style-type: square;
}

.visions {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: top;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px; 
    color: white;
}

.enroll {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ---------------------- Admission Policy ------------------------------- */
.banking {
    border: 2px solid grey;
    padding: 50px;
}

/* --------------------------- curriculum -------------------------------- */
.curriculum {
    background-color: white ;
}

.activities{
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: white;
}

.newsletter {
    background-color: white ;
    padding-bottom: 70px;
}

.news p, .news h4 {
    font-family: 'Kaushan Script', cursive; 
}

.news p{
    font-size: 1.2em;
}

.news h4 {
    font-size: 1.6em;
}

.events {
    background-color: white ;
    padding-bottom: 50px;
}

.map {
    padding: 0px;
    background-color: white ;
}

.card{
    box-shadow: 5px 5px 10px grey;
    border-radius: 20px ;
    padding-bottom: 10px;
}

.card img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.instructors_last {
    background-color: white ;
}

.role {
    color: orange;
}








