/*= 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: #000;
}

div {
	outline: 0;
}

h1 {
	font-family: "bluu", sans-serif;
	color: #000	;
	/* text-transform: uppercase; */
	text-align: left;
	font-size: 28px;
	padding: 20px 20px 20px 70px;
	/* letter-spacing: 1px; */
}

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

h3 {
	font-family: "bluu", sans-serif;
	color: #000;
	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: #000;
	font-size: 16px;
	line-height: normal;
/* 	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: #cedff2;
	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: #000;
	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: #cedff2;
	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; */
}

#content {
	line-height: 5;
	column-count: 3;
	column-gap: 30px;
	/* height: fit-content; */
	/* text-align: center; */
}

#content img {
	/* Just in case there are inline attributes */
	width: 100%;
	height: auto !important;
}

.content_text {
	width: 400px;
	height: 150px;
	padding: 50px;
}
.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 */
}

@media screen and (max-width: 1500px) {
	.background {
		overflow: scroll;
	}
	#content {
		column-count: 2;
	}
}
@media screen and (max-width: 900px) {
	#content {
		column-count: 1;
	}
}
