/*_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_
 R E N E G A D E   R A G S . C O M
@author HTML / CSS / JavaScript : Brad Ormand
_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_*/

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   E L E M E N T S   R E S E T
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	line-height: 1.5;
	font-size: 1em;
}

body {
	color: #dddddd;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, p, sup, sub {
	font-family: Arial, sans-serif;
	margin: 0.5em 0px;
}

h1 {
	font-size: 2.4em;
	font-weight: 700;
	font-family: "Lobster", Georgia, serif;
	padding: 0.2em 8px;
	text-align: center;
	margin: 8px 0px;
	color: rgb( 255, 240, 240 );
	text-shadow:
		 4px  4px 3px #553333,
		-4px -4px 3px #553333,
		-4px  4px 3px #553333,
		 4px -4px 3px #553333
}

h2 {
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-shadow: 1px 2px 2px rgba( 0, 0, 0, 0.7 );
	letter-spacing: 0.02em;
	color: #eeffff;
	display: block;
	background-color: rgba( 128, 255, 255, 0.3 );
	border-radius: 8px;
	padding: 8px;
	padding-left: 8px;
	margin-bottom: 0.8em;
	text-align: center;
	box-shadow: 1px 6px 8px rgba( 0, 0, 0, 0.6 );
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: 200;
	text-shadow: 1px 2px 2px rgba( 0, 0, 0, 0.6 );
	display: block;
	background-color: rgba( 128, 255, 255, 0.2 );
	border-radius: 8px;
	padding: 8px 16px;
	margin-bottom: 15px;
}

h4 {
	font-size: 2.0em;
	text-indent: 0.5em;
	font-family: Helvetica, Arial, sans-serif;
}
h5 {
	font-size: 1.0em;
	text-indent: 1.3em;
	font-weight: 500;
}
sup, sub {
	font-size: 12px;
	color: #aaaaaa;
	text-shadow: none;
	font-weight: 500;
	line-height: 14px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	text-shadow: none;
	padding-left: 0px;
	padding-right: 0px;
	text-indent: 1.3em;
	line-height: 1.4em;
	margin-bottom: 6px;
	text-align: justify;
}
ul li,
ol li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
}
footer {
	height: 200px;
	margin-top: -50px;
	background-repeat: no-repeat;
	background-size: 100%;
}
img {
	
}
a, a:active, a:visited, a:link {
	color: #bbddee;
	text-decoration: none;
}
a:hover {
	color: #33eeee;
	text-decoration: none;
}
hr {
	border-bottom: 8px solid rgb( 220, 110, 70 );
}
button {
	margin: 2px 20px;
	padding: 4px 28px;
	float: left;
	background-color: rgb( 0, 50, 64 );
	font-family: Helvetica, Arial, sans-serif;
	color: rgb( 200, 255, 255 );
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid rgb( 0, 192, 192 );
	cursor: pointer;
}

/* ==== Sections ==== */
#main-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#page-body {
	position: relative;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 1200px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top center;
}
header {
	width: 100%;
}
.hero {
	width: 100%;
}
.hero img {
	width: 100%;
	height: auto;
}
.rr-logo {
	width: 480px;
	height: 240px;
	margin: 0px auto;
	background-size: 100%;
	background-image: url("https://cdn.shopify.com/s/files/1/2439/2099/files/RRLogo.png?1576668792334372228");
	background-repeat: no-repeat;
	background-color: rgba( 22, 54, 63, 0.0 );
}
#bg-image-section {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2400px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	background-image: url( "https://cdn.shopify.com/s/files/1/2439/2099/files/ConsoleSiteBG.jpg?1576668792334372228" );
}

@media only screen and ( max-width: 640px ) {
	h1 {
		font-size: 1.9em;
	}
	.rr-logo {
		width: 400px;
		height: 160px;
		background-size: 90%;
	}
}
@media only screen and ( max-width: 480px ) {
	h1 {
		font-size: 1.7em;
	}
	.rr-logo {
		width: 400px;
		height: 160px;
		background-size: 90%;
	}
}
@media only screen and ( max-width: 400px ) {
	h1 {
		font-size: 1.5em;
	}
	.rr-logo {
		width: 370px;
		height: 150px;
		background-size: 90%;
	}
}

