@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Huninn&family=Luckiest+Guy&family=Mogra&family=Poetsen+One&family=Raleway:ital,wght@0,100..900;1,100..900&family=Titan+One&display=swap');
:root {
	--font-family: 'Huninn', cursive;
	--font-family-secondary: 'Titan One', cursive;
}

body {
	overflow-x: hidden;
}

.title {
	font-family: var(--font-family-secondary);
	width: 100%;
	text-align: center;
	font-size: 3rem;
	color: rgb(192, 192, 192);
	margin: 0;
	padding: 0;
	line-height: 3rem;
	text-transform: uppercase;
	font-weight: 800;
	-webkit-text-stroke: 2px rgb(23, 73, 169);
}

.subtitle {
	font-family: var(--font-family-secondary);
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	color: rgb(207, 228, 252);
	-webkit-text-stroke: 2px rgb(47, 84, 117);
	margin: 0;
	padding: 0;
}

h2 {
	font-family: var(--font-family);
	text-align: center;
	color: #444;
	font-size: 1.5rem;
}

.contact-info {
	font-family: var(--font-family);
	font-size: 1rem;
	margin: 10px 0;
	width: 100vw;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.contact-info h2 {
	color: darkblue;
	text-transform: uppercase;
	font-weight: bold;
}

.contact-info h3 {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

.contact-info strong {
	text-align: left;
}
.contact-info a {
	text-decoration: none;
	text-align: right;
	right: 0;
	margin-left: auto;
}

#video {
	width: 100%;
	height: auto;
	max-height: 80vh;
	max-width: 800px;
	display: block;
	margin: 0 auto;
}
