  body {
    background: url('/images/fullbgs/bg_poohshouse.png') fixed;
    background-size: cover;
    line-height: 130%;
    font-family: 'Martian Mono';
    font-size: 0.8em;
    color: #606060;
  }

  @font-face {
    font-family: Martian Mono;
    src: url('/fonts/MartianMono-Regular.ttf');
  }
  
  @font-face {
    font-family: Martian Mono;
    src: url('/fonts/MartianMono-Regular.ttf');
    font-style: italic;
  }
  
  @font-face {
    font-family: Martian Mono;
    src: url('/fonts/MartianMono-Bold.ttf');
    font-weight: 600;
  }
  
  @font-face {
    font-family: Dating Historia;
    src: url('/fonts/DatingHistoria-Black.ttf')
  }
  
  h1 {
    font-family: 'Dating Historia';
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: rgba(155, 163, 88, 0.6);
    -webkit-text-fill-color: rgba(155, 163, 88, 0.6);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #606060;
    margin: 30px auto;
    background-color: rgba(203, 180, 131, 0.5);
    padding: 5px;
    width: 80%;
    box-shadow: 4px 4px #CCC06B;
    border: 1px solid rgba(204, 192, 107, 0.4);
    border-radius: 2px;
  }
  
  h2 {
    display: block;
    background: rgba(131, 230, 230, 0.4);
    box-shadow: 3px 3px #83E6E6;
    margin: 25px auto;
    width: 80%;
    text-align: center;
    font-size: 2em;
    color: #fefefe;
    letter-spacing: 0.1em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #a3a3a3;
  }
  
  h3 {
    background: rgba(211, 216, 176, 0.5);
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    line-height: 190%;
    margin: 60px auto 5px;
    box-shadow: 0 0 15px rgba(199, 183, 168, 0.4);
    border-top: 1px dotted #574E43;
    border-bottom: 1px dotted #574E43;
    font-family: 'Dating Historia';
    font-size: 2em;
    color: #4f4e4e;
    -webkit-text-fill-color: rgba(255,255,255,0.5);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #574E43;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }
  
  h4 {
    background: #574E43;
    border-left: 5px solid #CFAA5C;
    border-right: 5px solid #CFAA5C;
    color: #775344;
    height: 8px;
    padding: 6px 0 23px 0;
    font-size: 1.5em;
    text-shadow: 1px 1px #D3D8B0;
    -webkit-text-stroke: 1px #D3D8B0;
    text-align: center;
    letter-spacing: 2px;
  }
  
  b, strong {
    color: #A0B496;
    font-weight: 600;
  }
  
  i, em {
    color: #775344;
    font-style: italic;
    letter-spacing: 0.2em;
  }
  
  u, underline {
    color: #CFAA5C;
    text-decoration: underline;
    text-decoration-style: wavy;
  }
  
  a, a:visited {
    color: #CCC06B;
    background: #fefefe;
    outline: 5px solid rgba(255, 255, 255, 0);
    border-radius: 0;
    padding: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  a:hover {
    outline: 5px solid rgba(155, 163, 88, 0.5);
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  main {
    max-width: 1000px;
    margin: 0 auto;
  }

  nav, footer {
    position: fixed;
    left: 0;
    line-height: 100%;
    padding: 18px 0;
    width: 100%;
    background-color: #775344;
    outline: 5px solid rgba(204, 192, 107, 0.4);
    z-index: 99999;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
  }
  
  nav {
    top: 0;
  }
  
  nav a, nav a:visited, footer a, footer a:visited {
    color: #C4ECC8;
    background: none;
    font-size: 0.8em;
    outline: none;
    text-decoration: none;
    padding: 0;
  }
  
  nav a:hover, footer a:hover {
    outline: none;
    text-decoration: none;
    color: #CCC06B;
  }
  
  nav a:after, footer a:after {
    content: "╎";
    color: #eaeaea;
    opacity: .5;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  nav a:last-of-type:after, footer a:last-of-type:after {
    content: none;
  }
  
  .profile {
    width: 750px;
    height: auto;
    margin: 100px auto;
    background-color: #f4f4f4;
    border-top: 10px solid #9BA358;
    border-bottom: 10px solid #9BA358;
    outline: 10px solid rgba(255, 255, 255, 0.4);
  }
  
  .mug-img {
    width: 250px;
    height: 405px;
    position: relative;
    background-image: linear-gradient(to bottom right, #C4ECC8, #dbdbdb)
  }
  
  .mugshot {
    margin-top: 26px;
    right: 8%;
    padding: 5px;
    border-radius: 3px;
    width: 250px;
    height: 405px;
    float: left;
    background-color: #997863;
    border: 1px solid rgba(204, 192, 107, 0.6);
    outline: 5px solid rgba(204, 192, 107, 0.4);
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .mugshot .mug-bg {
    z-index: 0;
    display: block;
    position: absolute;
    left: -20%;
    top: -20%;
    width: 150%;
    height: 90%;
    background: #CCC06B url('/images/fullbgs/bg_poohshouse.png') no-repeat;
    background-size: cover;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  .mugshot img {
    width: 250px;
    height: 405px;
    z-index: 1;
    opacity: 0; 
    transition: opacity 0.5s ease-in-out; 
  }
  
  .mugshot:hover img {
    opacity: 1; 
    transition: opacity 0.5s ease-in-out; 
  }
  
  .mugshot .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    filter: grayscale(100%);
    mix-blend-mode: overlay;
  }
  
  .infobox {
    margin-left: 180px;
  }
  
  .infobox ul {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0;
    padding: 0;
    margin-bottom: 5px;
  }
  
  .infobox li {
    background-color: transparent;
    list-style-type: none;
    border: none;
    border-radius: 0;
    padding: 8px;
  }
  
  .info li {
    margin: -5px;
    margin-left: 5px;
  }
  
  .info li:before {
    content: ">";
    margin-left: -19px;
    margin-right: 5px;
    font-size: 1.4em;
    line-height: 120%;
    color: #98B072;
  }
  
  .stats {
    font-size: 0.8em;
  }

  .bar {
    background: #eaeaea;
    width: 80%;
    height: 10px;
    border-radius: 1px;
    margin-left: -6px;
  }

  .points {
    background-color: #83E6E6;
    height: 10px;
    border-radius: 1px;
  }
  
  .biography {
    padding: 25px;
    line-height: 190%;
  }
  
  .biography .blurb {
    background: #fff url('/images/fullbgs/bg_100woods.png') no-repeat;
    background-size: cover;
    height: 450px;
    overflow: auto;
    padding: 25px;
    border-radius: 3px;
    border: 16px solid transparent;
    border-image: url('/images/vines2.png') 16 round;
  }
  
  .blurb .textbox {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #775344;
    padding: 25px;
  }
  
  .keywords, .xtions, .block {
    background: #eaeaea url('/images/tiles/bg_linedpaper.png') repeat;
  }
  
  .keywords-xtions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    margin: 10px 0 20px 0;
  }
  
  .title-keywords, .title-xtions {
    width: 84%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 10px;
    font-size: calc(0.8em + 10px);
    font-weight: 700;
    letter-spacing: 1px;
    word-spacing: 3px;
    background: rgba(152, 176, 114, 0.5);
    color: #fff;
    text-shadow: 3px 3px 0 #98B072, -1px -1px 0 #98B072, 1px -1px 0 #98B072, -1px 1px 0 #98B072, 1px 1px 0 #98B072;
    border: 1px dashed #fff;
    outline: 5px solid rgba(152, 176, 114, 0.8);
  }
  
  .keywords, .xtions {
    border: 5px double #CBB483;
    border-radius: 3px;
    width: 260px;
    height: 255px;
    padding: 10px 20px;
    margin-bottom: 10px;
    overflow: auto;
  }
  
  .keywords {
    margin-right: 5px;
  }
  
  .keywords span {
    display: inline-block;
    margin: 5px 0;
    padding: 2px 4px;
    color: #fff;
    background-color: #CBB483;
    box-shadow: 2px 2px #775344;
    border: 1px dotted #D3D8B0;
  }
  
  .keywords b {
    display: block;
    margin: 10px 0px 10px 5px;
    font-size: calc(0.8em + 10px);
  }
  
  .xtions {
    margin-left: 10px;
  }
  
  .xtions .ppl {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 5px double rgba(87, 78, 67, 0.2);
    margin: 15px 0;
    border-radius: 5px;
    background-color: #fff;
  }
  
  .ppl-top {
    width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: flex-start;
  }
  
  .ppl-top img {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #98B072;
  }
  
  .ppl blockquote {
    margin: 0px 0px 10px 10px;
    padding: 0px 5px 0px 15px;
    border-left: 1px solid #98B072;
  }

  #charms {
    position: fixed; 
    right: 14.7%;
    top: 23%; 
    width: 80px; 
    height: 80px; 
    background: #CFAA5C url('/images/fullbgs/bg_hunnytree.png'); 
    background-size: cover;
    border: 5px ridge #CFAA5C;
    outline: 2px solid rgba(211, 216, 176, 0.5);
    border-radius: 5px;
    float: left; 
    padding: 10px; 
  }
  
  .one {
    transform: rotate(-4deg);
  }
  
  .two {
    margin-top: 120px;
    transform: rotate(3deg);
  }
    
  .three {
    margin-top: 240px;
    transform: rotate(-5deg);
  }

  .chime {
    position: fixed; 
    right: 18%;
    top: 20%;
    height: 410px; 
    width: 15px; 
    background: #574E43;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
  }
  
  #sillyoldbear img {
    position: fixed;
    bottom: 7%;
    right: 20%;
    width: 100px;
    z-index: 1;
  }
  
  .block {
    border: 5px double #775344;
    border-radius: 3px;
    padding: 10px;
  }
  
  .m-title {
    background-color: #D3D8B0;
    border: 1px dashed #fff;
    outline: 5px solid rgba(152, 176, 114, 0.8);
    font-size: 1.3em;
    text-shadow: -3px 2px 0px rgba(155, 163, 88, 0.69);
    justify-content: flex-start;
    display: flex;
    padding: 10px;
  }
  
  .m-title b {
    color: #fff;
    font-weight: 600;
  }

  .m-title b:nth-of-type(1) {
    width: 11%;
    margin-left: 2%;
  }
    
  .m-title b:nth-of-type(2) {width: 241px;}
  .m-title b:nth-of-type(3) {width: 230px;}

  .m-list {
    width:100%;
    border-radius: 0px 0px 5px 5px;
    padding: 10px 0px;
  }

  .m-song {
    background: rgba(211, 216, 176, 0.1);
    padding: 5px;
    border-radius: 5px;
    margin: 4px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
    
  .m-song img {
    width:40px;
    height:40px;
    border-radius:5px;
    border:1px solid #CFAA5C;
    box-shadow:inset 0px 0px 5px rgba(78, 78, 78, 0.1);
  }
        
  .m-song span {
    width:40px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-shadow: 1px 1px 0px rgba(203, 180, 131, 0.69);
  }
        
  .m-song span:nth-of-type(1) {
    justify-content:center;
  }
        
  .m-song span:nth-of-type(3) {
    width:240px;
    margin-left:10px;
  }
        
  .m-song span:nth-of-type(4) {
    width:240px;
  }
        
  .m-song span:nth-of-type(5) {
    width:50px;
  }
  
  footer {
    bottom: 0px;
    border-top: 1px solid #997863;
  }
  
  /* music player */
  
  #glenplayer02 {
    position:fixed;
    bottom: 6%;
    margin-bottom:10px;
    margin-left:10px;
    display:flex;
    z-index:99;
  }
            
  #glenplayer02 a {
    text-decoration:none;
  }

  #glenplayer02 > div {
    align-self:center;
    -webkit-align-self:center;
  }

  .music-controls {
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    width:22px;
    font-size:16px;
    cursor:pointer;
  }

  .playy, .pausee {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #775344;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #775344;
    font-size: 22px;
    border-bottom: none;
  }

  .pausee {
    display:none;
  }