@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,200&display=swap');

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  background-color: #D9378C !important;
  color: #fff;
}

section{
	padding:50px 0;
}
.highlight{
	border:1px solid red;
}

.text-danger{
	font-size:15px !important;
	color: white;
}
.link_peter{
	font-weight:bold;
  	text-decoration: underline !important;
  	color: #333;
}
a{
	
	
	color: #333;
}

a:hover{
	
	
	color: #333;
}

.donaora:hover{
	background-color: #D9378C;
	border: 2px solid #fff;
}
	
	
	

.donaora{
	
	font-family: 'Source Sans Pro', sans-serif;
	
    display: inline-block;
	margin: 0;
	border: none;
	color: #D9378C;
	border-radius: 0px !important;
	padding: 0.3em 1em !important;
	height: 48px;
	min-width: 120px;
	width: auto;
	text-align: center;
	background-color: #ffffff;
	white-space: nowrap;
 	
}
.form-group{
	margin-bottom:10px;
}

.form-control {
  font-size: 1.5rem !important;
  background: transparent;
  border: 2px solid #fff;
  padding: 25px;
  border-radius: 0px !important;
  color: #fff;
}