@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: Vogue;
  src: url('assets/Vogue.woff2') format("woff2"),
    url('assets/Vogue.ttf') format('truetype'),
    url('assets/Vogue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
	height: 100vh;
	font-size: 18px;
}

body {
	background-color: darkcyan;
	background-image: url('images/bg/17-014-22.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: cover;
	background-position: center;
}

#sitecontainer {
	max-width: 1900px;
	margin: auto;
}

#title {
	font-family: Vogue, Garamond, Helvetica, serif;
	font-size: 15vw;
	text-align: center;
	color: coral;
	margin-top: 5vh;
	margin-bottom: 3vh;
	text-shadow: 0.4vw 0.4vw white;
}

#topmenu {
	display: flex;
	margin: auto;
	justify-content: center;
	margin-bottom: 4vh;
}

#topmenu a {
	font-family: Butler, Garamond, Helvetica, serif;
	font-size: 2rem;
	background-color: coral;
	color: white;
	padding: 0.7rem 1rem 0.3rem 1rem;
	text-decoration: none;
	box-shadow: 0.4rem 0.4rem white;
	margin: 0 0.5rem 0 0.5rem;
}

#topmenu a:hover {
	background-color: white;
	color: darkcyan;
	box-shadow: 0.4rem 0.4rem darkcyan;
}

#content {
	width: 70%;
	border: 3px dashed white;
	margin: auto;
	padding: 0.5rem;
	backdrop-filter: blur(4px);
	background-color: rgb(100, 155, 155, 0.3)
}

#footer {
	width: 90%;
	margin: 3vh auto;
}

#footer p{
	font-family: Vogue, Garamond, Helvetica, serif;
	font-size: 1rem;
	text-align: center;
	color: white;
	text-shadow: 0.05rem 0.05rem black;
	padding-bottom: 1em;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

img.gallery{
	border: 2rem solid white;
	outline: 1rem double white;
	display: block;
	margin: 3rem auto;
}

.center{
	text-align: center;
}

div.center{
	margin: auto;
}

h1, h2 {
	font-family: Butler, Garamond, Helvetica, serif;
	font-size: 3rem;
	font-weight: bold;
	text-align: left;
	color: white;
	text-shadow: 0.1rem 0.1rem coral;
	margin: 1rem 0.5rem;
}

h2 {
	font-size: 1.5rem;
}

p {
	font-family: Butler, Garamond, Helvetica, serif;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: justify;
	color: white;
	text-shadow: 0.06rem 0.06rem rgb(0, 100, 100, 1);
	margin: 0.5rem;
}

p a {
	color: coral;
	font-weight: bold;
	text-shadow: 0.06rem 0.06rem white;
}

p a:hover {
	background-color:white;
}