
body
{
    background-image: url(images/bg.png);
    min-height: 350px;
    margin: 0;
    color: red;
    font-family: 'Times New Roman', Times, serif;
}

html
{
    height: 100%;
}

.navmenu
{
    position: fixed;
    top: 0;
    width: 180px;
    height: 100%;
    right: 0;
    padding: 0;
    overflow: hidden;
    z-index: 10;
}

.navbutton
{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 00px;
    font-weight: bold;
    background-color: beige;
    text-align: center;
    height: 50px;
    line-height: 50px;
    right: -67%;
    position: relative;
    border-top: 1px solid orange;
    border-bottom: 1px solid plum;
    cursor: pointer;
    transition: all 0.1s 0s ease-in-out;
}

.navbutton:hover
{
    font-size: 20px;
    line-height: 70px;
    right: 0%;
    height: 70px;
}

.display_img
{
    border: 10px solid darkred;
    width: 500px;
}

.display_item
{
    min-width: 600px;
    width: 600px;
    /*height: 550px;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 50px;
}

.display_desc
{
    padding-top: 40px;
}

.display_block
{
    display: flex;
    justify-content: center;

    /* pad for navmenu, value = navbutton.right% * navmenu.width*/
    /*padding-right: 107px;*/
}

.graphic_block
{
    background-color: beige;
    border: 10px solid darkred;
    padding-top: 20px;
    padding-bottom: 20px;
}

.text_display_block
{
  height: 500px;
  width: 500px;
  border: 10px solid darkred;
  background-color: beige;
  position: absolute;
  z-index: 1;
}

.text_display_text
{
    padding: 30px;
    position: absolute;
    z-index: 2;
    text-align: left;
    word-wrap: break-word;
    width: 460px;
}

.text_display_title
{
    padding: 30px;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    text-align: left;
    word-wrap: break-word;
    width: 485px;
    font-size: large;
    font-weight: bold;
}

#contact_info
{
    width: 500px;
    min-height: 200px;
    font-family:'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: large;
    text-align: center;
}