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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

h1 {
    color: #6B005B;
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 10%;
    text-align: center;
}

.committee {
    font-weight: bold;
}

#committee {
    background-color: #6B005B;
}

.scrolled {
    background-color: white;
    transition: background-color 200ms linear;
}

/* Group photo */
.group {
    height: 40vw;
    max-height: 900px;
    background-image: url("../img/committee/Committee.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.fa-linkedin-in{
    padding-bottom: 5%;
    color:white;
    background: url(../img/icons8-linkedin-30.png);
}
.fa-at{
    padding-bottom: 5%;
    color:white;
    background: url(../img/icons8-mail-50.png);
    
}
/* committees */
/*.symcie{*/
/*    background: url("../General/img/Swooshes/CvR.svg"), url("../General/img/Swooshes/committee.svg");*/
/*    background-size: contain, cover;*/
/*    background-repeat: no-repeat, no-repeat;*/
/*    background-position: bottom -1px right -1px, center;*/
/*    padding-bottom: 10vw;*/
/*    padding-top: 70px;*/
/*}*/

.committee-person p {
    color: white;
    font-size: 30px;
}

.committee-person p i {
    font-weight: 100;
}

.cva p {
    font-size: 25px;
}

.cva p i {
    font-weight: 100;
}

.commissioner {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.commissioner .picture {
    border-radius: 100%;
    width: 70%;
    height: auto;
}

.name {
    font-size: 40px;
    color: #6B005B;
    font-weight: bolder;
}

.icons {
    margin-bottom: 70px;
}

.icons .icon {
    width: 20%;
    max-width: 55px;
}

.icons .icon img {
    width: 100%;
}

a {
    color: #FFCC00;
    transition-duration: 0.5s;
}

a:hover {
    color: #ff6e40;
}

@media screen and (max-width: 860px) {
    .committee-person p {
        font-size: 20px;
    }

    .cva p {
        font-size: 20px;
    }
}