@charset "utf-8";
h1  {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #48123E;
	font-size: xx-large;
	font-style: normal;
	font-weight: normal;
}
header {
	padding-bottom: 15px;
	/*border-bottom: 2px solid #D5D5D5;*/

}
section {
	border-bottom: 2px solid #D0D0D0;
/*	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 15px;*/
}
main section .section2 {
	width: 820px;
	border-width: 2px;
	border-style: solid;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited {
	color: #BD483A;
	text-decoration: none;
}
header h2 {
	text-align: center;
	font-size: medium;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a:hover, a:active {
	color: #DBA9B7;
	text-decoration: none; /*removes the underline for links*/
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

nav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: center;
	border-left-width: medium;
	border-right-width: medium;
	border-bottom: 2px solid #D0D0D0;
	border-top-width: medium;
}
nav ul li {
	display: inline-block;
	margin-left: 7px;
	font-size: 1.1rem;
	padding-bottom: 15px;
	border: 0px solid #DDD8CA;
	margin-right: 7px;
}
a {
	text-decoration: none;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
.blogtitle {
		
}
.section2 {
	width: 900px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 30px;
	padding-top: 23px;
	border-bottom: 2px solid #DDD8CA;
	border-radius: 15px;
	background-color: #DDD8CA;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	margin-top: 16px;
}


.profile_img{
	display:inline-block;
	width: 275px;
	vertical-align: middle;
	
}
.profile_p{
	width:516px;
	padding-left: 25px;
	display:inline-block;
	margin-top: auto;
	margin-bottom: auto;
}
main p {
	padding-left: 50px;
	padding-right: 50px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
footer {
	border-top: 2px solid #DDD8CA;
}
footer ul {
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;

}
footer ul li {
	display: inline-block;
	padding-right: 20px;
}
main img {
	margin-left: 30px;
	margin-right: auto;
}
