@charset "UTF-8";
*, *:before, *:after{
	box-sizing: border-box;}
	#container {
	width: 960px;
	margin: 0 auto;
}

a:link, a:visited {
	color: #F0581E;
	text-decoration: none;
}

a:hover, a:active {
	color: #B4C6B0;
	text-decoration: none;
}



body {
	color: #063159;
	
}
header {
	flex-basis: 20%;
}
header p {
	color: #000000;
}
header h1 {
	color: #F0581E;
	text-align: center;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	font-family: indie-flower;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: -90px;
}
header p {
	color: #000000;
	font-size: 2rem;
	text-align: center;
	padding-bottom: 40px;
	font-family: homemade-apple, devonshire, serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 0px;
	margin-top: -80px;
	margin-bottom: 0px;
}
#twoColumn {
	margin: 0 0 20px 0;
	display: flex;
	justify-content: space-between;
	}
ul li p {
	margin-top: -39px;
	margin-right: 152px;
}
ul li {
	color: #F0581E;
	font-size: 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-family: indie-flower;
	font-style: normal;
	font-weight: 400;
	margin-left: 109px;
}
li img {
	margin-left: 317px;
	margin-top: -51px;
}

footer ul {
	margin-left: 117px;
}
footer h1 {
}
footer {
	margin-top: 100px;
	background-color: #FFF4DE;
}
nav ul li {
	margin-bottom: 30px;
	margin-left: 129px;
	font-size: 2rem;
	margin-top: 30px;
}
header h1 a {
}
main {
	flex-basis: 75%;
}
main h1 {
	color: #2B98A4;
	text-align: center;
	order: 2;
	flex-basis: 75%;
	font-family: homemade-apple, devonshire, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
}
div h2 {
	font-family: homemade-apple, devonshire, serif;
	font-style: normal;
	font-weight: 400;
	color: #F0581E;
}
		
		
		

div p {
	font-family: indie-flower;
	font-style: normal;
	font-weight: 400;
	color: #2B98A4;
}
main img {
	padding-top: 100px;
	padding-left: 31px;
}

#Book h2 {
	width: 100%;
	background-color: rgba(255,244,222,0.90);
	text-align: center;
	;
}
#Action h2 {width: 100%;
	background-color:rgba(255,244,222,0.85);
	text-align: center;
}
#gallery #Book p {
	width: 100%;
	background-color: rgba(255,244,222,0.95);
	text-align: center;
	color: rgba(6,49,89,1.00);
	font-size: 1.25rem;
}
#Action p {
	width: 100%;
	background-color: rgba(255,244,222,0.95);
	text-align: center;
	color: rgba(6,49,89,1.00);
	font-size: 1.5rem;
}
#Pockets h2 {width: 100%;
	background-color:rgba(255,244,222,0.95);
	text-align: center;
}
#Pockets p {
	width: 100%;
	background-color: rgba(255,244,222,0.85);
	text-align: center;
	color: rgba(6,49,89,1.00);
	font-size: 1.25rem;
}

#Girls h2 {width: 100%;
	background-color:rgba(255,244,222,0.95);
	text-align: center;
}
#Girls p {
	width: 100%;
	background-color: rgba(255,244,222,0.85);
	text-align: center;
	color: rgba(6,49,89,1.00);
	font-size: 1.5rem;
}
#Comics h2 {width: 100%;
	background-color:rgba(255,244,222,0.95);
	text-align: center;
}
#Comics p {
	width: 100%;
	background-color: rgba(255,244,222,0.85);
	text-align: center;
	color: rgba(6,49,89,1.00);
	font-size: 1.25rem;
}
#Challenges h2 {
	width: 100%;
	background-color: rgba(255,244,222,0.95);
	text-align: center;
}
#Challenges p {
	width: 100%;
	background-color: rgba(255,244,222,0.85);
	text-align: center;
	color: rgba(6,49,89,1.00);
	font-size: 1.25rem;
}
main p {
	text-align: center;
}
main p {
	color: #063159;
}

 

footer h1 {
	font-size: 2rem;
	text-align: center;
	color: #2B98A4;
	font-family: homemade-apple, devonshire, serif;
	font-style: normal;
	font-weight: 400;
}
header a img {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -64px;
	margin-bottom: 0px;
}
#Book {
	width: 240px;
	height: 240px;
	background-image: url(assets/images/Books.jpg);
	padding-top: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#Action {
	width: 240px;
	height: 240px;
	background-image: url(assets/images/Action.gif);
	padding-top: 30px;
}
#Pockets {
	width: 240px;
	height: 240px;
	background-image: url(assets/images/Pockets.jpg);
	padding-top: 30px;
	margin-bottom: 20px;
}
#Girls {
	width: 240px;
	height: 240px;
	background-image: url(assets/images/Girls.jpg);
	padding-top: 30px;
}
#Comics {
	width: 240px;
	height: 240px;
	background-image: url(assets/images/Comics.gif);
	padding-top: 30px;
}
#Challenges {
	width: 240px;
	height: 240px;
	background-image: url(assets/images/Challenges.jpg);
	padding-top: 30px;
}
#gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between
}
