/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body, html {
	width: 100%;
	height: 100%;
	font-family: "FiraSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.topnav {
	font-size: 14px;
	background-color: #fff;
}
.lead { font-size: 18px; }
.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 2%;
	text-align: center;
	color: #f8f8f8;
	background-size: cover;
}
#intro { background-color: #f8f8f8; }
#grid { background: url(../images/grid.png) no-repeat center center; }
#about-header { background: url(../images/hive-bg.png) no-repeat center center; }
#contact { background: url(../images/balloon-bg.jpg) no-repeat center center; }
#cq { background: url(../images/cq-bg.png) no-repeat center center; }
#about-header .container { max-width: 600px; }
#coa-header { background: url(../images/intro-bg.jpg) no-repeat center center; }
#zuperfy-header { background: url(../images/zuperfy-bg.jpg) no-repeat center center; }
#birthdays-header { background: url(../images/birthdays-bg.jpg) no-repeat center center; }
#animals-header { background: url(../images/animals-bg.jpg) no-repeat center center; }
#numeracy-header {
	background: url(../images/numeracy-bg.jpg) no-repeat center center;
	max-height: 490px;
}
.intro-message {
	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}
h1 {
	font-size: 7em;
	font-family: 'FiraSans-Heavy';
	font-weight: normal;
	line-height: 1.2;
	position: relative;
}
h1 span {
	font-family: "FiraSans-Light";
	font-size: .2em;
	position: relative;
	top: -2em;
}
#grid h1 {
	background: url(../images/cq-100.png) no-repeat left top;
	padding: 0 0 30px 180px;
}
.intro-message > h1 { line-height: 0.6; }
#coa-message > h1 {
	line-height: 0.7;
	margin: 0 0 50px 0;
	font-family: 'alegreya_scregular';
	color: #ded1bc;
	text-shadow: 4px 4px 20px rgba(0,0,0,0.6);
}
#coa-message > h1 span {
	font-family: 'alegreya_scregular';
	font-size: .3em;
	position: relative;
	top: -20px;
}
#about-message > h1 { line-height: 1.0; }
#birthdays-message > h1, #zuperfy-message > h1 {
	margin: 150px 0 100px 0;
	font-family: 'ChunkFiveRegular';
	text-transform: uppercase;
	letter-spacing: .02em;
}
#zuperfy-message > h1 { color: #000; }
#zuperfy-message h1 span {
	font-size: 0.2em;
	position: relative;
	top: -2.8em;
}
#animals-message > h1 {
	margin: 0 0 50px 0;
	font-family: 'amatic_scregular';
	font-size: 10em;
	line-height: 0.8;
	color: #f1e8ca;
	text-shadow: 4px 4px 20px rgba(0,0,0,0.6);
}
#animals-message h1 span {
	font-size: 0.4em;
	font-family: 'amatic_scregular';
	position: static;
}
#numeracy-message > h1 {
	padding-top: 40px;
	margin: 0;
	font-family: 'AvenirNext-UltraLight';
	font-size: 9em;
	line-height: 0.9;
	color: #033;
	text-shadow: 4px 4px 20px rgba(0,0,0,0.6);
}
#numeracy-message h1 span {
	font-size: 0.3em;
	font-family: 'AvenirNext-DemiBold';
	position: static;
}
h2, #privacy strong {
	font-family: 'FiraSans-Medium';
	font-weight: normal;
}
h2 { margin-bottom: 20px; }
.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.intro-message > h3 { text-shadow: 2px 2px 3px rgba(0,0,0,0.6); }
.row { text-align: center; }
.content-section-a {
	padding: 50px 0;
	background-color: #f8f8f8;
}
.content-section-b {
	padding: 50px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.section-heading { margin-bottom: 30px; }
.section-heading-spacer {
	float: left;
	width: 200px;
	border-top: 3px solid #e7e7e7;
}
.navbar-default .navbar-nav>li>a { text-transform: uppercase; }
a.navbar-brand.topnav {
	font-family: 'FiraSans-Heavy';
	color: #000;
	font-size: 24px;
	padding-left: 30px;
	background: transparent url(../images/cq_black.png) no-repeat 0 12px;
}
#icon {
	width: 180px;
	height: 180px;
	background: transparent url(../images/coa-icon-120.png) no-repeat 0 0;
	text-align: center;
	margin: 40px auto;
}
#other_apps {
	width: 760px;
	margin: 0 auto 10px auto;
	text-align: center;
}
#other_apps li { display: inline; }
#other_apps li a {
	padding: 0 10px;
	float: left;
	line-height: 2;
}
a { color: #000; }
a:hover {
	color: #888;
	text-decoration: none;
}
#anim1, #anim2, #anim3 {
	opacity: 0;
	position: relative;
}
#anim1 { top: -80px; }
#anim2, #anim3 { top: 75px; }
footer {
	padding: 50px 0;
	background-color: #f8f8f8;
}
p.copyright { margin: 15px 0 0; }
form input[type="text"], form input[type="email"], form textarea {
	border: 0.5px solid #ccc;
	width: 500px;
}
form input[type="text"]#security { width: 262px; }
#privacy {
	text-align: left;
	max-width: 800px;
}
#privacy h2, #privacy h3 { text-transform: uppercase; }
#privacy h2 {
	font-family: "FiraSans-Light";
	font-size: 48px;
}

