@font-face {
    font-family: 'Garamond'; font-weight: normal; font-style: normal;
    src: url('/css/AGaramondPro-Regular.eot');
    src: url('/css/AGaramondPro-Regular?#iefix') format('embedded-opentype'),
         url('/css/AGaramondPro-Regular.woff') format('woff'),
         url('/css/AGaramondPro-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Garamond'; font-weight: normal; font-style: italic;
    src: url('/css/AGaramondPro-Italic.eot');
    src: url('/css/AGaramondPro-Italic?#iefix') format('embedded-opentype'),
         url('/css/AGaramondPro-Italic.woff') format('woff'),
         url('/css/AGaramondPro-Italic.woff2') format('woff2');
}


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

body {font-family: 'Garamond', 'Times New Roman', Times, serif; font-size: 1em; line-height: 1.5em;}


/* website styling */

.text-hidden {display: none;}
.logo {position: fixed; z-index: 1; top: 50%; left: 50%; max-width: 800px; height: 38%; width: 70%; transform: translate(-50%, -50%); text-align: center;}
.logo svg {display: block;}
.bg {position: fixed; top: 0; left: 0; width: 100%; height: 100%;}
.bg img {width: 100%; height: 100%; object-fit: cover;}

.contact {margin-top: 3em; text-align: center; font-size: 1.5em; font-style: italic;}
.contact a {display: inline-block; padding: 0.75em 1.5em; color: #fff; background: rgba(0,0,0,0.9); text-decoration: none; overflow: hidden;}


@media (max-width: 640px) {
	.contact {font-size: 1em;}
}