body{
    margin: 0;
    font-family: sans-serif;
    color: #888;
}

h1{
    font-size: 50px;
    font-weight: 100;
}

#content-wrapper{
    width: 45%;
    min-width: 600px;
    min-height: 100%;
    display: block;
    margin: auto;
    padding: 30px 0 50px 0;
    position: relative;
    text-align: center;
}

#title{
    margin-bottom: 2%;
}

#header{
    margin-bottom: 3em;
    display:block;
    }

#menu{
    position: relative;
    width: 70%;
    font-size: 1.2em;
    margin: auto;
    height: 1.4em;
    margin-bottom: 3em;
    display: table;
    table-layout: fixed;
}

#menu span {
    display: table-cell;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#searcher{
    position: relative;
    }
    
#searchbox{
    background: rgba(0,0,0,0);
    border: 1px #888 solid;
    color: #888;
    font-family: courier new;
    font-size: 1.1em;
    height: 90%;
    width: 90%;
    margin: 0;
    padding: 0;
    }

#hash0{
    position: relative;
    bottom: 2.5em;
    }

.hash{
	position: absolute;
	color: red;
}

.photoFrame{
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    margin-top:5%;
    outline: .1em solid #eee;
}

.image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px; 
    background-color: #ddd;
}

.navLeft{
    position: absolute;
    width: 30%;
    height: 70%;
    top:15%;
    left:0px;
    cursor: pointer;
    opacity:0%;
    /* background: #ff0000; */
    transition: opacity 0.2s;
    overflow: hidden;
}

.leftArrow{
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 2em;
    text-align: left; 
    display: block;
    opacity: 40%;
    left: -20%;
}                

.navLeft:hover{
    cursor: pointer;
    opacity: 100%;
    overflow: visible;
}

.navRight{
    position: absolute;
    width: 30%;
    height: 70%;
    top:15%;
    right:0px;
    opacity:0%;
    /* background: #00ffff; */
    transition: opacity 0.2s;
    overflow: hidden;
}

.rightArrow{
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 2em;
    text-align: right;
    display: block;
    opacity: 40%;
    right: -20%;
}

.navRight:hover{
    cursor: pointer;
    opacity: 100%;
    overflow: visible;
}

.caption{
    margin-top:5px;
    font-size: .8em;
    text-align: right;
    
}

.video{
	position: absolute;
	top: 0;
	left: 0;
	min-width:100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

#how-to{
    width: 100%;
    text-align: center;
    margin-top: -6%;
    }
    
#how-to-m{
    visibility: hidden;
    }

#im1{
    background-image: url("P4101112.jpg");
}

#im2{
    background-image: url("P4101114.jpg");
}

a{
    color: #888;
    text-decoration: none;
}

a:link:hover{
    color: blue;
}

a:visited:hover{
    color: purple;
}

#footer{
    margin-top: 4em;
    }
