a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
    max-height:1px;
}

.team {
    display: flex;
    text-align: center;
    width: auto;
    justify-content: center;
    flex-wrap: wrap;
}

.team .teammember {
    background: #fff;
    margin: 5px;
    margin-bottom: 50px;
    width: 300px;
    padding: 20px;
    line-height: 20px;
    color: #8e8b8b;
    position: relative;
}

.team .teammember h3 {
    color: #81c644;
    font-size: 26px;
    margin-top:50px;
}

.team .teammember p.role {
    color: #ccc;
    font-size: 12px;
    text-transform:uppercase;
    margin: 12px 0;
}

.team .teammember .teamimg {
    width: 100px;
    height: 100px;
    
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.team .teammember .teamimg img {
    width:100px;
    height:100px;
    padding:10px;
    border-radius: 50%;
}

.banner {
    background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url(/images/cottage.png);
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-backgroud-size: cover;
    background-size: cover;
    width: 100%;
    height:100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-flow: column;
}

.banner .title {
    color:#fff;
}

.banner .subtitle {
    color: #fff;
}

.banner .button.primary-btn {
    background-color: #F39200;
    border-color: #F39200;
}
