#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%);
}
#rowOne{
    width:100%;
    overflow:auto;
    min-height: 400px;
}
#rowOneIframeContainer{
    width:35%;
    float:left;
    background-color: #CCCCCC;
    box-shadow: 2px 2px 1px #AAAAAA;
    border-radius: 0px 0px 20px 0px;
    
}
#rowOneIframe{
    background-color: transparent;
    border:0px none;
    display:block;
    margin-left:auto;
    margin-right: auto;
}
#rowOneTextContainer{
    width:65%;
    float:left;
}
#rowOneText{
    margin: 10px;
    color: #444444;
    font-size: 1.5vw;
    font-weight: bold;
    font-family: Rubik;
    position: relative;
    float: left;
}