/*= 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: #fff;
	/* text-transform: uppercase; */
	text-align: left;
	font-size: 28px;
	/* letter-spacing: 1px; */
}

h2 {
	font-family: "bluu", sans-serif;
	color: #fff;
	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: sans-serif;
	color: #000;
	font-size: 18px;
/* 	font-weight: bold; */
	padding: 20px;
	
	height: 375px;
	overflow: auto;
	
	/* border: 1px solid #fff; */
}

a {
	font-family: 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;
	text-align: center;
}

.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%;
	
	overflow: scroll;
}

/* .content_container {
	/* display: flex;
	align-items: center;
	justify-content: center;
	height: 1000px;
	/* position: relative;
} */

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

.banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 500px;
	/* height: auto; */
}
#zero {
	background-image: url('../assets/games&anims/spaceinvadershiddenheroesX/hhbanner1.png') !important;
}
#first {
	background-image:url('../assets/games&anims/onefiveohX/onefiveohTitleGraphic.png') !important;
}
#second {
	background-image:url('../assets/games&anims/friend_vrX/friendsimTitleGraphic.png') !important;
}
#third {
	background-image:url('../assets/games&anims/cullX/cullTitleGraphic.PNG') !important;
}
#fourth {
	background-image:url('../assets/games&anims/vr_galleryX/vrgalleryTitleGraphic.PNG') !important;
}
#fifth {
	background-image:url('../assets/games&anims/bittersweetX/bittersweetTitleGraphic.png') !important;
}
#sixth {
	background-image:url('../assets/games&anims/look_at_what_u_killed_broX/extra.PNG') !important;
}

.banner_text {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 10%;
	/* transform: translate(-10%, -50%); */
}

.banner a {
	text-decoration: none;
}

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

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