		
		.cleardiv {clear:both;
							font-size:0px;
							height:0px;
							margin: 0px;
							padding: 0px;
							}
							

    #header { 
		  
			font-family: 'Rock Salt', cursive;
      text-align: center;
      background: rgba(179, 203, 169, 1);
      background: url('./Images/Family-BG.jpg');
      background-size: cover;
      color: white;
           }
					 
    body { 
      background-color: rgba(179, 203, 169, 0.2);
	   }
		 
    a {
			display: block;
			text-decoration: none;
      color: white;
			display: inline;
        }
				
    h1 {
      font-size: 70px;
			padding: -5px, 0px, 0px, 0px;
        }
				
		h2 {
			 text-align: center;
		}	
			
    img {
      margin: 40px 0px 0px 0px;
      border: 7px solid white;
      border-radius: 20px;
        }
				
    ul {
      padding: 5px;
      background: rgba(50,50,50,0.5);
       }
			 
    li {
      display: inline;
      padding: 0px 40px 0px 40px;
			position: relative;
        }
				
		#content {
			text-align: center;
			background-size: cover;
			background: transparent;
			}
			
		#content img {
      margin: 10px auto;
      border: 7px solid blue;
      border-radius: 20px;
			align: center;
        }	
				
		hr {
			width: 1000px;
			height: 1px;
			}		
			
    .article {
		  float: left;
		  background: transparent;
      max-width: 500px;
			height: auto;
      padding: 5px;
      margin: 10px;
			text-align: left;
        }
				
		.articletwo {
			float: right;
			text-align: left;
			background: transparent;
			max-width: 500px;
			height: auto;
			padding: 5px;
			margin: 10px;
		}
				
    @media (max-width: 500px) {
      h1 {
        font-size: 36px;
        padding: 5px;
      }
			}

		#footer {
					 /*max-width: 500px;*/
					 clear: both;
					 padding: 5px;
					 color: rgba(179, 203, 169, 1);
					 font-family: 'Shadows Into Light', cursive;
					 text-align: right;
					 }
					 
		.Copy {
				color: rgba(179, 203, 169, 1);
				font-family: 'Shadows Into Light', cursive;
				text-align: right;
					 }
		.Gallery {
						 padding-left: 15px;
						 background-color: rgba(5, 5, 5, 0.8);
						 border-radius: 40px;
						 border-color: gold;
						 border-style: double;
						 border-width: 7px;
						 display: inline block;
						 vertical-align:top;
						 }
		.Gallery img	{
      			 margin: 10px 2px 10px 3px;
     				 border: 7px solid rgba(155,100,255,0.5);
      			 border-radius: 20px;
						 align: center;
        }				 
		.Gallery h2 {
						 		color: rgba(155,100,255,1);
								font-family: 'Ruthie', cursive;
								font-size: 3em;
						 		}
		.Gallery h4 {
		   			 color: rgba(155,100,255,.7);
			 			 font-size: .8em;
			 			 text-align: center;
						 }
						 
		.Gallery2 {
							float: left;
						 padding-left: 5px;
						 background-color: rgba(10,51,40,1);
						 border-radius: 40px;
						 border-color: gold;
						 border-style: double;
						 border-width: 7px;
						 display: inline block;
						 vertical-align:top;
						 }
		.Gallery2 img	{
      			 margin: 10px 2px 10px 3px;
     				 border: 7px solid rgba(155,100,255,0.5);
      			 border-radius: 20px;
						 align: center;
        }				 
		.Gallery2 h2 {
						 		color: gold;
								font-family: 'Ruthie', cursive;
								font-size: 3em;
						 		}
		.Gallery2 h4 {
		   			 color: gold;
			 			 font-size: .8em;
			 			 text-align: center;
						 }
						 
		.TContents {
		  float: left;
			background: transparent;
		  <!--  background: green; -->
			<!--  border: 4px dashed blue; -->
			height: auto;
			width: auto;
      padding: 2px;
      margin: 5px;
			text-align: left;
        }	
		
		.TContent img	{
      			 margin: 10px 2px 10px 3px;
     				 border: 5px solid red <!-- rgba(155,100,255,0.5); -->
      			 border-radius: 10px;
						 align: center;
        }
		
		.Chapter1 {
						float: none;
						height: 250px;
						width: 250px;
						background: blue;
						border: 2px solid red;
						margin: 5px;
						padding-bottom: 35px;
						
						
							}
		
		.Chapters {
						float: left;
						height: 250px;
						width: 250px;
						background: transparent;
						<!--  background: blue; -->
						<!--  border: 2px solid red; -->
						margin: 5px;
						padding-bottom: 35px;
						
						
							}				 
						 
						 								 
		#linkage {
					 text-align: center;
		
					 }
		#linkage ul p {
						 	text-align: center;
					 	 	font-family: 'Rock Salt', cursive;
							font-size: 1.25em;
							color: navy;
					
							}
		#linkage ul {
						 	text-align: left;
					 		font-family: 'Rock Salt', cursive;
							font-size: 1em;
		
					 		}
		#linkage ul li {
						 			 display: inline;
									 color: rgba(230,230,250,1);		
		
						 			 }
		#linkage a {
						 	 color: rgba(230,230,250,1);
		
						 	 }
		ul .sub1 {
							display: none;
							position: relative;	
		
							}					 
		ul .sub1 a {
			 			 	 margin-top: 5px;
						}
		ul .sub1 li {
			 			 		margin-top: 5px;
								margin-left: 15px;
								
			 			 }
		li:hover .sub1 {
			 			 		display: block;	 
			 			 }				 									 
							 	