* {
	margin: 0;
}

body {
	padding: 40px;
	margin-top: 120px;
	text-decoration: none;
}

*::selection {
	background: yellow;
}

p {
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	font-size: 31px;
	line-height: 40px;
	margin-bottom: 80px;
	text-indent: 40px;
}

p a {
	color: red;
}

// a:visited {
// 	color: DarkBlue;
// }

.selected {
	text-decoration: none;
}

.indent,
p .indent {
	text-indent: 0;
	padding-left: 40px;
	display: block;
}

.no-indent {
	text-indent: 0;
}

.italic {
	font: 
}

.nav {
	position: fixed;
	top: 0;
	margin-top: 40px;
}

.nav p {
	text-indent: 0;
}

img {
	max-width: 100%;
	margin-bottom: 40px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width : 600px) {
	body {
		padding: 10px;
		margin-top: 100px;
	}

	p {
		font-size: 21px;
		line-height: 29px;
		text-indent: 20px;
		margin-bottom: 40px;
	}

	.indent,
	p .indent {
		padding-left: 20px;
	}
}