@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand|Roboto:100,300,400,500,700,900|Source+Sans+Pro:200,300,400,600,700,900');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.navbar{
	border: 0px;
}

.navbar-brand {
    height: 90px;
}

.navbar{
	margin-bottom: 0px;
}
.navbar-toggle{
	margin-top: 30px;
	border-radius:2px;
}
.navbar-default .navbar-nav > li > a{
	line-height: 73px;
	padding-left: 25px;
	padding-right:25px;
	font-family: 'roboto', sans-serif;
	font-weight:500;
}

.navbar nav{
	padding-left: 30px;
	padding-right:30px;
}

.navbar-default .navbar-nav > .active > a{
	background: #772f5d;
	color:#fff;
}

.navbar-default .navbar-nav > li > a.comics:hover{
	background: #f8a32a;
	color:#fff;
	-webkit-transition: all .25s;
    transition-timing-function: ease-in-out;
}
.navbar-default .navbar-nav > li > a.profile:hover{
	background: #3053a3;
	color:#fff;
	-webkit-transition: all .25s;
    transition-timing-function: ease-in-out;
}
.navbar-default .navbar-nav > li > a.blog:hover{
	background: #00a651;
	color:#fff;
	-webkit-transition: all .25s;
    transition-timing-function: ease-in-out;
}
.navbar-default .navbar-nav > li > a.parents:hover{
	background: #772f5d;
	color:#fff;
	-webkit-transition: all .25s;
    transition-timing-function: ease-in-out;
}
.navbar-default .navbar-nav > li > a.spotlights:hover{
	background: #5b7e98;
	color:#fff;
	-webkit-transition: all .25s;
    transition-timing-function: ease-in-out;
}


.banner{
	background:url(../imgs/parent_page-banner2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:400px;
}




.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    height: 100%;
}


h1{
	font-family:'source sans pro', sans-serif;
	font-weight:800;
	font-size: 80px;
	text-transform: uppercase;
	text-align:center;
	padding-top: 140px;
	color:#fff;
	letter-spacing: .05em;
	
}

h2 {
	font-family:'source sans pro', sans-serif;
	font-weight:700;
	font-size: 35px;
	letter-spacing: .05em;
	text-align:center;
	text-transform: uppercase;
	color:#fff;
	padding-top: 25px;
	line-height: 10px;
}


p{
	font-family: 'Patrick Hand', cursive;
	font-size: 1.5em;
	line-height: 1.2em;
}

span.i{
	font-style: italic;
}



.first{
	padding-bottom: 40px;
}

.third{
	text-align: center;
	padding-top:45px;
}

.third h3{
	text-align:center;
	font-family: 'source sans pro', sans-serif;
	font-weight:600;
	letter-spacing:.01em;
	font-size: 2em;
	line-height: 1.2em;
}

button.pdf{
	padding: 20px 40px;
	margin-top:25px;
	font-family: 'open-sans', sans-serif;
	font-size:1.25em;
	color:#fff;
	letter-spacing: .025em;
	background: #772f5d;
	border: none;
}
button.pdf:hover{
	background: #420e2f;
	-webkit-transition: all .25s;
	transition-timing-function: ease-in-out;
}


.directions_box h3{
	text-align:center;
	padding-top:  2.5em;
	padding-bottom:  1.5em;
	font-family: 'source sans pro', sans-serif;
	font-weight:600;
	letter-spacing:.01em;
	font-size: 2em;
	line-height: 1.2em;
}

.that_body_tho{
	background:#d6d6d6;
}




.that_body_tho h2{
	color:#000;
	padding-top: 40px;
}


.that_body_tho{
	padding-bottom: 50px;
}





.footer{
	background:#555555;
}
.footer h5{
	font-family: 'roboto', sans-serif;
	font-size: 13px;
	color:#fff;
	line-height: 2em;
	letter-spacing: .025em;
	padding-bottom:30px;
}

.footer img{
	padding-top: 30px;
	padding-bottom:30px;
	height: 160px;
}
.other_links{
	padding-top: 30px;
}
.other_links a{
	line-height: 3em;
	font-family: 'roboto', sans-serif;
	font-size: 13.5px;
	font-weight:400;
	letter-spacing: .035em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

@media(max-width:590px){
	.other_links{
		float:right;
		padding-top:0px;
		padding-bottom:30px;
	}
	
}

.other_links2{
	padding-bottom: 20px;
}
.other_links2 a{
	line-height: 3em;
	font-family: 'roboto', sans-serif;
	font-size: 13.5px;
	font-weight:400;
	letter-spacing: .035em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.copyright_part{
	background:#404040;
}

.copyright_part h5{
	padding-top: 25px;
	padding-bottom:25px;
	letter-spacing: .025em;
	font-weight: 400;
	font-family: 'roboto', sans-serif;
	font-size: 13px;
	color:#fff;
}





/*@media (min-width: 768px){
.that_body_tho .container {
    width: auto;
}
}*/


@media (max-width:991px){
	.that_body_tho .col-md-4{
		padding-bottom: 4em;
		width: 409px;
		margin:auto;
    }
	
	h2 {
		line-height: 1.5em;
		font-size: 1.7em;
	}
	
	h1 {
		font-size: 3.5em;
	}
	
	
}
@media (max-width:394px){
	.that_body_tho .col-md-4{
		padding-bottom: 4em;
		width: 66%;
		margin:auto;
		
}
}
@media (max-width:271px){
	.that_body_tho .col-md-4{
		padding-bottom: 4em;
		width: 100%;
		margin:auto;
		height: 15em;
}
}



