@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");

body {
	color: rgba(255, 255, 255, 0.75);
	background-color: #1d232a;
	font-family: "Roboto", sans-serif;
	font-size: 16pt;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.65em;
	padding: 2em 4em 2em 4em;
}

@media screen and (max-width: 1680px) {

body {
	font-size: 12pt;
	padding: 2em 3.5em 2em 3.5em;
	}
}

@media screen and (max-width: 1280px) {

body {
	font-size: 11pt;
	padding: 2em 3em 2em 3em;
	}
}

@media screen and (max-width: 736px) {

body {
	font-size: 10pt;
	padding: 1.5em 2em 1.5em 2em;
	}
}

@media screen and (max-width: 360px) {

body {
	font-size: 9pt;
	padding: 1.25em 1.25em 1.25em 1.25em;
	}
}

a {
	-moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	-webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	-ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	transition: border-bottom-color 0.2s ease, color 0.2s ease;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.25);
	color: #1cb495;
	text-decoration: none;
}

a:hover {
	border-bottom-color: transparent;
	color: #1cb495 !important;
	text-decoration: none;
}

p {
	margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 2.5em;
	line-height: 1.25em;
}

h2 {
	font-size: 1.75em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.35em;
	line-height: 1.5em;
}

h4 {
	font-size: 1.1em;
	line-height: 1.5em;
}

h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}