body
{
	margin:0;
	padding:0;
	background:#016E1B;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.4em;
	overflow-x:hidden;
	overflow-y:auto;
}
a
{
	color:inherit;
	text-decoration:none;
}
a i
{
	transition: all .1s ease-in-out;
}
a:hover i
{
	transform: scale(1.2);
}
img
{
	margin:0;
	padding:0;
	border:0;
	display:block;
}
.top-menu-bar-height
{
	height:50px;
}
.top-menu-bar-container
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:100;
	background:linear-gradient(180deg, #2a2a2a, #000000);
}
.top-menu-bar
{
	display:flex;
	align-items:center;
	justify-content:space-between;
	max-width:1464px;
	box-sizing:border-box;
	margin:0 auto;
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	line-height:1.2em;
	height:100%;
}
.top-title
{
	height:26px;
	padding:0 32px;
	transition: all .1s ease-in-out;
}
.top-title:hover
{
	transform: scale(1.03);
}
.top-menu
{
	display:flex;
	text-transform:uppercase;
	text-align:center;
	height:100%;
	line-height:50px;
	border-right:1px solid #000000;
}
.top-menu>a
{
	padding:0 24px;
	height:100%;
	border-left:1px solid #000000;
}
.top-menu>a:hover
{
	background:#222222;
}
.top-menu-mobile
{
	display:none;
	text-transform:uppercase;
	text-align:right;
}
.top-menu-mobile>a
{
	display:inline-block;
	padding:0 32px;
	line-height:50px;
}
.top-menu-mobile>a>span
{
	margin-right:0.5em;
}
.top-menu-mobile>a>i
{
	display:inline-block;
	width:1em;
}
#top-menu-mobile-dropdown
{
	position:fixed;
	top:50px;
	right:0;
	z-index:200;
	display:flex;
	flex-direction:column;
	text-align:right;
	background:#222222;
	line-height:50px;
}
#top-menu-mobile-dropdown>a
{
	padding:0 32px;
	border-bottom:1px solid #000000;
}
#top-menu-mobile-dropdown>a:hover
{
	background:#111111;
}
#top-menu-mobile-dropdown .top-socials-mobile
{
	padding:0 32px;
}
#top-menu-mobile-dropdown .top-socials-mobile>a
{
	font-size:1.5em;
	margin-left:0.5em;
}
#top-menu-mobile-dropdown .top-socials-mobile>a:first-child
{
	margin-left:0;
}
.top-socials
{
	font-size:1.5em;
	padding-right:32px;
}
.top-socials>a
{
	margin-left:0.25em;
}
.main-container
{
	color:#ffffff;
	background:#016E1B;
	font-family: Arial, Helvetica, sans-serif;
}
.main-container.home-page
{
	background:#009c27;
	font-size:2vw;
	line-height:1.2em;
}
.main-container.home-page>div:nth-child(even)
{
	background:#016E1B;
}
.hidden
{
	display:none;
}
.align-center
{
	text-align:center;
}
.feature-div
{
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	background:url(images/BryceSteerMadness_website_background.jpg);
	background-size:contain;
}
.feature-div>div
{
	width:50%;
	height:auto;
}
.feature-div>img
{
	width:50%;
	height:auto;
}
.feature-div a
{
	color:#FFDE00;
}
.yellow-text
{
	color:#FFDE00;
}
.base-margin
{
	padding-left:1.5em;
	padding-right:1.5em;
}
.main-title
{
	width:100%;
	height:auto;
	margin:0 auto;
}
.main-image
{
	width:100%;
}
.text-section
{
	text-align:center;
	padding-top:1.5em;
	padding-bottom:1.5em;
}
h2,h3
{
	padding-top:0;
	margin-top:0;
	font-size:1.5em;
	line-height:1.1em;
	margin-bottom:0.667em;
	text-align:center;
}
p
{
	margin-top:1em;
	margin-bottom:0;
}
.social-media i
{
	font-size:2em;
	padding-left:0.25em;
	padding-right:0.25em;
}
.split-section
{
	padding-top:1.5em;
	padding-bottom:1.5em;
	text-align:center;
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
}
.split-section:nth-child(even)
{
	flex-direction:row;
}
.split-section>img,
.split-section>div
{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	text-align:left;
}
.split-section>div
{
	width:60%;
	height:auto;
	padding:0 1.5em;
}
.split-section>img
{
	width:40%;
	height:auto;
	padding:0;
	margin: -1em 0;
	transform:scale(0.9) rotate(3deg);
}
.split-section:nth-child(even) img
{
	transform:scale(0.9) rotate(-3deg);
}
.split-section i.fa-solid
{
	font-size:2em;
}
.gallery
{
	padding-top:1.5em;
	text-align:center;
	padding-left:1.5em;
}
.gallery iframe
{
	display:inline-block;
	vertical-align:top;
	width:43.9em;
	height:24.69375em;
	margin-right:1.5em;
	margin-bottom:1.5em;
	border:0.2em solid #000000;
}
.gallery span
{
	display:block;
	margin-right:1.5em;
}
.gallery div
{
	display:inline-block;
	vertical-align:top;
	width:21.4em;
	margin-right:1.5em;
	margin-bottom:1.5em;
}
.gallery img
{
	display:block;
	width:100%;
	border:0.2em solid #000000;
	margin:0 auto;
}
.gallery p
{
	padding:0.5em 0 0 0;
	margin:0;
}
.social-media input,
.social-media button
{
	font-size:inherit;
	font-family:inherit;
	font-weight:inherit;
}
.social-media input[type="email"]
{
	background:#ffffff;
	color:#000000;
	border:none;
	padding:0.2em 0.4em;
	box-sizing:border-box;
	width:70%;
	margin:0;
	margin-right:2%;
}
.social-media button
{
	background:#009c27;
	color:#ffffff;
	border:none;
	padding:0.2em 0.4em;
	box-sizing:border-box;
	width:15%;
	filter:drop-shadow(0.2em 0.2em 0.1em #000000);
	margin:0;
	box-sizing:border-box;
}
.main-container.home-page>div.social-media:nth-child(odd) button
{
	background:#016E1B;
}
.social-media input[type="checkbox"]
{
	width:0.85em;
	height:0.85em;
	margin:0;
	margin-right:0.5em;
}
.text-section h4
{
	padding-top:0;
	margin-top:1em;
	margin-bottom:0;
	font-size:1.0em;
	font-style:italic;
	font-weight:bold;
	color:#FFDE00;
}
.text-section h5
{
	padding-top:0;
	margin-bottom:1em;
	margin-top:0;
	font-size:1.0em;
	font-style:normal;
	font-weight:normal;
}
.text-section.credits h5
{
	white-space:pre-line;
}
.half-width
{
	width:50%;
	height:auto;
}
.one-third-width
{
	width:33.3%;
	height:auto;
}
.two-thirds-width
{
	width:66.7%;
	height:auto;
}
.hide
{
	display:none !important;
}
.parent-active-inline-block
{
	display:none !important;
}
.active .parent-active-inline-block
{
	display:inline-block !important;
}
.active .parent-inactive
{
	display:none !important;
}
.hide-desktop
{
	display:none;
}
.text-page
{
	padding:2em;
	box-sizing: border-box;
}
.text-page h1
{
	text-align:center;
	font-size:2em;
	line-height: 1.2em;
	padding:0;
	margin:0;
}
.text-page h2
{
	text-align:left;
	font-size:1.5em;
	line-height: 1.2em;
	padding:0;
	margin:1em 0 0 0;
}
.text-page h3
{
	text-align:left;
	font-size:1em;
	line-height: 1.4em;
	padding:0;
	margin:1.5em 0 0.5em 0;
}
.text-page p
{
	text-align:left;
	padding:0;
	margin:0.25em 0 1em 1em;
}
.text-page ul
{
	text-align:left;
	padding:0;
	margin:0.25em 0 1em 1em;
	list-style-position: inside;
}
.text-page p a,
.text-page ul a
{
	color:#FFDE00;
}
.text-page .content
{
	padding-top:1.5em;
	text-align:left;
}
.press-kit
{
	text-align:left;
}
.press-kit-2-column
{
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	gap:3em;
}
.press-kit img
{
	width:100%;
	margin-top:1.5em;
}
.steam
{
	text-align:center;
	padding-top:1em;
	padding-bottom:1em;
}
.steam div,
.steam div iframe
{
	display:inline-block;
	border:0;
	width:646px;
	height:190px;
}
a.action-button
{
	font-size:1.25em;
	display:block;
	width: 50%;
	box-sizing:border-box;
	margin-bottom:1em;
	background: linear-gradient(to right, #00B4DB, #0083B0);
	background:#009c27;
	padding: 0.75em;
	border: none;
	border-radius: 0.25em;
	color: white;
	line-height: 1em;
	filter:drop-shadow(0.2em 0.2em 0.1em #000000);
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.main-container.home-page>div:nth-child(odd) a.action-button
{
	background:#016E1B;
}
.action-button-icon
{
	padding-left: 0.5em;
}
a.action-button:hover
{
	filter:drop-shadow(0.3em 0.3em 0.1em #000000);
	transition: all .1s ease-in-out;
}
#other-downloads
{
	font-size:0.85em;
	line-height:1.3em;
	margin-bottom:1.5em;
}
#alt-download-buttons
{
	margin-bottom:1.5em;
}
@media (min-width: 1400px)
{
	body
	{
		background: #016E1B url(images/blurred_background.jpg) no-repeat center center fixed;
		background-size: cover;
	}
	.main-container
	{
		margin:0 auto;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
		width:1400px;
	}
	.main-container.home-page
	{
		font-size:28px;
		line-height:1.2em;
	}
}
@media (max-width: 991px)
{
	.top-socials,
	.top-menu
	{
		display:none;
	}
	.top-menu-mobile
	{
		display:block;
	}
}
@media (max-width: 639px)
{
	.top-title
	{
		padding:0 16px;
	}
	.top-menu-mobile>a
	{
		padding:0 16px;
	}
	#top-menu-mobile-dropdown>a
	{
		padding:0 16px;
	}
	#top-menu-mobile-dropdown .top-socials-mobile
	{
		padding:0 16px;
	}
	.main-container.home-page
	{
		font-size:6vw;
		line-height:1.2em;
	}
	.base-margin
	{
		padding-left:1em;
		padding-right:1em;
	}
	.hide-mobile
	{
		display:none;
	}
	.hide-desktop
	{
		display:block;
	}
	.half-width
	{
		width:100%;
	}
	.feature-div
	{
		display:block;
		background:none;
	}
	.feature-div>img
	{
		width:100%;
	}
	.feature-div>div
	{
		width:auto;
		padding-top:1em;
		padding-bottom:1.5em;
	}
	.split-section
	{
		display:block;
	}
	.split-section>div
	{
		width:100%;
		padding:0 1em;
	}
	.split-section>img
	{
		width:100%;
		margin-bottom:1.5em;
	}
	.gallery
	{
		padding-left:1em;
	}
	.gallery>h3
	{
		margin-left:-1em;
	}
	.gallery span
	{
		margin-right:1em;
	}
	.gallery div
	{
		width:14.4em;
		margin-right:1em;
	}
	.gallery iframe
	{
		width:14em;
		height:7.875em;
		margin-right:1em;
	}
	.gallery img
	{
		width:14em;
	}
	.social-media input[type="email"]
	{
		width:100%;
	}
	.social-media button
	{
		width:100%;
		margin-top:1em;
	}
	.text-page
	{
		padding:1em;
	}
	.press-kit-2-column
	{
		flex-direction:column;
		gap:0;
	}
	.steam
	{
		padding-top:0em;
	}
	.steam div,
	.steam div iframe
	{
		width:320px;
		height:190px;
	}
	a.action-button
	{
		font-size:1em;
		width: auto;
	}
}
@media (max-width: 419px)
{
	.top-menu-mobile>a>span
	{
		display:none;
	}
}
