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;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #f1f4ff;
	font-family: 'Lato', sans-serif;
	line-height: 1.45;
}

.start {
	height: 100%;
	background: #001f9a url(../images/bg.webp) no-repeat center fixed;
	background-size: cover;
	text-align: center;
	position: relative;
	color: #fff;
	line-height: 100vh;
}

.start-content {
	line-height: 1.35;
	display: inline-block;
	vertical-align: middle;
}

.start-content h1 {
	font-size: 4rem;
	font-weight: 800;
	font-family: 'Playfair Display', serif;
}

.start-content h2 {
	font-weight: 300;
	font-size: 3.875rem;
	margin: 15px 0 30px;
}

.start-content h2 p {
	display: inline-block;
	vertical-align: top;
}

.word {
	color: #c1cdfe;
	text-decoration: underline;
}

.start-content h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.313rem;
	letter-spacing: 0.5px;
}

.start-content h3 p {
	display: inline-block;
}

.start button {
	width: 160px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -80px;
	color: #f1f4ff;
	background: transparent;
	font-size: 2.75rem;
	border: 0;
	cursor: pointer;
}

.what-do, .how-help {
	padding: 50px 0;
}

.content {
	padding: 0 15px;
	max-width: 798px;
	margin: 0 auto;
	text-align: center;
}

.content h4 {
	font-family: 'Playfair Display', serif;
	font-size: 2.875rem;
	color: #001f9a;
	margin-bottom: 20px;
}

.content p {
	font-size: 1.125rem;
	max-width: 640px;
	width: 90%;
	margin: 0 auto 10px;
	letter-spacing: 0.5px;
	line-height: 1.65;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.blue {
	padding: 50px 0;
	background: #001f9a;
	color: #f1f4ff;
}

.blue .content h4 {
	color: #f1f4ff;
}

.what-type .content button {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 30px;
	background: transparent;
	border: 2px solid #f1f4ff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 1.375rem;
	color: #f1f4ff;
	font-weight: 700;
	margin-top: 30px;
}

.what-type .content button:hover {
	background: #f1f4ff;
	color: #001f9a;
}

.contact-details {
	margin: 51px 0 30px;
	padding-top: 51px;
	position: relative;
}

.contact-details:before {
	content: "";
	display: block;
	width: 200px;
	height: 2px;
	background: #f1f4ff;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -100px;
}

.footer {
	padding: 30px 0;
}

.footer .content p {
	font-size: 0.875rem;
	color: #949494;
	margin: 0 auto;
	width: 100%;
}

.menu {
	margin-bottom: 10px;
}

.menu li {
	padding: 0 10px;
}

.menu li a {
	color: #494949;
}

@media screen and (max-width: 1023px) {
	.start-content {
		padding: 0 10px;
	}

	.start-content h1 {
		font-size: 2.125rem;
	}

	.start-content h2 {
		margin: 10px 0 20px;
		font-size: 1.563rem;
	}

	.start-content h3 {
		font-size: 1.063rem;
	}

	.start-content h3 p {
		display: inline;
	}

	.what-do, .how-help, .blue {
		padding: 30px 0;
	}

	.content h4 {
		font-size: 1.875rem;
	}

	.contact-details p {
		font-size: 1.063rem;
		width: 100%;
	}
}