/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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.26;
}
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;
}

/*div {border: 1px solid rgba(255,0,0,0.5)}*/

body {
	background-color: #070b17;
	color: #e0f2ff;
	font-family: "ivyora-display", sans-serif;
	text-align: center;
	font-size: 16px;
	text-transform: lowercase;
	text-rendering: optimizeLegibility;
	letter-spacing: 3px;
}
p {
	text-transform: uppercase;
	letter-spacing: 2px;
}

h1 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	letter-spacing: 3px;
	font-variant: small-caps;
}

h3 {
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 500;
}

h4 {
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 400;
	font-variant: small-caps;
}
h5 {
	font-size: 18px;
	letter-spacing: 3px;
	font-variant: small-caps;
	font-weight: 500;
}

.telephone {
	margin: 1em 0;
}

.row {
	margin: 1em 0;

}
.divider {
	margin: 40px 0;
}
.margin {
	position: fixed;
}

.margin img {
	width: 40%;
}
.top-left {
	top: 20px;
	left:20px;
	text-align: left;
}
.top-right {
	top: 20px;
	right: 20px;
	text-align: right;
}
.bottom-left{
	bottom:20px;
	left: 20px;
	text-align: left;
}
.bottom-right{
	right: 20px;
	bottom: 20px;
	text-align: right;
}
.gold {
	color: rgb(95,63,22);
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   color: #fff;
   position: relative;
	text-transform: uppercase;	
	margin: 0;
	text-shadow: ;
	filter: drop-shadow(0 1px 0 #556177) 
			  drop-shadow(0 -.5px 0 rgba(0, 0, 0, .4))
			  drop-shadow(0 5px 10px rgba(255,255,255,0.05))
	;
}

.spacer {
	margin: 85px 0;
}

.container-fluid {
	margin: 4em 0;
}


@media only screen and (min-width: 48em) {
	h1 {
		font-size: 52px;
	}
	h3 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 62em) {
	h1 {
		font-size: 60px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 16px;
		font-weight: 100;
		text-transform: uppercase;
		line-height: 2;
		letter-spacing: 7px;
	}
	h5 {
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 5px;
	}
	p {
		text-transform: uppercase;
		font-variant: small-caps;
		letter-spacing: 2px;
		font-weight: 300;
		font-size: 18px;
	}
}

@media only screen and (min-width: 75em) {
	h1 {
		font-size: 75px;
	}
	h3 {
		font-size: 38px;
	}
	h4 {
		font-size: 20px;
		font-weight: 500;
		text-transform: uppercase;
		line-height: 2;
		letter-spacing: 6px;
	}
	h5 {
		font-size: 28px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 5px;
	}
	p {
		text-transform: uppercase;
		font-variant: small-caps;
		letter-spacing: 4px;
		font-weight: 300;
		font-size: 32px;
	}
}