/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/

.content-wrap {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
}


.avatar-circle {
	width: 100px;
	height: 100px;
	background-color: #ff0000;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.initials {
	position: relative;
	top: 25px; /* 25% of parent */
	font-size: 50px; /* 50% of parent */
	line-height: 50px; /* 50% of parent */
	color: #fff;
	font-family: "Courier New", monospace;
	font-weight: bold;
}

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/

.header-size-sm #header-wrap #logo img {
	height: 30px;
}