

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


.logo {
padding-top: 5px;
}
.inner {
border: 1px;
}
.inner h1 {
 font-family: tangerine;
 font-size: 3.5rem;
}
      #header nav ul li {
        /*-moz-flex-direction: inline;
        -webkit-flex-direction: inline;
        -ms-flex-direction: inline;*/
        /*min-width: 10rem !important;
        max-width: 100%;*/
        width:10rem !important;
	font-weight: bold;
      }
     #header .content p {
      text-transform: none ;
      letter-spacing: 0.2rem;
      font-size: 1rem;
      font-weight: bold;
      line-height: 2;
     }
       pre code {
    display: block;
    line-height: 1.75;
    padding: 1rem 1.5rem;
    overflow-x: auto;
    white-space: pre-line;
    }

.psy.image::before {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    background-image: url("/images/overlay.png");
    background-color: rgba(19, 21, 25, 0.5);
    border-radius: 4px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;    
    }

