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, div article, aside, canvas, details, embed,  div 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; } div article, aside, details, figcaption, div 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; }

body, html {
	width: 100%;
	height: 100%;
}

body {
	background-color:#fafafa;
	font: normal 12px 'Open Sans', sans-serif;
	font-weight: 300;
}
hr {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid #cfcfcf
}
a, a:visited {
	color: #456;
    transition: all 0.3s ease 0s;
}
a:hover, a:active {
	color: #58ACFA;
	text-decoration: none
}
h1, h2 {
    font-family: "museo-sans-condensed",sans-serif;
	color: #abc;
	font-weight: 300;
	cursor: help;
	display: block;
/*	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);*/
}
h1 {
	font-weight: 300;
	line-height: 54px;
	font-size: 52px;
}
h2 {
	line-height: 74px;
	font-size: 72px;
}
h3 {
	color: #33536D;
	font-size: 30px;
	line-height: 1.6em;
    font-family: "museo-sans-condensed",sans-serif;
}
p {
	color: #748796;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	padding-top: 10px;
	padding-left: 2px;
}
header {
	width: 100%;
	height: 50px;
}
header div {
	position: fixed;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 35px;
	height: 32px;
	padding-top: 4px;
	background-color: #ccc;
    z-index: 10
}
header div:hover {
	background-color: #333;
	transition: background-color 0.8s;
}
header div span {
	display: block;
	width: 22px;
	height: 4px;
	margin: 4px auto;
	background-color: #fff;
	border-radius: 5px
}
header nav {
	height: 50px;
	width: 80%;
	position: fixed;
	top: 10px;
	left: 10px;
	display: none;
}
header nav a,
header nav a:visited {
	color: #fff;
	float: left;
	margin-top: 5px;
	padding: 5px 8px;
	margin-left: 5px;
	display: block;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	background-color: #333;
}
header nav a:hover {
	color: #fff;
	background-color: #ccc;
	transition: all 0.8s;
}
section {
	width: 100%;
	margin-bottom: 1px;
	display: block;
}

section div {
	width: 750px;
	margin: 0 auto;
}

section div article {
	text-align: left;
	width: 420px;
}
section div figure {
	text-align: center;
	display: block;
	width: 280px;
	height: 186px;
	margin-top: 15px;
	background-color: transparent;
	background-image: url(../imgs/nicolasnmd-prod.svg);
	background-repeat: no-repeat;
}
.wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
	position: relative;
	background-color: #fafafa;
	box-shadow: 0 7px 15px #181818;
}
.chromeframe {
	width: 700px;
	height: 70px;
	background-color: #ffebe8;
	border: 1px solid #dd3c10;
	color: #dd3c10;
	position: absolute;
	margin: 30px;
	text-align: center;
}
.ie-bug {
	background-image: url(../imgs/nicolasnmd-prod.png);	
}
#start {
	display: inherit;
	text-align: center;
    height: 100vh;
    opacity: 0
}
#start h1 {
	margin: 40px 0;
}
#start a {
	margin-top: 50px;
}

#frontend-dev-html5,
#responsive-layouts,
#backend-dev-php-laravel {
	padding-top:100px;
	height: 300px
}
#frontend-dev-html5 div article { float: left }
#frontend-dev-html5 div figure {
	float: right;
	background-position: top center;
}
#responsive-layouts div article { float: right }
#responsive-layouts div figure {
	float: left;
	background-position: center center
}
#backend-dev-php-laravel div article {float: left}
#backend-dev-php-laravel div figure {
	float: right;
	background-position: bottom center
}
footer {
	clear: both;
	color: #FFFFFF;
	height: 220px;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: -20;
	background-color: #333;

}
footer div {
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	margin: 0 auto;
	position: fixed;
	width: 70%;
	font-size: 30px;
	line-height: 80px;
	text-align: center;
	z-index: -15;
	color: #fafafa;
}

footer div a,
footer div a:visited {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

footer div a:hover {
    border-bottom-color: #58acfa
}

#start {
    position: relative;
    top: 0px;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -webkit-animation-delay: 0.7s;
    
    -moz-animation:fadeIn ease-in 1;
    -moz-animation-fill-mode:forwards;
    -moz-animation-duration:1s;
    -moz-animation-delay: 0.7s;

    animation:fadeIn ease-in 1;
    animation-fill-mode:forwards;
    animation-duration:1s;
    animation-delay: 0.7s;
}

@media screen and (max-width:640px) {
	.wrapper {
		width: 100%;
		padding-bottom: 300px
	}
	footer div { font-size: 1em; }
	h1 {
		font-size: 28px;
		line-height: 38px
	}
	h2 {
		font-size: 48px;
		line-height: 25px
	}
	section {
		margin: 50px auto;
	}
	section div,
	section div article {
		width: 96%;
		margin: 0 2%;
	}
	section div figure { width: 100%  }
	.chromeframe {
		width: 80%;
		height: auto;
		padding-bottom: 10px
	}
}

