

/*========================================*/
/*Desktop style===========================*/
body {
    
     -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    background-color: white;
    width:100%;
    margin:auto;
    overflow-x: hidden; /*this hides a pesky piece of the body on the right side*/
    font-family: "Times New Roman", Georgia, serif;
    font-family: Papyrus, Copperplate, fantasy;
    font-family:  "Lucida Console", "Courier New", monospace;
    font-family: Arial, Helvetica, sans-serif;
}
a{text-decoration: none;}
/*a:link {color:#819FF7; }*/
a:link{color:black;}
/*a:visited {color:#B4045F;}*/
a:visited {color:black;}
a:hover {color: mediumpurple;}
/*a:active {color: #FF0080; } */
a:active {color:#FE2EF7;}
/*wraps the entire page from body to body*/       
.main{
    margin:auto;
    /*the four lines here prevent page from sliding back and forth*/
    width:auto;
    overflow:hidden;
    max-width:auto;
    padding: 0.5em;
}  
p {
	white-space:normal;
    margin: 1px;
    font-family:cursive;
    
}

img {
    max-width: 100%;
    max-height: 100%;
}
.tab { margin-left: 40px;
}

em {font-size: 1em;}

.center
{
	display: block;
    margin-left:auto;
	margin-right:auto;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    padding: 0px;
    float:left;
}
IMG.fit{
    display: block;
    object-fit: contain;
    width: 120px;
    padding: 20px;
}
.panelblk{
    height:380px;
    float:left;
}
.paneltan{
    height:380px;
    float: left;
}

.art{
    max-width: 540px;
    padding: 20px;
}
.artsmall{
    max-width: 320px;
    padding: 20px;
}
.artspread{
    max-width: 1080px;
    padding: 20px;
}

/*Centers content vert and horiz. Images shrink with browser. No floating.*/
.parent{
    display: flex;
    justify-content:center;
    align-items:center;
}
    
/*Use with parent as a wrapper.*/
.image-container {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.image-container-left {
    display: flex;
    justify-content: baseline;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
#pdlogo{
    background-color: white;
    margin:auto;
    padding-left: 0%;
    padding-right: 0%;
	width:72%;
    height:auto;
}

.cell{
    position: relative;
    float:left;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-top:5px;
}
.warning{
    position: relative;
    float:left;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-top:5px;
    font-style: italic;
    border-style: solid;
    border-width: thin;
    border-color: black;
    background-color: pink;
    font-size: 0.75em;
    
}

.bric {
    max-width: 400px;
    padding-left: 50px;
    padding-right: 50px;
}
.small{
    max-width: 300px;
}
.max{
    max-width: 300px;
    padding-top: 20px;
}
.copyright{
	position: relative;
	height: auto;
	width:100%;
	float:left;
	padding-left: 1em;
	padding-right: 0em;
	padding-top: 1em;
	padding-bottom:1em;
	text-align:center;
	margin-top:20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    color: black;
    font-size: .8em;
}
/*
.clear{
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
	font-size:1px;	/*very important. Need to put this in empty divs so IE does not add extra DIV space*/
    
}
*/

.both {
  border: 1px solid black;
  clear: both;
}
figcaption {
  background-color: #000;
  color: #fff;
  font-family: papyrus, fantasy;
    font-style:normal;
    font-weight:bold;
    font-size: 1.0em;
  font: papyrus;
  padding-top: 3px;
  text-align: center;
} 
.menubar{
    width:auto;
    height:auto;
    background-color: #fff;
  color: #fff;
  font-family: arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
  font: arial;
  padding-top: 10px;
  text-align:center;
}
.menuitem{
    width:auto;
    height:auto;
    float:none;
    color:black;    
}
.activemenuitem{
    width:auto;
    height:auto;
    float:none;
    color:red;    
}
.menuspacer{
    width:10px;
    height:auto;
    padding-left: 5px;
    padding-right: 5px;
}
.menuspacerhome{
    width: 18px;
    height:auto;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url("images/blackdot.png");
}
.menuspacerimg{
    src: url(images/blackdiamond.png)''
    /*background-image: url('images/blackdot.png');*/
}

.youtube {
	background-color: #FFF;
	margin-bottom: 0px;
	position: relative;
	padding-top: 56.25%;
 	overflow: hidden;
	cursor: pointer;
    width: 300px;
}
.youtube img {
	width: 100%;
    top: 0%;
   	left: 0;
	opacity: 1.0;
}
.youtube .play-button {
	width: 60px;
	height: 40px;
	background-color: #f00;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.9;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}


        
/*iPhone========================*/
@media only screen and (max-width: 600px){ 

.panelblk{
    height:390px;
    float:left;
}
.paneltan{
    height:330px;
    float: left;
}
.art{
     max-width: 400px;
}
/*Centers content vert and horiz. Images shrink with browser. No floating.*/

/*Use with parent as a wrapper.*/
.image-container {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 1px;
}
.image-container-left {
    display: flex;
    justify-content: baseline;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 60px;
    padding-right: 60px;
}
#pdlogo{
    background-color: white;
    margin:auto;
    padding-left: 0%;
    padding-right: 0%;
	width:90%;
    height:auto;
}
.warning{
    font-size: 0.6em;
}    

.cell{
    position: relative;
    float:left;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.small{
    max-width: 100px;
}
.menubar{
    font-size: 0.8em;
}
.artsmall{
    width: 150px;
    padding: 10px;
}
.store{
    height:100px;
    padding: 20px;
}

.copyright{
	font-size: .4em;
}
       
} /*media query close*/



