body {
    background-color: white;
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
    margin: 0 16px;
    
}

.topbanner {
    max-width: 600px;
    background-color: #ddddff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0 auto 16px;
    padding: 10px;
    position: relative;
}
.topbanner .closer {
    position: absolute;
    right: 10px;
    top: -6px;
    font-size: 30px;
    color: #999999;
    cursor: pointer;
}
.topbanner .closer:hover {
    color: #333333;
}

.topbanner img {
    width: 100%;   
}

.titlebar {
    display: flex;
    align-items: center;
    gap:10px;
    flex-wrap: nowrap;
    max-width: 800px;
    margin:auto;    
}

.titlebar img {
    max-width: 700px; /* Ensure image does not exceed container width */   

    
}

.titlebar .contact {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size:1.2em;
    text-align: right;
}


 ul {
     /*list-style-type: none;*/
     padding-inline-start: 8px;
 }
 dd {
     padding-inline-start: 4px;
     margin-inline-start: 4px;
 }


/* mobile has image on one line then details under*/
@media screen and (max-width: 480px) {
    .titlebar {
       flex-wrap: wrap;    
        flex-direction: column;
    }
    .titlebar .contact {
           flex-direction: row;
           justify-content: space-between;
           width: 100%;
           gap: 10px;
           flex-wrap: wrap;
           
           flex-grow: 3;
           padding: 8px;
    }
  
}


.topblurb{
 padding-top:4px;   
}

.threethings img {
    height:91px;
}

.threethings {
    display: flex;
    justify-content: space-evenly;
    gap: 24px;
}
.threethings > div {
    text-align: center;
}
.threethings > div > div {
}
.threethings h2 {
    font-size: 1em;
    text-decoration: none;
    border: none;
}



.underthree {
    display: flex;
    gap: 16px; 
    flex-wrap: wrap;
    margin-top:24px;
    justify-content:center;
}
.underthree > div {
    
    text-align: center;
}
@media screen and (max-width: 480px) {
    .threethings {
        flex-direction: column;
    }
}

.content {
    max-width: 800px;
    margin: auto;
}

.jobsandtech {
    display: flex;
}

@media screen and (max-width: 480px) {
 .jobsandtech {
    display: block;
}   
}
.leftcol {
    flex-basis: 2;   
}

.rightcol {
    flex-basis: 1;   
}



.moreOnSite {
    display: none;
}
.printOnly {
    display: none;
}

@media print {
    /*   .earlyrole{*/
    /*display:block;*/
    /*   }*/
    /*   .hiddenHighlites{*/
    /*display:list-item;*/
    /*   }*/
    /*   .more{*/
    /*display:none;*/
    /*   }*/
    .topbanner {
        display: none;
    }
    .tech,
    .job {
        border-bottom: none;
    }
    .external {
        display: none;
    }
    .moreOnSite {
        display: inline-block;
    }
    .printOnly {
        display: block;
    }
    

}





.hiddenHighlites,
.earlyrole,
.earlyproject{
    display: none;
}
.more {
    text-align: right;
}




h2 {
    margin: 4px;
    border-bottom: solid 2px black;
}
.daterange {
    float: right;
    font-style: italic;
    font-weight: normal;
}

dt {
    font-weight: bold;
}

li {
    padding: 4px;
}

.tech,
.job,
a {
    border-bottom: dashed 1px #dddddd;
}

a {
    border-bottom: dashed 1px #666666;
    text-decoration: none;
    color: inherit;
}
a:hover {
    background-color: #cccccc;
}

.tech.hilitehover {
    background-color: #ddffdd;
}

body .tech.hilitelock {
    background-color: #ddffdd;
}
.job.hilitehover {
    background-color: #ddddff;
}

body .job.hilitelock {
    background-color: #ddddff;
}


.external {
    background-image: url('external.svg');
    background-repeat: no-repeat;
    width: 1em;
    height: 1.25em;
    background-size: 0.9em 1.25em;
    display: inline-block;
    border-bottom: none;
    position: relative;
    top: 4px;
    left: 4px;
}
