#banner{
    background-image: url("../img/writing-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%;
    min-height:400px;
    overflow: hidden;
    margin-bottom:10px;
}
#rowOneImageContainer{
    width:49%;
    float:left;
    padding-bottom: 1500px;
    margin-bottom: -1500px;
    
}
#rowOneImage{
    width:100%;
    display: block;
    border-radius: 0px 0px 10px 0px;
    border-right:3px solid #999999;
    border-bottom:3px solid #999999;
}
#rowOneTextContainer{
    width:50%;   
    float:left;
    padding-bottom: 1500px;
    margin-bottom: -1500px;
    text-align: left;
    vertical-align: center;
    font-family: Rubik;
    font-size:1.5vw;
    color:#555555;

}
#rowOneText{
    margin:30px;
}


#rowTwo{
    width:100%;
    min-height:400px;
}
.headline{
    text-align:center;
    font-family: Rubik;
    font-size:3vw;
    font-weight: bold;
    color:#333333;
}
.rowTwoPerson{
    margin-top:20px;
    width:100%;
    min-height:400px;
    overflow: hidden;
}
.rowTwoImageContainer{
    width:30%;
    float:left;
    padding-bottom: 1500px;
    margin-bottom: -1500px;
}
.rowTwoImage{
    width:75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 5%;
    left: 0%;
    transform: translate(0%, 5%);
    
    border-radius:15px;
    border: 1px solid #AAAAAA;
    box-shadow: 3px 3px 1px #999999;
    
    transition: all .2s ease-in-out;
}
.rowTwoImage:hover{
    transform:  rotate(-1deg); 
}
.rowTwoTextContainer{
    width:70%;   
    float:left;
    padding-bottom: 1500px;
    margin-bottom: -1500px;
    text-align: left;
    vertical-align: center;
    font-family: Rubik;
    font-size:2vw;
    color:#555555;
}
.rowTwoText{
    margin:30px;
}