@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-brand {
    height: 100px;
}
.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: #00a651;
	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;
}



.navbar-default {
	background-color: transparent;
	border: none;
}
.banner {
	background:url(../imgs/blog-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 400px;
}
h1 {
	font-family: 'source sans pro', sans serif;
	font-weight: 800;
	font-size: 80px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 162px;
	color: #fff;
	letter-spacing: .05em;
}
h2 {
	font-family: 'source sans pro', sans serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: .05em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	
	line-height: 10px;
}
h3 {
	font-family: 'Patrick Hand', cursive;
	color: #fff;
	font-weight:600;
	font-size: 31px;
	letter-spacing: .04em;
	padding-bottom: .25em;
}
h4 {
	font-family: 'Patrick Hand', cursive;
	line-height: 1.2em;
	color: #fff;
	font-size: 25px;
	padding-bottom: .5em;
	letter-spacing: .04em;
	text-align: left;
}
p {
	font-family: 'Patrick Hand', cursive;
	font-size: 1.35em;
	color: #fff;
	line-height: 1.25em;
	letter-spacing: .04em;
}
.text {
	padding-top: 4em;
}
.that_body_tho {
	background: #00a651;
	padding-top: 90px;
	padding-bottom: 50px;
}
.that_body_tho h2 {
	color: #fff;
	line-height: 1.3em;
	padding-bottom:  1.5em;
	font-family: 'patrick hand', sans serif;
    font-weight: 500;
	text-transform: none;
}
.stories {
	padding-top: 4em;
	padding-bottom: 2em;
	
}
.stories img {
	height: 21em;
}


.btn-default {
	margin-top: 1.5em;
	margin-bottom:1.5em ;
	color: #fff;
	font-family: 'Patrick Hand', cursive;
	font-size: 1.3em;
	letter-spacing: .04em;
	background-color: #741743;
	border-color: transparent;
	height: 60px;
	width: 250px;
}


.btn-default:hover{
	 -webkit-transition: all .25s;
    transition-timing-function: ease-in-out;
	font-weight:bold;
	
}



.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 (max-width:991px) {
h2 {
	line-height: 1.5em;
	font-size: 1.7em;
}
}

@media (max-width:991px) {
h1 {
	font-size: 3.5em;
}
}

@media (max-width:1199px) {
.stories img {
	display: block;
	margin: auto;
	float: none;
	height: 18em;
}
}

@media (max-width:992px) {
.text {
	padding-top:2em;
	
}
}

@media (max-width:992px) {
.stories {
	padding-bottom:2em;
}
}

@media (max-width: 992px){
	h3{
		text-align: center;
	
	}
}

@media (max-width: 992px){
	h4{
		text-align: center;
	}
}

@media (max-width: 992px){
	p{
		text-align: center;
		padding-bottom: 1.5em;
	}
}

@media (max-width: 992px){
	.btn-default {
		margin: auto;
		display:block;
	}
}
