.box-resume
{
    background-color: #00addd; /*turquoise*/
    background-image: url('images/concrete-tint.jpg');
    background-repeat: no-repeat;
    width: 49%;
}
.box-cv
{
    background-color: #e7be00; /*yellow*/
    background-image: url('images/rebar-tint.jpg');
    background-repeat: repeat-x;
    width: 49%;
}
.box-container-about
{
    height: 680px;
    background-color: #dbd5c2; 
    background-image: url('images/portrait-salginatobel.jpg');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.biog
{
    float: right;
    margin-right: 40px;
    width: 32%;
    text-align: justify;
    background-image: url('images/alpha-80.png');
    padding: 40px 20px;
    padding-top: 75px;
}
.biog a
{
    text-shadow: none;
}
.biog a:hover
{
    text-shadow: none;
}
.strip-cv
{
    background-color: #e7be00; /*yellow*/
}
.strip-resume
{
    background-color: #00addd; /*turquoise*/
}
.box-container a:hover .strip-cv
{
    background-color: #ffd61a; /*lightyellow*/
}
.box-container a:hover .strip-resume
{
    background-color: #12ccff; /*lightturquoise*/
}
.strip
{
    height: 60px; 
    padding-top: 25px;
    margin-top: 190px;
}
.box-text
{
    font-size: 30px;
    line-height:30px;
    margin-left: 30px;
}