@charset "UTF-8";
/* CSS Document */

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:600,700'); 
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700');

/* CSS Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, strong, img, ul, li, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: black;
}
section {
	display: block;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}

/* General */
body {
	width: 800px;
  padding: 60px 100px;
}
section {
  padding-bottom: 2em;
}
a, a:visited, a:active {
	text-decoration:underline;
}
a:hover {
  color:#00F;
  text-decoration:underline;
}
img {
	max-width:100%;
}

/* Social */
.social {
	font-family: 'Poppins', sans-serif;
	font-size: 0.85em;
  font-weight: 300;
  line-height: 1.5em;
	margin-bottom: 1em;
}
.social li {
  float: left;
	padding-right: 1.5em;
}
.social li a {
	text-decoration:none;
	display: block;
}

/* Presentation */
.presentation strong {
  font-weight: 600;
  font-size: 1.5em;
	color:#fd0202;
}

.presentation p, h1 {
  padding-bottom: 0.75em;
	font-weight: 300;
}
.presentation p {
	font-family: 'Raleway', sans-serif;
  font-size: 1.5em;
	line-height: 1.5em;
}

presentation em {
	font-family: 'Raleway', sans-serif;
  font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
}
.presentation h1 {
	font-family: 'Poppins', sans-serif;
  font-size: 3em;
	line-height: 1.25em;
}

.data {
	font-family: 'Poppins', sans-serif;
	font-size: 0.85em;
   font-weight:lighter;
   line-height: 1.5em;
	margin-bottom: 1em;
}

/* Responsive */
@media (max-width: 1150px) {
	body {
		width: 80%;
	  padding: 40px 50px;
	}
	.presentation p {
	  font-size: 1.4em;
	}
	.presentation h1 {
	  font-size: 2.5em;
	}
}
@media (max-width: 800px) {
	body {
		width: 90%;
	  padding: 20px;
	}
	.presentation p {
	  font-size: 1.25em;
	}
	.presentation h1 {
	  font-size: 1.75em;
	}
}
