/********************************************************************

Author:			KC Biedlingmaier
Author URL:		http://www.krischarles.com/
Description:	Stylesheet for GrayCarts.com
Updated:		3/6/2023

********************************************************************/

body {
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	cursor: default;
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 0;
	padding: 0;
	color: #ffffff;
    background: #222222;
	}
a {
	text-decoration: none;
	color: #f2f2f2;
	cursor: pointer;
	z-index: 101;
	position: relative;
	border-bottom: 2px solid #f2f2f2;
	}
a:visited {
	color: #f2f2f2;
	}
a:hover {
	color: #f2f2f2;
	animation: pulse 1.5s linear infinite;
	}

/* Content */
#content {
	width: 100%;
	display: block;
	}
#nav-inner {
	display: block;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 30px;
	background: #000000;
	}
#nav-inner #mark {
	width: 70px;
	height: 70px;
	border-radius: 0 0 10px 10px;
	margin-left: 40px;
	background: #000000;
	display: block;
	overflow: hidden;
	}
#nav-inner #mark .stripe {
	width: 70px;
	height: 10px;
	background: #222222;
	display: block;
	margin-bottom: 10px;
	}
#nav-inner #mark img.box {
	border-radius: 4px;
	width: 160px;
	}
#content-inner {
	max-width: 800px;
	margin: 0 auto;
	background: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
	}
#content-inner.gray {
	background: #111111;
	}
#splash {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	display: block;
	}
#splash video {
	width: 100%;
	display: block;
	position: relative;
	}
#title {
	font-size: 42px;
	letter-spacing: -.5px;
	line-height: 42px;
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	}
#system {
	color: #d2d2d2;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	}
#cover {
	background: #bbbbbb;
	height: 100px;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	margin-bottom: 34px;
	margin-left: 20px;
	}
#cover img {
	height: 100px;
	border-radius: 4px;
	}
#info {
	font-size: 18px;
	text-align: left;
	letter-spacing: 0px;
	padding-bottom: 14px;
	font-weight: 400;
	display: block;
	text-align: center;
	}
#info strong {
	margin-right: 10px;
	font-weight: 500;
	}

	
@media only screen and (max-height:800px) {

	}