/*= GENERAL STYLING
--------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	cursor: url(../assets/spo15.cur), auto !important;
}

html, body {
    height: 100%;
/* 	background-attachment: fixed; */
	background-color: #fff;
	overflow: hidden;
}

body {
    font-family: sans-serif;
	color: #000000;
}

div {
	outline: 0;
}

h1 {
	font-family: "bluu", sans-serif;
	color: hsl(175, 100%, 50%);
	/* text-transform: uppercase; */
	text-align: center;
	font-size: 28px;
	padding: 20px 20px 20px 70px;
	/* letter-spacing: 1px; */
}

h2 {
	font-family: "bluu", sans-serif;
	color: #ff00ff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 4px;
}

h3 {
	font-family: "bluu", sans-serif;
	color: #ff00f2;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 26px;
	letter-spacing: 4px;
	padding: 10px 10px 20px 10px;
	
/* 	border: 1px solid #000fff; */
	
}

h4 {
	padding: 10px 10px 20px 10px;

/* 	border: 1px solid #000fff; */
}

ul { 
	list-style-type: none; 
	/* text-transform: uppercase; */
}

p {
	font-family: "miller", "Playfair Display", sans-serif;
	color: #dadada;
	font-size: 16px;
	line-height: 1.35;
/* 	font-weight: bold; */
	padding-left: 20px;
	
	/* height: 375px; */
	/* overflow: hidden; */
	
	/* border: 1px solid #fff; */
}

a {
	font-family: "miller", "Playfair Display", sans-serif;
	color: #000;
	/* letter-spacing: 2px; */
	text-decoration: underline;
}

/*= NAVIGATION
--------------------------------------------------------*/

#header {
	position: fixed;
	top: 0px;
	width: 100%; 
	height: 70px;
	background-color: #83707d;
	margin-top: 0px;
	z-index: 1;
}

.header_content {
	display: flex;
    justify-content: space-between;
	
/* 	border: 1px solid #0000ff; */
}

.name_container, .nav {
	margin: 12px auto;
	padding: 10px;
/* 	border: 1px solid #0000ff; */
}

.name_container a {
	font-family: "bluu", sans-serif;
	color: #8a0000;
	font-size: 20px;
	text-decoration: none;
	text-transform: none;
}

.nav ul {
	list-style: none;
	display: table;
}

.nav li {
	display: table-cell;
	padding: 0px 10px 0px 10px;
}

.nav a {
	font-family: "miller", "Playfair Display", sans-serif;
	color: #ffffff;
	text-decoration: none;
}

/* CONTENT MAIN
------------------------------*/

.wrapper {
	height: 100%;
	margin: 0;
}

.background {
	/* background-image:url('../assets/titlegiffy.gif') !important; */
	margin-top: 70px;
	padding-top: -70px;
	background-color: #0e0d0e;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
    height: 95%;
}

.content_container {
	display: flex;
	align-items: left;
	justify-content: left;
	/* height: fit-content; */
}

/* HERO VIDEO */
.hero {
	display: flex;
	justify-content: center;
	margin: 30px auto;
}

.hero iframe {
	width: 1000px;
	height: 560px;
	max-width: 100%;
	display: block;
}

/* GRID LAYOUT */
.grid {
	display: grid;
	grid-template-columns: minmax(400px, 1.8fr) minmax(300px, 500px) minmax(400px, 1.8fr);
	gap: 30px;
	max-width: 1900px;
	margin: 0 auto;
	padding: 20px 40px 60px 40px;
	box-sizing: border-box;
	align-items: start;
}

/* SIDE COLUMNS */
.left,
.right {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.left a,
.right a {
	display: block;
	width: 100%;
}

/* IMAGES */
.left img,
.right img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

/* CENTER TEXT */
.center {
	width: 100%;
}

.center p {
	text-align: left;
	margin: 0;
	padding-left: 0;
}

.content_text {
	width: 100%;
	max-width: 500px;
	padding: 30px 40px;
	box-sizing: border-box;
}

.resizable-gif {
	width: 50% !important; /* Set your desired width */
	height: auto; /* Maintain aspect ratio */
	display: block; /* Ensure it behaves as a block element */
	margin: 0 auto; /* Center the GIF if needed */
}

.valk_hero {
	width: 100%;
	margin-top: 80px;
	text-align: center;
}

.valk_hero a {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
}

.valk_hero img {
	display: block;
	width: auto;
	max-width: 1800px;
	max-width: min(1800px, 100vw);
	height: auto;
	margin: 0 auto;
}