.kid_profile {
	width: 33.33333333%;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.thumb_container {
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
}

.thumb_container a {
	display: block;
	width: 100px;
	height: 100px;
}

.thumb_container a:hover {
	opacity: 0.5;
	filter: alpha(opacity=100);
}

.center-cropped {
	object-fit: none;
 /* Do not scale the image */
	object-position: center;
 /* Center the image within the element */
	height: 100px;
	width: 100px;
}

/* for header */
header {
	text-align: center;
	color: #fff;
	background: #FFe161;
}

header a{
	text-align: center;
	color: #000;
	background: #FFe161;
}

header .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

header img {
	display: block;
	margin: 0 auto 20px;
}

header .intro-text .name {
	display: block;
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 2em;
	font-weight: 700;
}

header .intro-text .skills {
	font-size: 1.25em;
	font-weight: 300;
}

.no_margin_bottom {

  margin-bottom: 0;

}



/* header end */

/* new menu */
.socials {
	text-align: center;
	color: #000;
	font-color: #000;
}

menu_items a{
	text-align: center;
	color: #000;
	background: #FFe161;
}

body {
	background-color: #FFe161;
}




