.QuoteBox {
  color: white; /*  #d6d6d6; */
  /* font-size: 37px; */
  font: italic 300 20px/24px "Lato", sans-serif;
  padding: 10px 10px 10px 15px;
  margin-top: 12px;
  margin-bottom: 14px;
  margin-left: 5.5cm;
  border-radius: 7px;
  background-color: rgb(0,176,240);
  -webkit-transition: 1s;
  transition: 1s;
  box-shadow: 10px 10px 5px #888888;
  box-sizing: border-box;
    width: 50%;
    float: left;
}
.FollowQuote {
  margin-left: 6.25cm;

}
.ClrPink {
	 color:  green;
	 background-color: rgb(255,204,255);
	 font-weight: 900;
}
.ClrGreen {
	 color:  white;
	 background-color: rgb(0,102,0);
}
.ClrGold {
	 color:  black;
	 background-color: rgb(255,192,0);
}
.ClrOrange {
	 color:  white;
	 background-color: rgb(255,102,0);
	 /* font-weight: 900; */
    font: 600 20px/24px "Lato", sans-serif;

}
.ClrPaleYellow {
	 color:  navy;
	 background-color: rgb(251,251,155);
	 /* font-weight: 900; */
    /* font: 600 20px/24px "Lato", sans-serif; */

}


.GSCLogoTop_Big {
		display: inline;
}
@media (max-width: 720px) {
	 .GSCLogoTop_Big {
	      display: none !important;
	 }
}



.OnlyMobile_GSC {
}

.NotMobile_GSC {
}
.MainDisplay {
   /* background-image: url(../Shelter_Software_Images/wishbg.jpg); */
   /* background-repeat: repeat-y;              */
	padding: 10px 10px 10px 10px;
}



@media (max-width: 680px) {
  .MainDisplay {
	 margin-left: 2cm;

  }
  .OnlyMobile_GSC {
        display: table-cell !important;
		  padding: 0px 0px 0px 0px;
    }

  .NotMobile_GSC {
		  display: none !important;
    }

  .QuoteBox {
	  margin-left:3cm;
  }
  .FollowQuote {
	   margin-left:3.75cm;
  }
}


@media (max-width: 400px) {
  .MainDisplay {
	 margin-left: 0cm;

  }
  .OnlyMobile_GSC {
        display: table-cell !important;
		  padding: 0px 0px 0px 0px;
    }

  .NotMobile_GSC {
		  display: none !important;
    }
  .QuoteBox {
	  margin-left:.5cm;
     width: 95%;
     float: right;
	  font: italic 300 14px/16px "Lato", sans-serif;

  }
  .FollowQuote {
	  margin-left:1.3cm;

  }

}

@media (min-width: 681px) {
  .MainDisplay {
	 margin-left: 4cm;
	 padding: 0px 0px 0px 0px;

  }

  .OnlyMobile_GSC {
		  display: none !important;
    }

  .NotMobile_GSC {
        display: table-cell !important;
		  padding: 0px 0px 0px 0px;
    }
}



/* to handle the WISH logo on the top */
.MastheadLogo_Big {

}
.MastheadLogo_Small {

}
@media (min-width: 280px) {
  .MastheadLogo_Big {
	  display: inline;
  }

  .MastheadLogo_Small {
		  display: none !important;
    }

}
@media (max-width: 279px) {
  .MastheadLogo_Big {
	  display: none !important;
  }

  .MastheadLogo_Small {
		  display: inline;
    }

}


