@font-face {
	font-family: "Helvetica Neue";
	src: url("fonts/Helvetica_Neue.woff2") format("woff2"),
	url('fonts/Helvetica_Neue.ttf') format('truetype')
}

@font-face {
	font-family: "Helvetica Neue Medium";
	src: url("fonts/Helvetica_Neue_Medium.woff2") format("woff2"),
	url('fonts/Helvetica_Neue_Medium.ttf') format('truetype')
}

@font-face {
	font-family: "Helvetica Neue Bold";
	src: url("fonts/Helvetica_Neue_Bold.woff2") format("woff2"),
	url('fonts/Helvetica_Neue_Bold.ttf') format('truetype')
}

@font-face {
	font-family: "Helvetica Neue Condensed Bold";
	src: url("fonts/Helvetica_Neue_Condensed_Bold.woff2") format("woff2"),
	url('fonts/Helvetica_Neue_Condensed_Bold.ttf') format('truetype')
}

* {
	outline: none;
	-moz-outline: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

body {
	color: #363535;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url("images/observe_bg.png") no-repeat center;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	text-align: center;
}

p {
	font-size: 18px;
	line-height: 28px;
}

strong {
	font-family: "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.body-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.header {
	background-color: #363535;
	vertical-align: middle;
	padding: 20px;
}

.logo {
	vertical-align: middle;
}

.logo img {
	vertical-align: middle;
}

.content {
	padding: 50px 40px 65px;
}

.wrapper {
	width: 960px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

.heading {
	background: rgba(255, 255, 255, 0.4);
	border: 2px solid #c47e7e;
	padding: 36px 20px;
	margin-bottom: 45px;
}

.title {
	font-size: 40px;
	line-height: 48px;
	color: #363535;
	font-family: "Helvetica Neue Condensed Bold", Helvetica, Arial, sans-serif;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.26);
	background: #7b5959;
	background: -webkit-linear-gradient(to top, #7b5959 0%, #594747 100%);
	background: -moz-linear-gradient(to top, #7b5959 0%, #594747 100%);
	background: linear-gradient(to top, #7b5959 0%, #594747 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pink-box {
	padding: 20px 25px;
	background: rgba(196, 126, 126, 0.45);
	margin-bottom: 45px;
}

.icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
	padding: 25px 0 20px;
}

.icon {
	font-family: "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
	min-width: 40px;
	padding-top: 52px;
	font-size: 16px;
	background-size: 40px 40px;
	background-position: top center;
	background-repeat: no-repeat;
}

.icon-porn {
	background-image: url('images/icons/porn.svg');
}

.icon-tube {
	background-image: url('images/icons/tube.svg');
}

.icon-webcam {
	background-image: url('images/icons/webcam.svg');
}

.icon-dating {
	background-image: url('images/icons/dating.svg');
}

.text {
	margin-bottom: 35px;
}

.footer {
	padding: 38px 20px;
	background: #363535;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin-top: auto;
}

.footer p {
	font-size: 14px;
	line-height: 22px;
}

.footer a {
	color: #fff;
}

@media only screen and (max-width: 600px) {
	p {
		font-size: 16px;
		line-height: 26px;
	}
	.header {
		padding: 20px 15px;
	}
	.logo img {
		width: 130px;
		height: 33px;
	}
	.content {
		padding: 30px 15px;
	}
	.text {
		margin-bottom: 20px;
	}
	.heading {
		padding: 30px 15px;
		margin-bottom: 25px;
	}
	.title {
		font-size: 36px;
		line-height: 40px;
	}
	.pink-box {
		margin-bottom: 25px;
	}
	.icon {
		font-size: 14px;
	}
	.footer {
		padding: 25px 15px;
	}
}
