/* General styling */

body {
	color: rgb(255, 255, 255);
	background: rgb(120, 169, 66);
	height: 100%;
	}
	
	.header {
		background: rgb(120, 169, 66);
		color: rgb(255, 255, 255);
	}
	
	.footer {
		background: rgb(38, 21, 101);
		color: rgb(255, 255, 255);
		
	}
	
	#header_space {
		height: 91px;
	}
	
	#home_space {
		height: 84px;
	}
	
	#subhead_space {
		height: 40px;
	}
	#about_space {
		height: 200px;
	}
	#principles_space {
		height: 50px;
	}
	#hello_space {
		height: 100px;
	}
	
	#home_blue_border {
		border-style: solid;
		border-width: 2px;
		border-color: rgb(38, 21, 101);
		border-left-style: none;
		border-right-style: none;
		
	}
	
	
	#about {
		background-color: rgb(255, 255, 255);
		color: rgb(38, 21, 101);
		background-width: 100%;
	}
	
	
	#work
	{
			background-color: rgb(255, 255, 255);
			color: rgb(38, 21, 101);
		}
	
		
		.green {
			color: rgb(120, 169, 66);
		}
		
		.blue {
			color: rgb(38, 21, 101);
		}
		
		.bold
		{
			font-weight: bold;
		}
		
	#email-info {
	margin-top: 40px;
	font-size: 16px;
	}