@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,800');

body, html {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
  font-weight: 300;
}

p {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.5; 
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
    line-height: 1.3;
}
.txt_white_shadow {
    text-shadow: 2px 2px 3px  #FFF;
}
.txt_black_shadow {
    text-shadow: 2px 2px 3px  #000;
}
.container-charity {
	background: top left url(../img/bg/charity/bg-charity.jpg) no-repeat;
	background-size: cover;
}

.hands { width: 100%;}
.charity-logo { z-index: 10; margin-top: -18%; }
.charity-title { margin: 5% 0 0 0; }
.charity-content {
	display: block;
	margin: 0 auto 5% auto;
	width: 70%;
	text-align: left;
}
.charity-content p {
	color: #FFF;
	text-align: left;
	font-size: 28px;
	margin-bottom: 5%;
	font-style: italic;	
	font-weight: 300;
}
.signature {
	margin: 3% 0 0 0;
}
.signature-txt { font-size: 20px!important; }
.img-txt {
	max-width: 400px;
}
.img-txt p {
	font-size: 20px;
}
@media (max-width: 768px) {
	.k10 { margin-top: 20px;}
	.img-txt p {
		margin-top: 20px;
	}
}
@media (max-width: 660px) {
	.container-charity p, .signature-txt  {
		font-size: 16px!important; 
	}
}