.donate-stop-child-abuse .container-header {
    height: 85px;
    background: #ffffff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #e1e7ec;
}
.donate-stop-child-abuse .container-header .grid-child {
padding: 0px 110px;
}
.donate-stop-child-abuse .grid-child {
margin-left: calc(var(--bs-gutter-x) * -.5);
margin-right: calc(var(--bs-gutter-x) * -.5);
}

.donate-stop-child-abuse .container-header .navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
}

.donate-stop-child-abuse .footer {
    background: #0d1922;
    color: #9aa9b5;
  	padding: 0;
}
.donate-stop-child-abuse h1 {
	font-weight: 600;
	color: #622181;
	line-height: 1.2;
	font-family: 'Arial', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
@media (min-width: 200px) {
  .donate-stop-child-abuse h1 {
	margin-top: 20px;
    font-size: 1.6em;
  }
}
@media (min-width: 768px) {
  .donate-stop-child-abuse h1 {
	margin-top: 40px;
    	font-size: 3em;
  }
}
@media (min-width: 200px) {
.donate-stop-child-abuse .footer {
margin-top: 1200px;
}
}
@media (min-width: 300px) {
.donate-stop-child-abuse .footer {
margin-top: 1170px;
}
}
@media (min-width: 350px) {
.donate-stop-child-abuse .footer {
margin-top: 1140px;
}
}
@media (min-width: 400px) {
.donate-stop-child-abuse .footer {
margin-top: 1090px;
}
}
@media (min-width: 500px) {
.donate-stop-child-abuse .footer {
margin-top: 1050px;
}
}

.donate-stop-child-abuse #footer1 {
    text-align: left;
}

.donate-stop-child-abuse #footer2 {
    text-align: right;
}

@media (min-width: 1200px) {
.donate-stop-child-abuse .footer .grid-child{
  max-width: 1427px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
}
/* Donate Menu Button*/
.donate-menu-btn {
  background-color: #e00071;
    border: none;
    color: #fff;
    padding: 11px 30px !important;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 100px;
	font-weight: 600;
    position: relative;
    z-index: 1;
    letter-spacing: 0.27px;
  	text-decoration: none;
}
.donate-menu-btn:hover {
  background-color: #622181;
  color: #fff;
}