#popup {
    display: 			none;
    font-size: 			100%;
    padding: 			25px 0px; /* on top and bottom to allow scroll of inner div */
    position: 			fixed;
    box-shadow: 		10px 10px 15px 3px rgba(0, 0, 0, 0.75);
    /* background: 		rgba(129,162,181,1) none repeat scroll 0 0; */
    background-color: 	#fbf7ea;
    color: 				white;
    border-radius: 		10px;
    z-index: 			5;
}

#page-cover {
    display: 			none;
    position: 			fixed;
    width: 				100%;
    height: 			100%;
    background-color: 	black;
    z-index: 			1;
    top: 				0;
    left: 				0;
}