body {
  background:url('../hrefreport/linkreportbg.png') fixed;
   background-attachment: fixed;
}


.reportentry {
 width: 50vw;
 padding:60px;
 -webkit-box-shadow: 7px 8px 22px 0px rgba(0,0,0,0.41); 
box-shadow: 7px 8px 22px 0px rgba(0,0,0,0.41);
margin-top:15vh;
margin-left: auto;
margin-right:auto;
background: url('../hrefreport/890db95ecd2eb3343f723b8bb7c69dae.jpg');
}


p {
 font-family: 'lexiconius';
 font-weight: 600;
 font-size: 12pt;
 color:#001133;
 text-shadow: 1px 2px 2px #EFDECD;
}

ul {
 font-family: 'lexiconius';
 font-weight: 600;
 font-size: 12pt;
 color:#001133;
 text-shadow: 1px 2px 2px #EFDECD;
}
  

h1 {
 font-family: 'lexiconius';
 font-weight: 600;
 font-size:24pt;
 color:#001133;
 text-shadow: 1px 2px 2px #EFDECD;
}

h3 {
 font-family: 'lexiconius';
 font-weight: 600;
 font-size:18pt;
 color:#001133;
 text-shadow: 1px 2px 2px #EFDECD;
}

.sidebar {
  font-family: 'HelveticaNeue-Roman';
color:#B3CCFF;
text-shadow: 1px 2px 2px #B3CCFF;
}
  
  
  
  
  
  
  
  
  
@font-face {
    font-family: 'HelveticaNeue-Roman'; /*a name to be used later*/
    src: url('../fonts/HelveticaNeue-Roman.otf'); /*URL to font*/
}

@font-face {
  font-family: 'lexiconius';
  src: url('../fonts/lexiconius.ttf');
}