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;
}

html, body {
    height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
}


/* –––––––– TYPO –––––––– */

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	text-transform: uppercase;
}

p {
	margin-bottom: 1em;
	letter-spacing: 0.25em;
	color: rgba(0,0,0,0.8);
}
a {
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.large {
	font-family: 'Frank Ruhl Libre', serif;
	font-weight: 300;
	font-size: 65px;
	line-height: 150%;
	letter-spacing: 0.15em;
}

.bold {
	font-weight: 600;
}


/* –––––––– LAYOUT –––––––– */

body {
	background-color: #c7d5dd;	
}

img {
	width: 100%;
	height: auto;
}
#hero-image {
	box-sizing: border-box;
}

#hero-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background: url(../thierry-jock_consulting_hero-image.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#logo-holder {
	width: 188px;
}

#holder {
	padding: 0 200px;
}

#content {
	margin: 150px auto 200px;
	max-width: 1300px;
}

#footer {
	padding-bottom: 100px;
}


@media only screen and (max-width: 1280px) {
	#holder {
		padding: 0 120px;
	}
	.large {
		font-size: 45px;
	}
}

@media only screen and (max-width: 900px) {
	#holder {
		padding: 0 90px;
	}
	#content {
		margin: 112.5px auto 150px;
	}
	.large {
		font-size: 35px;
	}
}

@media only screen and (max-width: 600px) {
	#logo-holder {
		width: 120px;
	}
	#holder {
		padding: 0 60px;
	}
	#content {
		margin: 75px auto 100px;
	}
	.large {
		font-size: 21px;
	}
	body {
		font-size: 12px;
	}
}

@media only screen and (max-width:480px) {
	#holder {
		padding: 0 27px;
	}
}



