@charset "utf-8";
/* CSS Document */

a.pinky:link,a.pink:visited {
  background-color:white;
  color:#814097;
  border: 2px solid #814097;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;}

a.pinky:hover, a.pinky:active {
  background-color: #814097;
  color: white;}
		
.sriracha-regular {
  font-family: "Sriracha", serif;
  font-weight: 400;
  font-style: normal;
}


.purps {color:#814097;}
.pinks {color:#EB2D7C;}
		
#abouthero{
		 background-image: url("images/ABOUThis.jpg");
		 background-repeat: no-repeat;
         background-size: cover;
		 height:500px;}
#myhero{
		 background-image: url("images/mother.jpg");
		 background-repeat: no-repeat;
         background-size: cover;
		 height:900px;}

#donatehero{
		 background-image: url("images/mother.jpg");
		 background-repeat: no-repeat;
         background-size: cover;
		 height:450px;}
		
#dyk {
		 background-image:url("images/US.jpg");
		 background-repeat: no-repeat;
         background-size: 50%;
		 background-position: center;
		 height:900px;}
		
#foot{
		 background-image: url("images/footsy.jpg");
		 background-repeat: no-repeat;
         background-size: cover;
		 height:auto;
		color:white;}
		
#cta1{
		 background-image: url("images/cta1.jpg");
		 background-repeat: no-repeat;
         background-size: cover;
		 background-position: top, center;	
		 height:500px; }
		
		.gutter {padding: 60px}
		.pad20 {padding: 20px}
		.m20 {magin:20px;}
		.m10 {magin:10px;}
		.m60 {magin:60px;}
		.nav-link{color:#814097;
		          hover:#EB2D7C;
		          font-weight: 600;}
		.margx { margin-top:60px;}
		.wt {color:white;}
		.rt {float:right}
		.lt {float:left}
		.init {background-color: #F8F7F9; padding:10px;}
		.pk {color:#EB2D7C;}
		
#cta2 {
		 background-image: url("images/cta2.jpg");
		 background-repeat: no-repeat;
         background-size: cover;
		 background-position: top, center;	
		 padding:40px;}
		

body{
		 background-repeat: no-repeat;
         background-size: cover;
		}
ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
		