

body  {
/* 	background-color: black; */
	background-image: url("images/wild_flowers.png");
	background-attachment: fixed;/*
	background-size: 1110px 600px;*/
    background-repeat: repeat;

    color: darkslategray; 
    /*padding: 10px;*/
    font-family: Helvetica, Arial, sans-serif;
}
a 	{
	color: black;
	font-weight: bold;
}
h1	{
	/*background-color: white;*/
	/*color: grey;*/
	text-align: center;
	border-bottom: 2.0px solid grey;
	padding: 20px 0 20px 0;
	margin: 0;
	font-size: 50px;
}
h2	{
	padding: 20px 0 10px 0px;
	color: black;
	margin: 0;
	text-align: center;
	font-size: 30px;
	/*background-color: white;*/
}
h3
{
	padding: 20px 0 10px 0px;
	margin: 0;
	text-align: center;
}
p {
/*	background-color: white;*/
	color: grey;
	line-height: 2.0;
	padding: 20px 20px ;
	margin: 0px 50px;
	background-image: url("images/low_contrast_linen.png");
   background-repeat: repeat;
   border-radius: 15px;
}

img 	{
	border-radius: 50%;
}
.profile_img{
/*	display: block;
	margin: 0 auto;*/
	float: left;
	border-radius: 15%;
	height: 255px;
	width: 255px;
	margin: 0px 10px 0px 50px;
	padding:20px 20px ;
}

.link_img{
	display: block;
	margin: 0 auto;
	padding:20px 0px;
}

.copyright{

/*	background-color: white;*/
	line-height: 2.0;
	padding: 20px 10px 20px 10px;
	margin: 0px 50px;
	text-align: center;
	background-image: url("");
}

/*.aboutme	{
	overflow: hidden;
}*/
.banner	{
/*	background-image: url("images/wild_flowers.png");
	background-attachment: fixed;
	background-size: 1110px 600px;
    background-repeat: repeat;*/

}

.photolinks{
	font-size: 30px;
	color: gray;

}




