body{
    font-size: 2vh !important;
}

.pictureBG{
    background:linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)), url(/Assets/img/whatwedo.jpg);
    background-position: center;
    background-size: cover;
}
.imgLogo{
    width: 100px !important;
}
.pushdiv{
    position: relative;
    top: 80px;
    padding: 0 1.5rem 80px;
}
.homePage {
    display: flex;
    align-items: end;
    position: absolute;
    color: white;
    height: 100vh;
    width: 100vw;
    background-color: rgba(22, 21, 21, 0.397);
    z-index: 100;
}
.cover {
    padding-bottom:2vh ;
}
.cover h2{
    font-size: 5vh !important;
}
#thumbnail img{
    padding: 0 !important;
    margin: 10px 0;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}
#thumbnail a {
    text-decoration: none;
    color: black;
}
