h1 {
	font-size: 48px;
	color: #625d5b;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	font-size: 36px;
	color: #625d5b;
	font-weight: 600;
}
h3 {
	font-size: 25px;
	color: #625d5b;
	/*font-weight: 700;*/
	/*text-transform: uppercase;*/
	margin-bottom: 15px;
	margin-top: 0px;
}
.phototitle {
	font-size: 25px;
	color: #625d5b;
	font-weight: 600;
}
p {
	font-size: 14px;
	color: #625d5b;
	font-weight: 400;
	text-align: justify;
}
::-webkit-input-placeholder {
   color: #625d5b;
}

:-moz-placeholder { 
   color: #625d5b;  
}

::-moz-placeholder {  
   color: #625d5b;  
}

:-ms-input-placeholder {  
   color: #625d5b;  
}