#gillie-team {
    background: #f6f6f6;
}

.team .square {
    box-shadow: none;
    background: white;
    padding: 10px;
    padding-top: 20px;
    height: auto;
}


.team .square img {
    margin: 0 auto;
    height: 300px;
}


#gillie-team .tab-content {
    margin-top: 50px;
}

#gillie-team h1 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 20pt;
}

#gillie-team .team .name {
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

#gillie-team .info {
    padding-top: 10px;
}

#gillie-team .title {
}

.custom-navbar {
    background: #343b5d !important;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.about-us {
    font-size: 10pt;
}

.grey {
    filter: grayscale(100%) brightness(110%);
    height:80%;
    width:80%
}

@media screen and (min-width: 1200px) {
    .name {
        font-size: 18px; !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .name {
        font-size: 16px; !important;
    }
    .info {
        font-size: 12px; !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .name {
        font-size: 10px; !important;
    }
    .info {
        font-size: 12px; !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .name {
        font-size: 28px; !important;
    }
    .info {
        font-size: 20px; !important;
    }
}