/* styles.css contains certain page item formats */

body {
    font-family: Courier New, Courier;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: #000000; /*Black*/
    font-weight: normal;
    font-variant: normal;
    text-transform: normal;
}

body.X {
	font-size:18px;
}

.Bkgd {
  background-color:#f3f385;
}

.bld {
	font-weight: bold;
}

.XLge {
	font-family: Times New Roman, Times, Georgia;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: normal;
}

.Lge {
    font-family: Times New Roman, Times, Georgia;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: normal;
}

.Med {
    font-family: Times New Roman, Times, Georgia ;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: normal;
}

.Sm {
    font-family: Times New Roman, Times, Georgia;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: normal;
}

.Italic {
    font-family: Times New Roman, Times, Serif;
    font-style: italic;
    line-height: normal;
    color: #000000;
    font-variant: normal;
    text-transform: normal;
}

.starred {
	font-family: Times New Roman, Times, Serif;
    color: #FF0000;
    font-weight: bold;
    font-variant: normal;
    text-transform: normal;
}

/* used to offset */
.pad {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 25%;
}

.Xpad {
	padding-left: 150px;
}

/* used for centering on pages */
.box {
  width: 60%;
  border: 0;
  padding: 0;
  margin: 0;
}

.boxCntr {
  width: 60%;
}

.Lft {
	float:left;
  padding-right: 20px;
}

.Rgt {
	float:right;
  padding-left: 20px;
}

.Vcntr {
  vertical-align:  text-bottom;
}

.Xcntr {
  text-align: center;
}

.Cntr {
	float: center;
	padding-left: 20px;
	padding-right: 20px;
}

.txtBox {
  width: 70%;
  border: 5px solid black;
  padding: 5px;
  margin: 10px;
}

/* CSS Graphic Overlay */
    
	 .multiPic1{
    /* PP Logo */
	    position: relative;
	    left: 40px;
      top:3px;
      border: none;
    }
    .multiPic2{
    /* Pool */
      position: absolute;
      top: 3px;
	    left: 400px;
      height: 300px;
      width: 450px;
	    border: none;
      z-index: -1;
    }

	.multiPic3{
    /* flowers */
      position: absolute;
      top: 325px;
	    left: 0px;
	    width: 500px;
	    height: 250px;
	    border: none;
       z-index: -2;
    }
  
  	.multiPic4{
    /* front sign */
      position: absolute;
      top: 75%;
	    left: 45%;
	    border: none;
      /* height:40px;
      width:40px; */
      z-index: -1;
    }
  
  .multiPic5{
      position: absolute;
      top: 80%;
	    left: 30%;
      /* width:400px;
	    height: 400px; */
	    border: none;
	    z-index: -1;
    }
 
  .transboxCyan {
		margin: 0px;
		background-color: lightblue;
 }
 
 .transboxYellow {
   margin: 10px;
   background-color: Yellow;
 }
 
 .transboxLightYellow {
   margin: 10px;
   background-color: rgb(240, 240, 163);
 }

 #hrule {
  height: 2px;
  background-color: blue;
  border-color: blue;
 }
 
 marquee {
	 font-family: Arial;
	 font-size: 32px;
   font-style: italic;
   font-family:Georgia, 'Times New Roman', Times, serif;
   color: darkblue;
 }

 .textarea {
  font-size: 24px;
  font-weight: bold;
 }
 
 button.styled {
  border: solid;
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}
