body { 
	background-color: White;
	font-family: Georgia, "Helvetica Neue", Sans-Serif;
	margin: 0px;
}
a {
	color: #004AAD;
	text-decoration: none;
}
#wrapper {
	display: grid;
	grid-auto-rows: minmax(0px, auto);
	grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0px, 160px)) minmax(0px, 1fr);
}
header {
	grid-column: 2 / 3;
	grid-row: auto;
}
#logo {
	background-image: url("images/ParentScrapsWebsiteLogo.png");
	background-repeat: no-repeat;
	height: 60px;
	width: 240px;
	margin-left: -6%;
	margin-top: -4%;
}
nav {
	font-family: Georgia;
	font-size: 1.5rem;
	color: #ffffff;
	margin-left: 15%;
	margin-right: -25%;
	margin-bottom: -7%;
	grid-row: 1 / 2;
	grid-column: 3 / 6;
	grid-template-rows: auto;
	grid-template-columns: auto;
}
nav a { 
	text-decoration: none; 
	padding: 1rem 0rem ;
	display: grid;
	text-align: center;
	color: #000000;
}
nav a:hover {
	color: #ffffff;
	background-color: #919191;
}
nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-flow:row nowrap;
}
nav ul li {
width: 100%;
}
nav form{
	height: 30px;
	width: 150px;
	border: 2px solid #808080;
	float: right;
	margin-right: -38%;
	margin-top: -9%
}
footer {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: .5rem;
	grid-row: 9 / 10;
	grid-column: 2 / 8;
	margin-top: 10%;
}
footer p {
	font-family: "Helvetica Neue";
	font-size: 1rem;
	text-align: left;
}
#Homehero {
	background-image: url("images/HomeHero.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	grid-row: 2 / 3;
	grid-column: 2 / 8;
	filter: drop-shadow(1px 1px 1px #505050);
}
h1 {
	font-size: 20px;
	font-family: "Helvetica Neue";
	grid-row: 2 / 3;
	grid-column: 2 / 8;
	color: white;
	padding-left: 9%;
	padding-top: 10%;
}
h2 {
	font-family: Georgia;
	font-size: 3rem;
	color: black;
	text-align: center;
	padding-top: 30px;
	letter-spacing: .2rem;
}
h3 {
	font-family: Georgia;
	font-size: 35px;
	color: black;
	text-align: center;
}
h4 {
	font-family: "Helvetica Neue";
	font-size: 1rem;
	margin-left: 20px;
	margin-bottom: -15px
}
h5 {
	font-size: 30px;
	font-weight: 400;
	font-family: "Helvetica Neue";
	text-align: center;
}
#yellowline1 {
	background-image: url("images/YellowLine.jpg");
	background-repeat: no-repeat;
	height: 4px;
	width: 700px;
	margin: -30px 130px 30px; 
}
#yellowline2 {
	background-image: url("images/YellowLine.jpg");
	background-repeat: no-repeat;
	height: 4px;
	width: 700px;
	margin: -30px 130px 30px; 
}
#yellowline3 {
	background-image: url("images/YellowLine.jpg");
	background-repeat: no-repeat;
	height: 4px;
	width: 700px;
	margin: -30px 130px 30px; 
}
#yellowline4 {
	background-image: url("images/YellowLine.jpg");
	background-repeat: no-repeat;
	height: 4px;
	width: 700px;
	margin: -30px 130px 30px; 
}
#yellowline5 {
	background-image: url("images/YellowLine.jpg");
	background-repeat: no-repeat;
	height: 4px;
	width: 700px;
	margin: -30px 130px 30px; 
}
main {
	grid-row: 3 / 9;
	grid-column: 2 / 8;
}
.full-width-bar {
	background-size: cover;
  background-color: #919191;
	background-position: center;
	height: 1060px;
	margin-bottom: 0px;
}
.full-width-bar h2{
	color: white;
}
.full-width-bar2 {
	background-size: cover;
  background-color: #ffffff;
	background-position: center;
	height: 1660px;
	margin-bottom: 30px;
}
.full-width-bar3 {
	background-size: cover;
  background-color: #ffffff;
	background-position: center;
	height: 680px;
}
.subscribe-section {
	background-size: cover;
  background-color: #919191;
	background-position: center;
	height: 340px;
	border: 4px solid #FFDE59; 
}
.subscribe-section h2 {
	color: white;
	margin-top: -15px;
}
.subscribe-section p {
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	margin-top: -15px;
}
.highlightarticlebox {
	background-color: white;
	background-size: cover;
	min-height: 320px;
	max-height: 320px;
	width: 98.5%;
	padding-top: 10px;
	filter: drop-shadow(1px 1px 1px #505050);
}
#authortext1 {
	font-family: "Helvetica Neue";
	font-size: .8rem;
	color: #707070;
	margin-left: 20px;
}
#authortext2 {
	font-family: "Helvetica Neue";
	font-size: .8rem;
	color: #707070;
	margin-left: 20px;
}
#authortext3 {
	font-family: "Helvetica Neue";
	font-size: .8rem;
	color: #707070;
	margin-left: 20px;
}
#CopeHG {
	background-image: url("images/CopewithHG.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 320px;
	width: 480px;
	float: left;
	margin: -10px 20px 0px 0px;
	grid-column: 1 / 2;
}
#TeaParty {
	background-image: url("images/15 Best Tea Party Sets For Kids (3000 x 2000 px).jpg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 300px;
	width: 450px;
}
#SummerFun {
	background-image: url("images/UniqueSummerFun.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 300px;
	width: 450px;
}
p {
	font-family: "Helvetica Neue";
	font-size: 1rem;
	color: black;
	text-align: left;
	line-height: 150%;
	margin-left: 20px;
}
#Momanddaughter {
	background-image: url("images/ParentScrapsMomandDaughter.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 281.43px;
	width: 500px;
	float: right;
	grid-column: 7 / 8;
	filter: drop-shadow(1px 1px 1px #505050);
	margin-left: 10px;
}
#holdinghands {
	background-image: url("images/HoldingHands.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 300px;
	width: 450px;
	float: right;
	grid-column: 7 / 8;
	filter: drop-shadow(1px 1px 1px #505050);
	margin-left: 10px;
}
* {
  box-sizing: border-box;
}
.contentleft {
  background: white;
	max-width: 450px;
	filter: drop-shadow(1px 1px 1px #505050);
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	height: 550px;
}
.contentright {
  background: white;
	max-width: 450px;
	filter: drop-shadow(1px 1px 1px #505050);
	float: right;
	margin-top: 30px;
	height: 550px;
	margin-right: 15px;
}
#subscribebutton {
	background-color: #FF5757;
	width: 240px;
	height: 45px;
	filter: drop-shadow(1px 1px 1px #505050);
	float: right;
	margin-top: 15%;
	margin-right: 9%;
	text-align: center;
}
#subscribebutton p{
	color: white;
	text-align: center;
	font-family: "Helvetica Neue";
	font-size: 20px;
	margin-top: 7px;
	margin-left: -1%
}
.toysbox{
	width: 150px;
	height: 200px;
	background-color: white;
	align-content: center;
	text-align: center;
}
.parentingbox{
	width: 150px;
	height: 200px;
	background-color: white;
	align-content: center;
	text-align: center;
}
.activitiesbox{
	width: 150px;
	height: 200px;
	background-color: white;
	align-content: center;
	text-align: center;
}
.booksbox{
	width: 150px;
	height: 200px;
	background-color: white;
	align-content: center;
	text-align: center;
}
.faithbox{
	width: 150px;
	height: 200px;
	background-color: white;
	align-content: center;
	text-align: center;
}
.toysicon{
	background-image: url("images/ToysIcon.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	float: left;
}
.parentingicon{
	background-image: url("images/ParentingIcon.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	float: left;
}
.activitiesicon{
	background-image: url("images/ActivitiesIcon.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	float: left;
}
.booksicon{
	background-image: url("images/BooksIcon.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	float: left;
}
.faithicon{
	background-image: url("images/FaithIcon.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	float: left;
}
label, input, select, option, textarea {
	font-size: 1.5rem;
	padding: 5px;
	display: block;
}
form {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	grid-gap: 5px;
}
#firstname {
	width: 355px;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	border: 2px solid #000000;
	margin-left: 39%;
}
#lastname {
	width: 355px;
	grid-column: 2 / 4;
	grid-row: 1 / 2;
	border: 2px solid #000000;
	margin-left: 26.4%;
}
#email {
	width: 720px;
	grid-column: 1 / 4;
	border: 2px solid #000000;
	margin-left: 12.8%;
}
button {
	height: 60px;
	width: 200px;
	background-color: #FF5757;
	font-family: "Helvetica Neue";
	font-size: 1.06rem;
	font-weight: bold;
	color: white;
	border: none;
	filter: drop-shadow(1px 1px 1px #505050);
	float: right;
	margin-top: 13.5%;
	margin-right: 9%;
}
form button {
	height: 60px;
	width: 200px;
	grid-row: 3 / 4;
	grid-column: 2 / 3;
	background-color: #FF5757;
	font-family: "Helvetica Neue";
	font-size: 2rem;
	color: white;
	border: none;
	filter: drop-shadow(1px 1px 1px #505050);
	margin-left: 20%;
	margin-top: 1%;
}
.facebook60 {
	background-image: url("images/Facebook (60 x 60 px) Blue.jpg");
	height: 60px;
	background-repeat: no-repeat;
	margin-left: -125%;
	margin-top: -100%;
}
.instagram60 {
	background-image: url("images/Instagram (60 x 60 px) Blue.jpg");
	height: 60px;
	background-repeat: no-repeat;
	margin-left: -250%;
}
.pinterest60 {
	background-image: url("images/Pinterest (60 x 60 px) Blue.jpg");
	height: 60px;
	background-repeat: no-repeat;
	margin-top: -100%;
}
.socialfooter {
	background-color: white;
	width: 60px;
	height: 240px;
	grid-column: 4 / 5;
	grid-row: 1 / 2;
}
.about {
	background-color: white;
	grid-column: 2 / 3;
	width: 120px;
	height: 20px;
	margin-left: 25%;
}
.contact {
	background-color: white;
	grid-column: 3 / 4;
	width: 120px;
	height: 20px;
	margin-left: -33%;
}
.copyright {
	background-color: white;
	grid-column: 1 / 2;
	width: 300px;
	height: 20px;
	margin-left: -5%;
}
.magnifyingglass {
	background-image: url("images/Magnifying Glass.png");
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	margin-bottom: -30%;
	margin-left: 165%;
	margin-top: 4%;
}
#query {
	width: 120px;
	height: 24px;
	border: none;
	margin-top: 1px;
	margin-left: 2px;
	font-family: "Helvetica Neue";
	font-size: 1rem;
}