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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/** end CSS reset **/

/* FONTS */
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-regular.eot');
    src: url('fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular.woff') format('woff'),
         url('fonts/montserrat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* MAIN STYLES */
header, footer, section, aside, time, article {
	display: block;
}
a {
	text-decoration: none;
}
html,
body {
	height: 100%;
}
body {
	background: #fff;
	border-top: 6px solid #50776a;
	color: #3b3b3b;
	font: 17px/1.65 'OpenSans', Arial, sans-serif;
	letter-spacing: -0.01em;
}
p {
	margin-bottom: 24px;
}body {
	background: url(road.jpeg) no-repeat center 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
}
@media (min-width: 800px) {
	.content {
	width: 565px;
	background: #ffffff;
	padding: 40px;
	text-align: center;
	position: absolute;
	top: 50px;
	right: 100px;
	}
}
@media (max-width: 800px) {
	.content {
	width: 90%;
	background: #ffffff;
	padding: 40px;
	text-align: center;
	margin: 0 auto;
	}
}
.content h1 {
	font: 700 48px 'Montserrat', sans-serif;
	margin-bottom: 12px;
}
.content h3 {
	font: 700 28px 'Montserrat', sans-serif;
	margin-bottom: 10px;
	margin-top: 20px;
}
.content h4 {
	font: 700 20px 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
.content p {
	font: 17px/1.9 'OpenSans', Arial, sans-serif;
	margin-bottom: 0;
}
.content p a {
	font-weight: 700;
	text-decoration: underline;
	color: #3b3b3b;
}
strong {font-weight: bold}

#github {margin-top: 20px;}
