
body {
  font-family: 'Baloo Chettan 2', cursive;
}
section{
	padding:50px 0;
}
.highlight{
	border:1px solid red;
}
.text-danger{
	font-size:15px !important;
}
.link_peter{
	text-decoration: underline;
  	text-decoration-color: #6f230d;
  	color: #6f230d;
}
a:hover{
	text-transform:underline;
	text-decoration-color: #dc391e;
	color: #dc391e;
}
.donaora:hover{
	color: #ffffff;
	background-color: #701e12;
	border-color: #701e12;
	
	
}
.donaora{
	color: #ffffff;
	border-color: #f24131;
	background-color: #f24131;
	width:auto;
	
	border-radius:10px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
 	
}
.form-group{
	margin-bottom:10px;
}

.form-control{

	font-size: 1.5rem !important;
	
	background: transparent;
	border: 1px solid #A7A7A7;
	padding: 25px;
	border-radius: 0;
	color: #535353;
}
