#banner{
    background-image: url("../img/office-cutout.png");
    width:100%;
    height: 200px;
    box-shadow: 0px 0px 5px 0px #000000;
}
#bannerText{
    color: #FFFFFF;
    font-size: 3.5vw;
    font-weight: bold;
    font-family: Rubik;
    position: relative;
    float: left;
    top: 52%;
    left: 15%;
    transform: translate(-52%, -15%);
}
#content{
    font-family: Rubik;
    color:#666666;
}