.nav-link {
    color: #4e4e4e;
    font-weight: 600
}
.nav-link:hover {
        color: #ff0fd6 !important
    }

.nav-link:active {
       color: #ff0fd6 !important
 }

#footer a{
    color: white
}

#footer a:hover {
    color: #ff50c0;
    text-decoration:none;
}
.jumbotron.cover-jumbotron {
    background-color: black !important;
    padding: 0px 0px 0px 0px !important;
    border-radius 0px !important!
}

.jumbotron {
    background-color:#fde8f9 !important
}
.jumbotron_tile {
    -webkit-text-fill-color: #fbfbfb00;
    background: linear-gradient(297deg, blue, #df62f5, #e32698);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 3rem;
}


body .rt-block {
    margin: 25px 10px;
}

.rt-block {
    padding: 15px;
    margin: 10px;
    position: relative;
}

.box-pink1 {
    background-color: #c167ad;
    color: white;
    border-radius: 6px;
}
.section_head {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(27deg, blue,#ffbce1, #ad0d6d);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 50px 0;
}
.section_head-2 {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(265deg, blue, #ffbce1, #ad0d6d);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 50px 0;
}

.rt-block {
    padding: 15px;
    margin: 10px;
    position: relative;
}
.team_profile {
    text-align: center;
    font-size: 16px;
    margin: 40px;

    font-weight: 600;
}
    .team_profile img {
        width: 100%;
        border-radius: 50%;
        box-shadow: 0 15px 30px 0 #0003;
    }
.team_caption{
   
}
.mname {
    color: #e35e95;
    font-size: 1.25rem;
}

.contact_list {
    padding-left: 60px;
}
    .contact_list div.card {
        border-radius: .5rem;
        box-shadow: -4px 0px 20px 0px #00000029;
    }

.DVcenter {
    border: 1px solid #e1e1e1;
    margin: auto;
    width: 50%;
    padding: 10px;
    border-radius: 8px;
}
.copyright {
    background-color: #c55d99;
    color: white;
    text-align: left;
    font-size: .75rem;
    padding-top: 10px;
}
    .copyright a {
        color: black;
        text-decoration: none;
        font-weight: 600;
    }
    .copyright a:hover {
        color: white;
        text-decoration: none
    }