
body {
 
  font-family: 'Josefin Sans', sans-serif;
  font-weight:400;
  background-color: transparent !important;
  color:white;
}
section{
	padding:50px 0;
}
.highlight{
	border:1px solid red;
}

.text-danger{
	font-size:15px !important;
	
}
.privacy,.link_peter{
	font-weight:bold;
  	
  	color: #F29400;
}
.link_peter:hover{
	
	text-decoration: underline !important;
	color: #F29400;
}
.donaora:hover,.donaora:hover:before{
	background-color: #dc4229;
	
}
	
.donaora{
	
	font-size: 12px;
	text-transform: uppercase;
	background: #E36955;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 30px 0 35px;
	line-height: 46px;
	position: relative;
	z-index: 9;
	display: inline-block;
	-webkit-transition: all 0.35s !important;
	transition: all 0.35s !important;
	-moz-transition: all 0.35s !important;
	-ms-transition: all 0.35s !important;
	text-decoration: none;
	border: none;
	font-family: "Poppins", sans-serif;
	border-radius: 0;
	border-color: white;
 	
}

.donaora:before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 1px;
	z-index: -1;
	background: #E36955;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skew(-12deg, 0deg);
	transform: skew(-12deg, 0deg);
	-webkit-transition: all 0.35s !important;
	transition: all 0.35s !important;
	-moz-transition: all 0.35s !important;
	-ms-transition: all 0.35s !important;
}

.form-group{
	margin-bottom:10px;
}
.form-control:focus{
	border-color: #F29400;
}
.form-control{

	font-size: 1.5rem !important;
	
	background: transparent;
	border: 1px solid #A7A7A7;
	padding: 25px;
	border-radius: 5px !important;
	color: white;
}
.radio-inline{
	width	:	30%;
}
@media only screen and (max-width: 768px) {
  .radio-inline{
	width	:	100%;
	margin-left:0px !important;
	margin-top: 3px !important;
}
}
