/****************************** SECTION MY PROFILE ******************************/
#section-profile{
	background: url('../img/croissant-avocado-tomato.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 190px;
}


/*-------------------- MOBILE (max-width:575.98px) --------------------*/

@media (max-width:575.98px){
	/****************************** SECTION MY PROFILE ******************************/
	#section-profile a.f16{ font-size: 14px; }
}


/*-------------------- MOBILE (min-width:576px) and (max-width:767.98px) --------------------*/

@media (min-width:576px) and (max-width:767.98px){
	/****************************** SECTION MY PROFILE ******************************/
	#section-profile a.f16{ font-size: 14px; }
}


/*-------------------- TABLET (min-width:768px) and (max-width:991.98px) --------------------*/

@media (min-width:768px) and (max-width:991.98px){
	/****************************** SECTION MY PROFILE ******************************/
	#section-profile a.f16{ font-size: 14px; }
}


/*-------------------- TABLET (min-width:992px) and (max-width:1199.98px) --------------------*/

@media (min-width:992px) and (max-width:1199.98px){
	/****************************** SECTION MY PROFILE ******************************/
	#section-profile a.f16{ font-size: 14px; }
}