@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;
}


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;	
}


*/

/* 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;
}

div#nav1 
{
    display: block;
    background-image: url("R_1header.png");
    min-height: 220px;
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.78;
    cursor: pointer;
    position: relative;
}


/* Body Header Styles */


header {
    position: relative; /* Makes the header the reference point for absolute positioning */
}



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);
}


/*    mainLinks   */






nav#mainLinks ul li {
	background-color: rgb(115, 115, 115);	
	display: block;
	float: left;
	text-align: center;
	width: 33.33%;	
}

nav#mainLinks ul li a {
	color: white;	
	display: block;
	height: 2.5em;	
	text-align: center;
	line-height: 2.5em;	
}

nav#mainLinks a:link, nav#mainLinks a:visited {
	color: white;
	background: rgb(140, 140, 140);
}

nav#mainLinks a:hover, nav#mainLinks a:active {
	background-color: rgb(51, 51, 45);
}







/* Article  Styles */

article::before 
{
   clear: both;	
   content: "";
   display: table;
}

article {
   clear: left;	
   width: 100%;/*  Has to be 100% to properly center the page. */
   margin: 0px 0px 0px 0px;
   padding: 10px 20px;
}

                                     /*Critical for correcting after Article*/
article::after 
{
   clear: both;	
   content: "";
   display: table;
}

/*



article header h1 {
	color: rgb(179, 179, 179);	Light Grey header. 
	font-family: Baskerville, "Palatino Linotype", Palatino, 
	             "Century Schoolbook", "Times New Roman", serif;
	font-size: 3em;
	text-align: center;
}



*/

/
article h1 {
	font-family: Baskerville, "Palatino Linotype", Palatino, 
	             "Century Schoolbook", "Times New Roman", serif;
	font-size: 2.5em;
	color: rgb(89, 89, 89);	/* Dark Grey "Mr. and Mrs Rivera"*/
	text-align: center;
	padding: 2px;	
}


article p {
	clear: both;
    margin-bottom: 20px;	
	text-align: center;
}


/* 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;
}

