body {
  background-color: white;
  margin: 0;  
  color: #33393c;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

    span.menuimage{
      display: inline-block;
    }

    a.imlink{
      display: block;
    }

    span.menuimage#namebanner{
      width: 41%;
      height: 100%;
    }

    #namebanner a.imlink{
      background: transparent url('../interface/menu_namebanner.png') center center no-repeat;
      height: 100%;
      background-size: contain;
    }
    
    #namebanner a.imlink:hover{
      background-image: url('../interface/menu_namebanner-col.png');
    }
    
    #namebanner a.imlink.active{
      background-image: url('../interface/menu_namebanner-col.png');
    }

    span.menuimage#gamesbutton{
      width: 16%;
      height: 100%;
    }

    #gamesbutton a.imlink{
      margin-bottom: 11%;
      background: transparent url('../interface/menu_gamesbutton.png') center center no-repeat;
      height: 100%;
      background-size: contain;
    }

    #gamesbutton a.imlink:hover{
      background-image: url('../interface/menu_gamesbutton-col.png');
    }
    
    #gamesbutton a.imlink.active{
      background-image: url('../interface/menu_gamesbutton-col.png');
    }

    span.menuimage#slash1{
      width: 2.7%;
      height: 100%;
    }

    #slash1 a.imlink{
      background: transparent url('../interface/menu_slash1.png') center center no-repeat;
      height: 100%;
      background-size: contain;
    }

    span.menuimage#projectsbutton{
      width: 20.7%;
      height: 100%;
    }

    #projectsbutton a.imlink{
      margin-bottom: 7%;
      background: transparent url('../interface/menu_projectsbutton.png') center center no-repeat;
      height: 100%;
      background-size: contain;
    }

    #projectsbutton a.imlink:hover{
      background-image: url('../interface/menu_projectsbutton-col.png');
    }
    #projectsbutton a.imlink.active{
      background-image: url('../interface/menu_projectsbutton-col.png');
    }

    span.menuimage#slash2{
      width: 2.8%;
      height: 100%;
    }

    #slash2 a.imlink{
      background: transparent url('../interface/menu_slash2.png') center center no-repeat;
      height: 100%;
      background-size: contain;
    }

    #artbutton{
      width: 11%;
      height: 100%;
    }

    #artbutton a.imlink{
      margin-bottom: 12%;
      background: transparent url('../interface/menu_artbutton.png') center center no-repeat;
      height: 100%;
      background-size: contain;
    }

    #artbutton a.imlink:hover{
      background-image: url('../interface/menu_artbutton-col.png');
    }
    #artbutton a.imlink.active{
      background-image: url('../interface/menu_artbutton-col.png');
    }

h1, h2, h3{
  margin: 0 0.5em 0 0;
  display: inline;
}

h4 {
  text-align: center;
}

div#wrapper{
  max-width: 832px;
  min-width: 700px;
  margin: 0 auto;
}

div#header{
  height: 70px;
}

div#headerline{
  height: 20px;
  background: transparent url('../interface/headerline.png') center bottom no-repeat;
  background-size: contain;
}

div#footerline{
  min-height: 50px;
  background: transparent url('../interface/footerline.png') center bottom no-repeat;
  background-size: contain;
}

#footeremail a.imlink{
  min-height: 30px;
  background: transparent url('../interface/footer_email.png') right bottom no-repeat;
  background-size: contain;
}

#footeremail a.imlink:hover{
  background-image: url('../interface/footer_email-col.png');
}

div.pagebox{
  background-color: white;
  padding: 1em;
  /* margin-bottom: 0.5em; */
}

div.gameicon{
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  width: 175px;
  height: 175px;
}

img{
  max-width: 100%;
}

div.boxdiv{
    background-color: white;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 2%;
    overflow: hidden;
}

.vidbox h3{
    text-align: center;
}

div.vidbox{
    max-width: 80%;
    margin: 0 auto 1% auto;
    padding-left: 1%;
    padding-right: 1%;
    background-color: whitesmoke;
}

div.viddiv{
    padding: 2%;
    background-color: whitesmoke;
    /* float: left; */
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

video{
  display: block;
  margin: 0 auto;
}

div.pagebox object{
  display: block;
  margin: 0 auto;
}

div.addressbox p{
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

div.imdiv img{
  display: block;
  margin: 0 auto;
}

img#idpic{
  max-width: 100px;
}

a{
  color: currentColor;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}