@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@font-face {
	font-family: 'impact';
	font-display:swap;
	src: url('fonts/impact.eot'),
		 url('fonts/impact.eot?#iefix') format('embedded-opentype');
	src: url('/:') format('no404'), 
		 url('fonts/impact.ttf') format('truetype'),
		 url('fonts/impact.woff') format('woff'),
		 url('fonts/impact.svg#impactregular') format('svg');
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	text-rendering: auto;
}
.cinzel-decorative-regular {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	text-rendering: auto;
}

.cinzel-decorative-bold {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	text-rendering: auto;
}

.cinzel-decorative-black {
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-style: normal;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	text-rendering: auto;
}

/*CSS reset*/
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 {
	background-color: transparent;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}			
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	font-size: 100%;
    color: #000000;
    background: #000000;
    background-image: url(../images/DA62-MPP.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-shadow: 0px -1px 2px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
    zoom: 1;
}

h1 {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}

h2 {
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2rem;
}

h3 {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

p {
	font-family: 'impact';
  font-size: 1.2rem;
}

a {
	font-family: 'impact';
  font-size: 1.2rem;
  text-decoration:none;
}

img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:none;
}

.content {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align:center;
}

.header-logo {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding:0;
}

.introduction {
	width: 60%;
    font-size: 1.8rem;
    margin: 0 auto;
    top: auto;
    bottom: 5%;
    left: 0;
    right: 0;
    position: absolute;
}

.contact-link {
	width: 90%;
	margin: 0 auto;
	padding:0;
}

.contact-link a {
    color: #ffffff;
    font-size: 2rem;
}

.contact-link a:hover,	
.contact-link a:focus {
    color: #d1b22b;
}

.photo-inset {
	width: 90%;
	max-width: 555px;
    font-size: 1.2rem;
	margin: 0 auto;
	padding:0;
    top: auto;
    bottom: 10%;
    left: 0;
    right: 0;
    position: absolute;
}