@font-face {
    font-family: 'CopperPlate';
    src: url('_fonts/copperplate-gothic-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CopperPlateReg';
    src: url('_fonts/Copperplate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SuperclarendonLight';
    src: url('_fonts/Superclarendon-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SuperclarendonLightItalic';
    src: url('_fonts/Superclarendon-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

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

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::before,
*::after
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body { height: 100%; }

body
{
	font-family: "CopperPlate", serif;
	background: url("_img/BackgroundClean.jpg") center center / cover no-repeat fixed;
}

a
{
	color: #dfc784;
	text-decoration: none;
}

.page-frame
{
	position: relative;
	min-height: 100vh;
}

.page-frame::before
{
	content: "";
	position: absolute;
	top: 33px;
	right: 33px;
	bottom: 33px;
	left: 33px;
	/*border: 1px solid #a59f7f;*/
	pointer-events: none;
}

.logo-wrap
{
	position: absolute;
	top: 30px;
	right: 30px;
}

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

.mail_link
{
	width: auto;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-family: "clone-rounded-pe", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.mail_link a
{
	display: inline-block;
	border-bottom: 1px solid #dfc784;
	font-size: 18.8px;
}

.mail_link a span
{
	display: inline-block;
	letter-spacing: 1px;
	padding-bottom: 2px;
	margin-right: -1px;
	/* same value as letter-spacing */
}

.page-frame {
  position: relative;
  min-height: 100vh; /* full viewport */
}

.GRH_Animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.GRH_Animation img {
  display: block;
  width: 750px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1024px)
{
	.logo
	{
		width: 100px;
		height: auto;
		display: block;
	}
	
	.mail_link
	{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2.2px;
		left: 0;
	}
	
	.logo-wrap
	{
	right: 5%;
	}
	
	.GRH_Animation img {
  display: block;
  width: 200%;
  height: auto;
  margin: 0 auto 0 -50%;
}

.page-frame
{
	min-height: 100dvh;
	height: 100dvh;
}
	
}


