/*The style of team and contact is contained this css file.*/


.ourTeam p {
    font-size: 18px;
    text-align: center;
    color: black !important;
    margin-bottom: 20px;
}

.team a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.teamP {
    font-size: 28px;
    text-align: center;
}

.row.featurette.ourTeam img{
    width: 100%;
}
.row.featurette.ourTeam a > img {
    width: 50px;
    margin-bottom: 20px;
}


/*Contact segment*/
/*-------------------------------------------*/
#Contacts { /*Position of Location title*/
    text-align: left;
}

/*Send Style*/
.btn.btn-info {
    border-radius: 25px;
    width: 250px;
    background-color: #337ab7;
    color: white;
    font-size: 25px;
}

@media (max-width: 814px) {

    .row.featurette.team a > img {
        width: 40px;
    }
}