@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');:root {/*#4d4d4d;*/
}.profile-pic {
    width: 190px;
    mask-image: radial-gradient(circle, black 60%, rgba(0, 0, 0, 0) 0%);
}.header-image .profile-pic {
    display: none;
}.sidebar#picture
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.75rem 0;
}.sidebar#picture .profile-pic {
    
    border: 10px solid white !important;
}span.icon#linkedin {
    margin-left: 4px;
}.backend-picture .tim {
    content:url('../../../img/timbobw_narrow_cs.jpg');
    /* transform: scaleX(-1); */
    width: 100%;
    mask-image: none !important;
    display: block !important;
}@container main-wrap (max-width: 850px) {
    .header-image .profile-pic, .backend-picture .profile-pic {
        content:url('../../../img/timbobw_narrow_cs.jpg');
        transform: scaleX(-1);
        width: 100%;
        mask-image: none !important;
        display: block !important;
    }

    .sidebar#picture {
        display: none;
    }
}section:hover span.important {
    
    animation: bounceword 2s;
    
    animation-fill-mode: forwards;
    display: inline-block;
    position: relative;
}@keyframes bounceword {
    0% { transform: translateY(0px); }
    5% { transform: translateY(-2px); }
    11.25% { transform: translateY(0px); }
    20% { transform: translateY(-1px); }
    25% { transform: translateY(0px);}
    100% { transform: translateY(0px); }
}/* .material-symbols-outlined {
    font-size: 20px !important;

    width: 20px !important;
} *//* .material-symbols-outlined {
    margin-top: -4px;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 20
}

.material-symbols-rounded {
    margin-top: -4px;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 20
} *///<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />    
//<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
.material-symbols-outlined,.material-symbols-rounded {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  }.skillsmatrix {
    flex-grow: 1;
    display: grid;
    grid-template-columns: [skill] auto min-content 88px;
    grid-template-rows: repeat(1, 1.25em);
}.skillsmatrix .material-symbols-rounded {
        color: #264d73;
        font-size: 0.825em;
        padding-top: 5px !important;
    }.skillsmatrix .material-symbols-outlined {
        color: #264d73;
        font-size: 0.825em;
        padding-top: 5px !important;
    }.skillsmatrix .skill {
        grid-column-start: 1;
        grid-column-end: 1;
        margin-top: -1px;
        flex-grow: 1;
    }.skillsmatrix .grade {
        flex-grow: 3;
        grid-column-start: 3;
        grid-column-end: 3;
    }.skillsmatrix svg.grade {
        height: 18.2px;
        width: 13.5px;
    }.skillsmatrix svg.grade g {
            color: #264d73;
        }.skillsmatrix svg.grade g circle {
                fill: #264d73;
            }.skillsmatrix svg.grade.outline circle {
            fill: none;
        }body {
    background: #060d14;
    font-family: Arial;
    color: #19334d;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}html {
    
    background: #060d14;
}.mainwrap, 
.mainwrap div.subwrap, 
div.experience, 
div.profile, 
div.profile .content, 
.flexwrap {
    display: flex !important;
}html {
    container-type: inline-size;
    //background-color: #060d14 !important;
}div.experience {
    container-type: inline-size;
    //background-color: #060d14 !important;
}div.profile {
    container: profile / inline-size;
    border-radius: 50px 0 0 10px;
}div.experience {
    border-radius: 0 10px 50px 0;
}.mainwrap div.subwrap{
    margin: 1em 0;
    width: 90%;
}.mainwrap {
    container: main-wrap / inline-size;
    width: 100%;
}.subwrap#backend-subwrap {
    margin-top: 0;
}.backend {
    border-radius: 0 0 20px 20px;
}div.experience, div.profile {
    /* border-top-left-radius: 50px; */
    flex-direction: column;
    justify-content: flex-start;
    /* padding: 1rem; */
}div#backend-gridlist {
    grid-template-rows: repeat(3, 1.5em) !important;
    margin-bottom: 0.75rem;
}div.gridlist {
    display: grid;
    grid-template-columns: [icon] min-content [key] min-content [val] auto;
    grid-template-rows: repeat(5, 1.5em);

}div.gridlist .material-symbols-outlined, div.gridlist .icon {
        grid-column-start: 1;
        grid-column-end: 1;
        /* margin-right: 0.5rem; */
    }div.gridlist .material-symbols-outlined {
        align-self: end;
    }div.gridlist .icon {
        padding-top: 0.3rem;
    }div.gridlist .key{
        grid-column-start: 2;
        grid-column-end: 2;
        font-weight: bold;
        margin-right: 0.5rem;
        align-self: end;
    }div.gridlist .val{
        grid-column-start: 3;
        grid-column-end: 3;
        align-self: end;
    }div.gridlist shortval{
        grid-column-start: 3;
        grid-column-end: 3;
    }.experience section {
    margin-left: 0.25rem;
}.experience section >section p {
        margin-left: 0.25rem;
    }/*maybe using mainwrap this way is similar to using media queries....*/@container main-wrap (max-width: 850px) {
    div.profile {
        flex-grow: 1 !important;
        border-radius: 0;
    }
    div.experience {
        width: 80% !important;
        border-radius: 0;
    }
    .mainwrap div.subwrap {
        width: 100%;
        margin: 0;
    }
    div.footer {
        margin-top: 1.5rem;
    }
}@container main-wrap (min-width: 851px) {
    section#contact {
        margin-top: -2rem;
    }
    div.profile section {
        display: flex;
        flex-direction: column;
        /* justify-content: flex-start; */
    }
    div.profile section h3{
        self-align: center;
        text-align: center;
    }
}.mainwrap {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1600px;
}section, div.header-image, img {
    page-break-inside: avoid;
}.mainwrap div.subwrap,
 section#skills .flexwrap{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}section#skills .flexwrap {
    gap: 2rem !important;
}div.profile {
    flex-shrink: 1;
    flex-basis: 300px;
    min-width: 300px;
    margin-right: 0;
    background: #264d73;
}div.profile section{
    background: #264d73;
}div.backend{
    background: #264d73;
}div.experience {
    flex-shrink: 3;
    flex-grow: 1;
    min-width: 300px;
    margin-left: 0;
    background: #ddd;
}div.experience section {
    background: #ddd;
}/* section:hover span.important{
    animation: mark-important 1s;
    animation-fill-mode: forwards;
}

@keyframes mark-important {
    0% {color: var(--clr-text-on-light);}
    100% {color: var(--clr-text-important);}
} */div.footer {
    self-align: center;
    color: gray;
    margin-bottom: 1.5rem;
}.content {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 1rem;
}.center {
    align-self: center;
}/* .keyvallist {
    list-style-type: none;
    margin-left: 0.25rem;
    padding: 0;
    li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    li span:nth-of-type(1) {
        font-weight: bold;
    }
}

li+li {
    margin-top: 0.5rem;
} */#picture {
    order: 1;
}#contact {
    order: 2;
}#profile {
    order: 3;
}#traits {
    order: 4;
}#languages {
    order: 5;
}h1 {
    font-family: Michroma;
}h2 {
    font-family: Michroma;
}h3 {
    font-family: Arial;
    color: #060d14;
}h4 {
    font-family: Arial;
    color: #060d14;
}h5 {
    font-family: Arial;
    color: #060d14;
}h6 {
    font-family: Arial;
    color: #060d14;
}h3 {
    margin-bottom: 0.3em;
}h4 {
    margin: 0.4em 0 0.2em 0;
    font-size: 0.9em !important;
}.experience h2 {
        color: #264d73;
    }.experience h2 hr {
        border: 1px solid #264d73;
        background: #264d73;
    }.experience ul {
        margin-block-start: 0.25em !important;
    }.experience h3, .experience h2 hr {
        margin-block-end: 0.25em !important;
    }ul {
    margin-block-start: 0.25em !important;
}span.emphasize {
    margin-top: 0.25rem;
    display: inline-block;
    font-weight: 600;
}span.bogus {
    margin-top: 0.25rem;
}.profile h2 {
    color: silver;
}/* var(--clr-section-background); */.profile h2 hr {
        border: 1px solid #eeeeee;
        background: #eeeeee;
        margin-block-end: 0.25em !important;
    }div.experience h1 {
    margin: 2rem 1.5rem 0 1rem;
    font-size: 2.5em;
}div.profile h1 {
    display: none;
}div.profile {
    color: #eeeeee;
}div.backend {
    color: #eeeeee;
}span.val#linkedin {
    display: none;
}div.backend h1 {
    display: block !important;
    text-align: center;
}@container main-wrap (max-width: 850px) {
    div.experience h1 {
        display: none;
    }
    div.profile h1 {
        display: block !important;
        text-align: center;
    }
}span.skillheader { 
    font-weight: 600;
    text-align: center;
}@media print {
    span.val#linkedin, span#print-notice {
        display: block !important;
    }

    div:has(span#print-notice) {
        margin-top: 0.25rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    span#titlecv {
        display: inline !important;
    }

    a:any-link {
        color: #19334d;
    }

    a:hover {
        color: #19334d;
    }

    a:visited {
        color: #19334d;
    }

    a:active {
        color: #19334d;
    }
}span.val#linkedin, span#print-notice, span#titlecv {
    display: none;
}.sidebar a {
    text-decoration: none;
    color: #eeeeee;   
}a:hover {
    color: #b36b00 !important;
}.sidebar a:visited {
    color: #eeeeee;
}span.icon#phone {
  color: transparent;  
  text-shadow: 0 0 0 green;
}p {
    margin-top: 0px;
}/* p+p {
    margin-top: 1em;
} */@media print {
    div.profile .content{
        flex-direction: row;
    }
    .header-image .profile-pic {
        display: none !important;
    }
    #picture {
        display: block !important;
    }

    #profile-pic-small {
        margin: 0.45rem 0.25rem;
        scale: 80%;
    }

    div.profile {
        flex-grow: 1 !important;
        border-radius: 0;
        color: #19334d;
    }
    div.experience {
        width: 80% !important;
        border-radius: 0;
        color: #19334d;
    }
    .mainwrap div.subwrap {
        width: 100%;
        margin: 0;
    }
    /* header, footer, form{
        display: none;
    } */

    /* TODO: fallback: aside .sidebar.nth-of-type(1) */
    .header-image, section#picture
    {
        display: flex;
        justify-content: flex-end;
    }
    section.sidebar.printvert {
        flex-basis: 100%;
    }
    section#picture{
        order: 2;
        margin: 0 -1rem;
    }

    section#contact {
        order: 1;
    }
    
    section#profile {
        flex-grow: 1 !important;
        order: 3;
    }

    section#talents {
        flex-grow: 1 !important;
        order: 4;
    }

    section#languages {
        flex-grow: 1 !important;
        order: 5;
        align-self: flex-start;
    }

    div.experience h1 {
        display: none;
    }
    div.profile h1 {
        display: block !important;
        text-align: center;
    }

    .profile h2 {
        color: #264d73;
    }
        .profile h2 hr {
            border: 1px solid #264d73;
            background: #264d73;
        }
}