@media(max-width:768px) {
.intro-message { padding-bottom: 15%; }
h1 { font-size: 8em; }
.intro-message > h1 { font-size: 6em; }
ul.intro-social-buttons > li {
	display: block;
	margin-bottom: 20px;
	padding: 0;
}
ul.intro-social-buttons > li:last-child { margin-bottom: 0; }
.intro-divider { width: 100%; }
.container { padding: 0 8em; }
.row { margin: 0 }
#intro, #coa-header, #zuperfy-header, #birthdays-header { background-position: -25em center; }
#numeracy-header { background-position: -31em center; }
#about-header, #contact, #cq { background-position: -30em center; }
#numeracy-message > h1 {
	padding-top: 40px;
	font-size: 7em;
}
}

@media(max-width:667px) {
h1, .intro-message > h1 { font-size: 6em; }
#grid h1 {
	background: url(../images/cq-100.png) no-repeat left top;
	padding: 20px 0 20px 140px;
}
#numeracy-message > h1 { font-size: 3.5em; }
}

@media(max-width:568px) {
#grid h1 {
	background: url(../images/cq.png) no-repeat left top;
	padding: 10px 0 10px 100px;
}
#other_apps { width: 300px; }
h1, .intro-message > h1 { font-size: 5em; }
#numeracy-message > h1 { font-size: 3.5em; }
}

@media(max-width:480px) {
h1, .intro-message > h1 { font-size: 4em; }
#numeracy-message > h1 { font-size: 3.5em; }
}

@media(max-width:414px) {
h1, .intro-message > h1 { font-size: 4em; }
#birthdays-message > h1 { font-size: 2.75em; }
#zuperfy-message > h1 { font-size: 3.5em; }
#animals-message > h1 { font-size: 3.5em; }
#numeracy-message > h1 { font-size: 3.5em; }
#other_apps { width: 160px; }
#mark { width: 280px; }
.container { padding: 0 25px 0 15px; }
.row {
	padding: 0 15px;
	margin: 0 -15px;
}
#intro, #coa-header, #zuperfy-header, #birthdays-header, #animals-header, #about-header, #contact, #cq { background-position: center center; }
.navbar-header { padding: 0 0 0 10px; }
#other_apps li a {
	margin: 0;
	float: none;
	padding: 0;
}
}

@media(max-width:320px) {
#grid h1 { font-size: 3em; }
}

@media(min-width:1200px) {
#grid h1 { padding: 10px 0 10px 15px; }
}
