body {
	background-color: #fafafa;
}
.standard {
	background-color: #fff;
	border-radius: 5px;
	margin: 35px 0;
	padding: 20px;
}
.content {
	padding-top: 25px;
}
.flex {
	display: flex;
}
.flex > div {
	width: 100%;
}
.user-img {
	text-align: center;
	padding: 20px;
}
.user-img .img-rounded {
	max-width: 70px; 
	background-color: #f2eeee;
	border-radius: 111px;
}
.container.apropos {
    text-align: justify;
    max-width: 650px;
}
.page-title{
	color: #d00808;
    text-transform: uppercase;
}
.footer a{
	color: #fff;
    text-decoration: none;
}
@media (max-width: 670px){
	.hidden-xs{display:none}
}

@media (max-width: 767px){
	.page-title{
		padding-left: 30px;
	}
}