body {
	background-color: #FFF;
	font-family: serif;
	font-size: 24px;
	padding: 0;
	}



/**********  HEADER  **********/
.header {
	padding: 10px 0px 3px;
	background-color: #1E1E1E;}
.header h1 {
	color: #FFFFFF;
	font-size: 44px;
	font-style: italic;
	text-align: center;
	padding: -5px;
	margin: 0px;
	}
.header img {
	width: 90%;
	padding: 0 5% 0 5%;
	text-align: center;
	max-width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.header hr {
	margin: 2px 0px;
	}
.header .links	{
	/* background-image: url("images/slice-of-sky.jpg"); */
	/* background-color: #48F6F5; */
	padding: 10px;
	text-align: center;
	}
.header .links	a {
	color: #FFFFFF;
	font-style:  bold;
	text-decoration:  none;
	padding:  4px;
	margin: 0px 8px;
	transition: 1.3s;
	}
.header .links a:hover {
	color: #FCC62B;
	transition: .5s;
	}
.header .links p {
	color:  #B44A4A;
	}



/********** IMAGES **********/




/**********  FOOTER  **********/
.footer {
	background-color: #000;
	color: #FFF;
	text-align: center;
	margin: 20px -10px -20px;
	padding: 20px 20px 80px; 
	}
.footer h2 {
	color: #FFF;
	font-size: 44px;
	font-style: italic;
	}
.footer .left {
	text-align: left;
	padding-left: 20px;
	}
.footer .left a, .footer .left p {
	text-decoration: none;
	color: #CCC;
	transition: 1.2s;
	}
.footer .left a:hover, .footer .left p:hover {
	color: #FFF;
	transition: 1.2s;
	}




/**********  GLOBAL  **********/
.chatting {
	padding: 0px 20px;
	}
.chatting h2 {
	color: #454545;
	font-size: 44px;
	font-style: italic;
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 0px;
	}

	
.chatting h3 {
	font-size: 16px;
	text-align: center;
	color: #808080;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	}
.chatting p {
	line-height: 1.5;
	}




/**********  ARROWS  **********/
/*** code from:  "css-tricks.com/the-shapes-of-css/" --> ***/
/*** I don't think i like them.. they don't transition. might do images anyway ***/
.div-of-arrows {
	height:  200px;
	text-align; center;
	}
.div-of-arrows .arrow-back {
	height: 200px;
	width: 200px;
	border-top: 40px solid transparent;
	border-right: 70px solid #000;
	border-bottom: 40px solid transparent;
	}
.div-of-arrows .arrow-for {
	border-top: 40px solid transparent;
	border-left: 70px solid #000;
	border-bottom: 40px solid transparent;
	}
.div-of-arrows .arrow-back a, .arrow-for a {
	transition: 1.2s;
	}
	.div-of-arrows a:hover, .arrow-for a:hover {
	transition: 1.2s;
	color: #CCC;
	}




/**********  COMICS / IMGS ONLY  **********/
.comics {
	margin-bottom: 25px;
	}
.comics img {
	width: 90%;
	padding: 0 5% 0 5%;
	text-align: center;
	max-width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.comics p {
	font-size: 24px;
	text-align: center;
	padding: 10px 5% 10px 5%;
	}

.arrows {
	display:  block;
	max-width:  350px;
	margin-left: auto;
	margin-right: auto;
	}

.arrows img {
	width:  40%;
	opacity:  45%;
	transition: .6s;
	padding: 0px;
	margin: 0px;
	}

.arrows img:hover {
	opacity:  100%;
	transition: .8s;
	}

