html, body {
    margin: 0;
    height: 100%;
}

@media screen and (min-width: 80rem) {
  .container {
    margin: 1em 2em;
  }
}

body {
 //   background-repeat: no-repeat;
    background-position: center;
    background-size : auto 100%;
    background-image: url("bg.png");
    background-attachment: fixed;
    align-items: stretch;
    width:100vw;  
}

@counter-style thumbs {
  system: cyclic;
  symbols: "\3009";
  suffix: "";

}

@counter-style thumbs_col {
  system: cyclic;
  symbols: "\3009";
  suffix: "";
  color:red;
}

.secli {
    list-style: thumbs;
    cursor:pointer;
    user-select: none;
}

.seclis {
    list-style: thumbs_col;
}

.main {
    margin:2% 2% 0% 2% ;
    padding :2% ;
    //min-height:calc( 100% - 8em );
    background-color : #000000e8;   
    color: white;
    border-radius: 2em;

}

.name{
    width:40%;
}

.flexcent{
  display: flex;
  align-items: center;
  justify-content: center;}

.access {
    background-color:white;
    color:black;
    margin:0;
    border-radius: 0.25em;
    width:20em;
    text-align:center;
    padding :0.5em;
    float:right;
    cursor:pointer;
}

.title {    
    font-family: "Bruno Ace", system-ui;
    font-weight: 800;
    font-style: normal;
    font-size: 3em;
    text-align: center;
    
    width:100%;
    text-shadow: 0.05em 0.05em 0.05em #00000088;
}


.titleimg {    
    height: 1em;
    padding-bottom: 0.4em;
    width:100%;
    text-shadow: 0.05em 0.05em 0.05em #00000088;
    color:white;
    -webkit-filter: drop-shadow(0.05em 0.05em 0.05em #00000088);
    filter: drop-shadow(0.05em 0.05em 0.05em #00000088);
}

.exptable {
  
}
.exptable td {
    padding-right : 0.2em;
     padding-top : 1em;
}
.exptable tr {
   
}

.bookdiv {
    float:right;
    display: flex;
    align-items: center;
    font-weight: 1800;
    font-style: normal;
    font-size: 1em;
    font-style: italic;

}
.cvpicdiv {
    padding-top : 0.4em;
    padding-right : 0.4em;
    float:left;
    display: flex;
    align-items: center;
   // border: solid 1.5px white;
}
.bookpic {
    height:10em;    
    border-style: solid 2px black;

}

.cvpic {
    height:10em;
    border-style: solid 2px black;
}

.exptable  td:nth-child(1) {  
  width:8em;
}
.expintable  td:nth-child(1) {  
  width:12em;
}
.exinptable  td:nth-child(4) {  
    font-size: 0.5em;
}

.exptable ul{
    margin: 0; padding: 0.5em;
}

.cvtable {
    font-size: 1em;
}

.cvtable  td:nth-child(1) {  
  width:8em;
}
.cvtable td {
    padding-right : 0.5em;  
    min-width:6em;
}

.cvtable ul{
    margin: 0; padding: 0.5em;
}

.cvcontentdiv {
   // float:right
}

.cvhead {
    width: calc (100% - 25em);

}

.content {    
    font-family: "Bruno Ace", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    padding : 0.5em 0 0.5em 0;
    width:100%;
}


.hrcv {
  border-top: 1px solid white;
}

.sec {    
    font-family: "Bruno Ace", system-ui;
    font-weight: 200;
    font-style: normal;
    font-size: 0.5em;
    padding : 0.25em 0 0.25em 0;
    width:100%;
}

.footer{
    padding-left:calc( 100% - 10em );
    width: 100%; margin:0% 2% 0% 0% ;
}

.footerimg {
    height: 3em;    
    opacity: 0.5;
    -webkit-filter: drop-shadow(3px 3px 2px #000);
    filter: drop-shadow(3px 3px 2px #000);
}

.hidden {
    display:none;
}

.banner {
    text-align:center;
    font-size: 1em;
}

.banner a
{
    font-family: "Bruno Ace", system-ui;
    padding : 0.25em;
}

.banner a:link {
  color: white;
}

/* visited link */
.banner a:visited {
  color: grey;
}



