#Areas {
    background-color:                   #f2f2f0;
    color:                              #87867e;
    font-size:                          14pt;
    padding-left:                       20px;
    padding-right:                      20px;
}
#Areas > div:nth-of-type(1),
#Areas > div:nth-of-type(3),
#Areas > div:nth-of-type(5) {
    display:                            inline-block;
    vertical-align:                     middle;
    width:                              29%;
}
.vdots {
    display:                            inline-block;
    vertical-align:                     middle;
    padding:                            20px;
    width:                              1ex;
}
#Motivation {
    background:                         url("../images/background_orange.png") center;
	 background-size:                    100%;
    background-repeat:                  no-repeat;
    padding:                            40px;
    color:                              #FFF;
}
#Motivation > div {
    display:                            inline-block;
    vertical-align:                     top;
    width:                              49.8%;
}
#Motivation > div > span {
    font-size:                          14pt;
}
#Motivation > div > p:nth-of-type(1) {
    font-size:                          12pt;
    font-weight:                        bold;
}
#Motivation > div > p:nth-of-type(2) {
    font-size:                          12pt;
}
.workspace div:last-of-type {
    font-size:                          12pt;
}
footer {
    background:                         url("../images/background_grey.png") center;
	 background-size:                    100%;
    background-repeat:                  no-repeat;
    padding:                            40px;
    text-align:                         center;
    font-size:                          12pt;
}
footer > div:nth-of-type(2) > div {
    display:                            inline-block;
    vertical-align:                     top;
    width:                              32.5%;
}
footer > div:nth-of-type(2) > div:nth-of-type(1),
footer > div:nth-of-type(2) > div:nth-of-type(3) {
    padding-top:                        26px;
}
footer > div > div > span {
    font-weight:                        bold;
}
