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 {
    margin: 0;
    padding: 0;
    background: #062a3d;
    color: #E7653E;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 200;
}



.inter-200 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.container {
	display: block;
	width: 86%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 80px;
}

.logo {
	display: inline-block;
	margin: 60px auto 170px auto;
	text-align: center;
}

.logo img {
	display: block;
	width: 200px;
	height: auto;
}

p, h1, h2, h3, h4, h5 {
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

p {
	font-size: 18px;
}

p.contact-details{
	font-size: 15px;
}

p.extra-padd {

}

p.head {
	font-size: 15px;
	margin-bottom: 4px;
}

h1 {
	font-size: 110px;
	line-height: .8em;
	font-family: "Instrument Serif", "Times New Roman", Times, serif;
	margin-bottom: 40px;
	font-weight: 200;
}

h2 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 1.2em;
	line-height: 1.4em;
	font-weight: 200;
}

a, a:active, a:visited {
	color: #d76c49;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.og-btn {
	display: inline-block;
	margin: 10px 0 60px 0;
	padding: 8px 18px;
	border: 1px solid #E7653E;
	font-size: 16px;
	color: #E7653E;
	text-decoration: none;
	background: transparent;
	font-weight: 400;
	border-radius: 30px;
}

a.og-btn em {
	display: inline-block;
	font-size: 26px;
	line-height: 5px;
	margin: 0;
	padding:0;
	vertical-align: middle;
}

a.og-btn:hover {
	background: #E7653E;
	color: #062a3d;
	text-decoration: none;
}

a.og-btn:active, a.og-btn:visited {
	text-decoration: none;
}


@media only screen and (min-width: 1024px) {

	.extra-padd {
		padding: 0 15% 0 15%;
	}

	.extra-padd2 {
		padding: 0 30% 0 30%;
	}

	h1 {
		font-size: 190px;
		margin-bottom: 60px;
	}

	h2 {
		font-size: 26px;
	}
}
