@charset "utf-8";

/*
   
   
   Layout and Typographical Style Sheet for home page   
   Author: Eric Rivera	
   Date:   05/23/2022
   Filename: tb_style1.css

html {
   background-color: rgb(211, 211, 211);  
   color: rgb(51, 51, 51);
   font-size: 12px;
}

*/

/* HTML Styles */


html {
background-image: url(R_8article.png);
background-repeat: no-repeat;
background-size: cover;
} 


/* Page Body Styles */

body {
   background-color: rgb(211, 211, 211);
   font-family: Verdana, Geneva, Arial, sans-serif; 	
   margin-left: auto;
   margin-right: auto;
   width: 960px;
}


/* Body Header Styles */


body > header > div > nav#topLinks {
	position: relative;
	background-color: clear;
	color: 	rgb(51, 26, 0);
	font-size: 2em;
	line-height: 1.7em;
	padding: 5px 10px 5px 10px;
	left: 340px;
	bottom: -184px;
}



nav#topLinks a:link, nav#topLinks a:visited {
	color: rgba(217, 217, 140, 0.5);
	text-shadow: 2px 5px 1px rgba(115, 77, 38, 0.4);
}

nav#topLinks a:hover, nav#topLinks a:active {
	color: rgba(248, 237, 212, 0.8);
}

nav#mainLinks ul li {
	background-color: rgb(53, 98, 42);	
	display: block;
	float: left;
	text-align: center;
	width: 33.33%;	
}

nav#mainLinks ul li a {
		
	display: block;
	color: black;
	height: 2.5em;	
	text-align: center;
	line-height: 2.5em;
	font-size: 2em;	
}




nav#mainLinks a:link, nav#mainLinks a:visited {
	color: white;
	background-color: rgb(115, 115, 115)
}

nav#mainLinks a:hover, nav#mainLinks a:active {
	background-color: rgb(191, 191, 191);
}


/* Article  Styles */
article {	
   			   
   padding: 30px 20px 10px 20px;
}

article header {
	margin: 20px auto;	
	width: 70%;
}

article header h1 {
	color: rgb(179, 179, 179);	
	font-family: Baskerville, "Palatino Linotype", Palatino, 
	             "Century Schoolbook", "Times New Roman", serif;
	font-size: 3em;
	text-align: center;
}

article::after {
   clear: both;	
   content: "";
   display: table;
}


/* Section Styles */


section#leftColumn {
	float: left;	
	margin-left: 15%;
	margin-right: 4%;
	width: 40%; 	
}

section#leftColumn p {
	font-size: 1.8em;
	line-height: 1.4em;	
	margin-bottom: 20px;
	text-align: justify;
	color: black;
	text-shadow: 2px 5px 2px gray;
}


/* Aside Styles */

aside {
	background-color: rgba(211, 211, 211, 0.6);
	float: left;
	margin-right: 15%;
	padding: 20px;
	width: 26%;	 
}

aside h1 {
	color: rgb(77, 77, 77);	
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 10px;
	text-align: center;
}

aside li {
	font-size: 1.1em;
	line-height: 1.5em;
}

aside li.newGroup {
	margin-top: 15px;
}

nav#familyLinks a {
	color: rgb(51, 51, 51);
	text-decoration: underline;
}


/* Footer Styles */

footer {
	color: white;	
	display: block;
	padding-top: 20px;
	padding-left: 180px;
	font-weight: bold;
}

body > footer > nav.vertical, body > footer > section {
	display: block;
		
}

body > footer > nav {
	float: left;
	width: 30%;
}

body > footer > nav#vert2 {
	padding-left: 20px;
	padding-right: 20px;

}


body > footer > section {
	clear: both;
	text-align: center;
	padding-top:200px;
   width: 80%;
	
}

body > footer > nav.vertical > ul {
	line-height: 2em;
}

footer nav a {
	text-decoration: underline;
	font-size: 1.5em;
}

footer a:visited, footer a:link {
	color: white;
}

footer a:hover, footer a:active {
	color: 	rgba(77, 77, 77, 0.4);
	text-shadow: 2px 5px 2px rgba(242, 242, 242, 0.3);
}

footer::after {
   clear: both;	
   content: "";
   display: table;
}

