@charset "utf-8";

/*  

IgorKadum.com

Author: Igor Kadum

*/


/* *** RESET *** */
/* 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.2;
}
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;
}
/* *** *** */


html {
    position: relative;
    min-height: 100%;
}


#wrapper {
	max-width: 960px;
	min-width: 360px;
	margin: 0 auto;
	color: #666;
}

#header {
	margin-top: 60px;
}


#header h1 {
	font-family: Nunito, sans-serif;
	font-size: 75px;
	padding: 21px;
	font-weight: bolder;
	line-height: 1.2;
	transition: color 0.6s;
}

#header h1:hover {
	color: #000;
}

#content {
	margin: 30px 0 120px 0;
	max-width: 750px;
}

#content h2 {
	font-family: Nunito, sans-serif;
	font-size: 45px;
	padding: 18px;
}

#content p {
	font-family: "Nunito", sans-serif;
	font-size: 30px;
	padding: 18px;
}

.italic {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#content .social a  {
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	background-size: 60px 60px;
	float: left;
	outline: 0 none;
	text-indent: -9999px;
}

#prefooter {
	max-width: 960px;
	min-width: 360px;
	margin: 0 auto;
}

#prefooter p{
	position: absolute;
    bottom: 66px;
	text-align: center;
}


#footer  {
	height: 12px;
	text-align: center;
	color: #454545;
   	font-family: Nunito, sans-serif;
	font-size: 12px;
	padding: 21px 0;
	background: rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 12px 6px #000;
	bottom: 0;
	left: 0;
	position: absolute;
    width: 100%;
}

#footer a {
	text-decoration: none;
	color: #454545;
}

#footer a:hover {
	
	color: #000;
}

a:link.github, a:visited.github {
	background-image: url(../img/github-mark.png);
	opacity: 0.75;
	transition: opacity 0.6s;
}

a:hover.github, a:active.github {
	opacity: 1;
}

.clear {
	clear: both;
}
