/*Alspaugh_Introduction
Author: Christina Alspaugh
9/4/2020-9/5/2020*/


header	{ 	text-align: center;
			font-weight: bold;
			font-style: italic;	
			margin-top: 1rem;
		}
		
img 	{	border-radius: 20px;
			box-shadow: 5px 5px 5px;
		}

		
h1   	{ 	background-color: #531c61;
			text-align: center;
			color: #c779db;
			margin-top:-1rem;
			font-size: 35px;		
		}

body	{   background-color: #e5dee7;
			padding:.5em;
		}
 
h2  	{	font-family: sans-serif;
			font-weight: bold;
			font-style: italic;
			font-size: large;
			text-align: center;
			margin-bottom: 3rem; 
			color: #6d0f85
		}

h3  	{	font-family: sans-serif;
			font-weight: bold;
			font-style: normal;
			font-size: large;
			text-align: left;
			color: #6d0f85;
			padding:.5em;
		}


p  		{	font-family: sans-serif;
			font-weight: normal;
			font-style: normal;
			font-size: medium;
			text-align: left;
			padding: .5em;
		}

hr 		{	border-style: inset;
			display: block;
			border-width: 6px;
			margin-bottom: -1rem;
			margin-top: 4rem;
			margin-right: 8rem;
			margin-left:8rem;
		}

table 	{ 	border-collapse: separate;
			border-spacing: 3px;
			padding: 4px;
			width: 70%;
			margin-bottom: 10rem;
			text-align: center;
			border: 2px solid #531c61; 
			margin-left: auto;
			margin-right: auto;
			margin-top: 10rem;
		}

	
caption {	text-align: center;
			font-weight: bold;
			font-style: italic;
			font-size: 35px;	
			background-color: #531c61;
			color: #c779db;
		}
			
td, th 	{ 	padding: 5px; 
			font-family: Arial, sans-serif;
			text-align: center;
			font-weight: bolder;
		}


footer  { 	background-color: #531c61;
			text-align: center;
			color: #c779db;
			font-size:20px;	
			margin-bottom:0rem;
		}
		
#back 	{   background-image: linear-gradient( #9774a0, #e5dee7)
}	
		
th.label1  {	background-color:#c779db;
			font-weight: bold;
			color: #531c61;
			font-size: x-large;
		}
td.label2  {	background-color:#c779db;
			font-weight: bold;
			color: #531c61;
			font-size: x-large;
		}