body, html {
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #e8f5f8;
}

.menuimage {
    height: 80%;
}
.activemenuimage {
    height: 80%;
    border: 4px double red;
}

.menu_top {
    padding-top: .5%;
    padding-bottom: .5%;
    margin: 0 auto;
    height: 20%;
    text-align: center; 
    /*border: 1px solid black;*/
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #f7f4f4;
    border-bottom: 2px double black;
}

.menuitem a {
    text-decoration: none;
}

.menuitem {
    display: inline-block;
    height: 100%;
    margin: 0 .5% 0 .5%;
    text-align: center;
}
.videocontainer {
    position: static;
    width: 65%;
    height: 100%;
    padding: 5px 5px 5px 5px;

}

.menutext {
    display: block;
    font-size: 70%;
    color: black;
    font-family: Arial;
    font-weight: bold;
}

.content {
    padding-top: .5%;
    display: block;
    width: 100%;
    height: 80%;
    /*border: 1px solid red;*/
}
.img-controls {

    position: absolute;

    left: 60%;

    top: 24%;
    
    width: 5%;

    height: 80%;

    /*border: 1px solid red;*/

}

.img-control-button {

    width: 100%;


}
.content2 {
    position: absolute;
    left: 65%;
    top: 24%;
    width: 30%;
    height: 80%;
    text-align: center;
    z-index: 11;
    background-image: url('./Images/obitbg.jpg');
    background-size: 100%;
    padding: 0px 1% 0px 1%;
}

#slideshow {
    position: relative;
    height: 100%;
}

#slideshow IMG {
    height: 100%;
    position:absolute;
    z-index:8;
    max-width: 65%;
    opacity:0.0;
    margin-left: .5%;
}

#slideshow IMG.active {
    height: 100%;
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    height: 100%;
    z-index:9;
    opacity: 0.0;
}

#contentheader {
    font-size: 375%;
    font-family: 'Microsoft Sans Serif' ;
    font-weight: bold;
    display: block;
    padding-bottom: 3%;
}
#contentsubheader {
    font-size: 125%;
    font-family: 'Microsoft Sans Serif' ;
    font-weight: bold;
    font-style: italic;
    display: block;
    padding-bottom: 3%;
}
#contentbody {
    font-size: 100%;
    font-family: 'Microsoft Sans Serif' ;
    display: block;
    padding-bottom: 3%;
    
}

.content2 a {
    font-family: 'Microsoft Sans Serif';
    color: black;
    margin: 0px 5% 0px 5%;    
    font-weight: bold;
}