
body
{
    background-color: #f7f7f7;
}

/* Red pale: ff7f7f
 * Green pale: 
 * Blue pale:
*/

p
{
    font-family: serif;
}

p.boxContent
{
    margin-top: 5px;
    margin-bottom: 5px;
}

p.meBoxContent
{
    text-align:center;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#myName
{
    font-size: 35px;
    margin-bottom: 0px;
    margin-top: 5px;
}

#myAge
{
    margin-bottom: 15px;
    margin-top: 0px;
}

#myDescription
{
    margin-bottom: 15px;
    margin-top: 10px;
}


#meBox
{
    width: 320px;
    padding: 0;
}

.box
{
    width: 320px;
    margin: auto;

    background-color: #ffffff;
    box-shadow: 0px 2px 3px 3px #aaaaaa;

    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 0;
}

#twoFrames
{
    width: 800px;
    margin: auto;
    display: flex;
}

p.skillsBox
{
    margin:0;
}

td.skillName
{
    width: 80px;
}

/* https://stackoverflow.com/a/24292602/3492512 */
#languageBox
{
    flex-grow: 1;
}

h1
{
    font-weight: normal;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 7px;
}


#myAge
{
}

#separator
{
    height: 30px;
}


#timeline
{
    width: 100%;
}
.lineBox
{
    float: none;
    width: 100%;
    padding: 0;
    display: block;
}

.timeline_item
{
    margin: auto;
}
#timeline_arrowHead
{
    background-image: url('imgs/timeline/arrowHead_150.png');
    width: 157px;
    height: 157px;
}

.careerStep
{
    width: 256px;
    height: 256px;
/*  float: none;
    clear: both;*/
}
#careerStepCoding
{ background-image: url('imgs/timeline/carreerSteps/careerStep_coding_256x256.png') }
#careerStepCfd
{ background-image: url('imgs/timeline/carreerSteps/careerStep_cfd_256x256.png') }
#careerStepMeca
{ background-image: url('imgs/timeline/carreerSteps/careerStep_industrialEngineerC_256x256.png') }
#careerStepHighSchool
{ background-image: url('imgs/timeline/carreerSteps/careerStep_highSchool_256x256.png') }

.timeline_arrowTrunk
{
    background-image: url('imgs/timeline/arrowTrunc_157x150.png');
    width: 157px;
    height: 125px;
    background-repeat: repeat-y;
}

.timelineLine
{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dummyBox
{
    width: 320px;
}

.timeline_dash
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 31px;
    background-repeat: repeat-y;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.timeline_dashTop
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 15px;
    background-image: url('imgs/timeline/trunk_top.png');
    width: 31px;
}

.timeline_dashCenter
{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 15px;
    background-image: url('imgs/timeline/trunk_middle.png');
    width: 31px;
}

.timeline_dashBottom
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 15px;
    background-image: url('imgs/timeline/trunk_bottom.png');
    width: 31px;
    height: 15px;
}

.timelineLine_bottom
{
    background-image: url('imgs/timeline/trunk_bottom.png');
    width: 31px;
    height: 15px;
}

.timelineLine_top
{
    background-image: url('imgs/timeline/trunk_top.png');
    width: 31px;
    height: 15px;
}
