


/*

*/


/*

*/


/*

*/


a {
color: yellow ;
font-weight: bolder;
background-color: #663300;
}



a:hover, button:hover {
    color: lime;
    background-color: #800000;
}

/*

a:hover {
    color: maroon;
    background-color: lime;
}

*/



a.textshadow{
    text-shadow: 3px 2px red;
}



body {
cursor:url("Personal.cur"), default;
/*
cursor: url("http://CuzJudy.com/Personal.cur"), url("http://CuzJudy.com/Personal.cur"), default;
*/
}



button {
background-color: tan; color: brown ;
}




/*

div p {
padding :4vw;
/*font-size: 100%;*/
}





*/



div p {
padding :4vw;
/*font-size: 100%;
    z-index: 9;
    */
    background-color: lightgreen;
    font-size: 1.5em;

}

@media only screen and (orientation: landscape) and (max-width: 825px) {
div p {
/*mvp	background-color: lightblue;	mvp*/
        font-size: 1.35em;
    }
}


@media only screen and (min-width: 825px) {

div p {
/*mvp	background-color: Plum;	mvp*/
        font-size: 1.65em;
    }

}


p {
padding :4vw;
}






.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
/* mvp   background-color: #663300; mvp */
   color: yellow ;
   /*   text-align: center;
   z-index: -1;   */
}





.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
/*  padding: 5px;
  background-color: #cae8ca;
  border: 2px solid #4CAF50;
  */
}









.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}






/*



video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}








/*

function isMobileDevice() {
    return (typeof window.orientation !== "undefined") || (navigator.userAgent.indexOf('IEMobile') !== -1);
}

*/