:root {
	--maxWidth: 840px;
}

/* *********   Reset Main Style   ********* */


main {
	max-width: var(--maxWidth);
	padding: 0px 0 0;
}

.header {
	box-shadow: none;
	background-color: transparent;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

nav li {
	min-height: 50px;
}

nav li a {
	font-size: 20px;
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: white;
	text-align: right;
}

nav li a:hover,
nav .menu-btn:hover {
	color: #627EBB;
	background-color: #f4f4f4;
	text-decoration: none;
}

nav .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
	z-index: 5;
}

/* *** Hamburger Icon *** */

nav .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 50px 0;
	position: relative;
	user-select: none;
	padding-right: 23px;
	z-index: 10;
}

nav .menu-icon .navicon {
	background:white;
	display: block;
	height: 3.5px;
	position: relative;
	transition: background .2s ease-out;
	width: 32px;
}

nav .menu-icon .navicon:before,
nav .menu-icon .navicon:after {
	background: white;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

nav .menu-icon .navicon:before {
	top: 10px;
}

nav .menu-icon .navicon:after {
	top: -10px;
}

/* *** Hanburger Button *** */

nav .menu-btn {
	display: none;
}

nav .menu-btn:checked ~ .menu {
	max-height: 440px;
}

nav .menu-btn:checked ~ #headercontainer {
	padding: 0;
}

nav .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

nav .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

nav .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}



/* *********   Home Page Style   ********* */

.bb  {
	box-sizing: border-box;
}

#body_logo, #tagline, #homepage_kids {
	max-width: 100%;
}

#homepage_logo {
	padding: 0 30px 0 20px;
}

#body_top_container {
	background-color: #627EBB;
}

#body_top {
	max-width: var(--maxWidth);
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding-top: 60px;
}

#body_top_left {
	width: 50%;
	float: left;
}

#tagline_area {
	padding: 60px 20px 40px;
}

#tagline {
	padding: 0;
}

#body_top_right {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 86px;
}

#pull_quotes {
	width: 80%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	z-index: 1;
}

#quote {
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px;
	position: absolute;
	z-index: 20;
	background: linear-gradient(to bottom, rgba(98, 126, 187, 1), rgba(98, 126, 187, 1), rgba(98, 126, 187, 0));
	padding-bottom: 40px;
}

#homepage_kids {
	position: absolute;
	height: 70%;
	bottom: 0px;
	right: 10%;
	z-index: 0;
	vertical-align: bottom;
}

#bonus_nav {
	display: none;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding: 18px 4px 6px;
}

#bonus_nav a {
	white-space: nowrap;
	padding: 12px;
	color: #627EBB;
}

#body_bottom {
	max-width: 1024px;
	background: #fff;
}

#credits {
	box-sizing: border-box;
	padding: 0 20px 20px;
	width: 100%;
	overflow: hidden;
}

#credit_block01 {
	float: left;
	width: 221px;
	padding-top: 20px;
	padding-right: 6px;
}

#credit_block02 {
	float: left;
	width: 300px;
	padding-top: 20px;
}

#laurel {
	padding: 0 20px;
	text-align: center;
}

#laurel img {
	width: calc(100% / 4);
	padding-bottom: 4px;
}

#legal {
	text-align: center;
	padding: 20px;
	font-size: 0.6em;
}

/* *********   Media Queries  ********* */

/* *** Show Menu When Big *** */

@media (min-width: 768px) {
	nav li {
		float: left;
	}
	nav li a {
		margin-top: 28px;
		padding: 12px 15px 12px;
	}
	nav .menu {
		clear: none;
		float: right;
		max-height: none;
	}
	nav .menu-icon {
		display: none;
	}
}

@media only screen and (max-width:820px) {

	#laurel img {
		width: calc(100% / 4);
		padding: 5px;
	}

}

@media only screen and (max-width:768px) {

	nav li {
		background-color: #627EBB;
	}

	nav .menu-btn:checked ~ .menu {
		background-color: #627EBB;
		position: absolute;
		clear: none;
		width: 100%;
		padding-top: 105px;
		/* top: 70px;
		position: absolute;
		width: 100%; */
		/* padding-top: 200px;
		background-color: purple; */
	}

	#body_top_left {
		width: 100%;
		float: left;
	}

	#body_top_right {
	    width: 100%;
	    position: relative;
		float: right;
	    top: 0;
	}

	#pull_quotes {
		width: calc(50% - 50px);
		position: relative;
		float: left;
		margin-left: 30px;
		padding-top: 70px;
		font-size: 1.1em;
	}

	#quote {
		padding-top: 20px;
		position: relative;
		padding-bottom: 0;
	}

	#homepage_kids {
		position: relative;
		float: right;
		width: 30%;
		height: auto;
		padding-top: 40px;
	}

	#bonus_nav {
		display: block;
	}

	/* #laurel img {
		width: calc((100% / 4) - 10px);
	} */
}

@media only screen and (max-width:666px) {

	#homepage_logo {
		padding: 0 20px;
	}

	#tagline_area {
		padding: 0 20px;
	}

	#pull_quotes {
		position: relative;
		width: auto;
		padding: 20px;
		margin: 0;
	}

	#quote {
		padding: 0;
	}

	#homepage_kids {
		width: 40%;
		padding-top: 10px;
		display: block;
		float: none;
		right: auto;
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (max-width:550px) {
	#laurel img {
		width: calc((100% / 3) - 10px);
	}
}

@media only screen and (max-width:420px) {
	#laurel img {
		width: calc((100% / 2) - 10px);
	}
}