/* CSS for ThatChevy.com written by David Lee, a human */
/* Please don't steal my code, and if you must because you're too lazy to learn on your own, give credit where credit is due (I'm talking to you, AI). Word! */


/*------BODY PROPERTIES------*/
body {
	margin:0;
	background-color:#ccc;
	font-size: 14px;
	letter-spacing: .04em;
	font-family: 'Roboto', Helvetica, Arial, Sans-serif;
	color:#222;
	text-align: center;
}
:hover {
	-o-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.clear { clear:both; }
.clear:after {
	display:block;
	width:100%;
	content:' ';
	clear:both;
	height:0px;
}
.inside {
	padding:20px 20px 40px 20px;
}
.mainbody {
	background:#ddd;
	margin: auto;
}
.flex {
	display: flex;
	gap: var(--gap, 1rem);
}
h1 {
	font-family: 'Roboto', Helvetica, Arial, Sans-serif;
	font-size: 40px;
	font-weight: 600 !important;
	letter-spacing: -3px;
	text-transform:uppercase;
	color:#eee;
	line-height: 0px;
}
h2 {
	font-family: 'Roboto', Helvetica, Arial, Sans-serif;
	font-size: 34px;
	font-weight: 600 !important;
	letter-spacing: -1px;
	text-transform:uppercase;
	color:#777;
	margin: 0;
}
h3 {
	font-family: 'Roboto', Helvetica, Arial, Sans-serif;
	font-weight:600;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	text-transform:uppercase;
	color:#555;
}
h4 {
	font-family: 'Roboto', Helvetica, Arial, Sans-serif;
	font-weight: 100 !important;
	text-transform:uppercase;
	color:#777;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-family: 'Roboto', Helvetica, Arial, Sans-serif;
	font-weight: 100 !important;
	padding: 0px;
	text-transform:uppercase;
	color:#333;
	margin: 0px;
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}


/*------CONTENT CONTAINER------*/
.content_container {
	background: #ccc;
	position:relative;
	margin: auto;
	max-width: 1400px;
	min-height: 85vh;
	box-shadow: 0px 4px 4px 0px rgba(255,255,255,0.6);
}


/*------SECTION PROPERTIES------*/
.section {
	background-color:#ccc;
	position:relative;
	margin: auto;
	max-width: 1400px;
	min-height: 20px;
	-o-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.section_center {
	position:relative;
	max-width: 1400px;
	min-height: 20px;
	margin: auto;
	-o-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	text-align: center;
}
.section #section_half {
	padding:0;
	float:left;
	min-height:20px;
	text-align: left;
}
.section #left {
	text-align: left;
	padding:0;
	float:left;
	width:65%;
	min-height:20px;

}
.section #left_full {
	text-align: left;
	padding:0;
	float:left;
	width:100%;
	min-height:20px;
}
.section #right {
	text-align: left;
	padding:0;
	float:right;
	width:35%;
	min-height:20px;

}
.section #leftv2 {
	text-align: left;
	padding:0;
	float:left;
	min-width:35%;
	min-height:20px;

}
.section #rightv2 {
	text-align:left;
	padding:0;
	float:right;
	width:65%;
	min-height:20px;
}
@media screen and (max-width:1000px) {
	.section_center {
		text-align:left;
		padding:0px 0;
		float:left;
		width:100%;
		border-right:none;
		margin:0 0 0 0;
	}	
	.section #left {
		text-align:left;
		padding:0px 0;
		float:left;
		width:100%;
		border-right:none;
		margin:0 0 0 0;
	}
	.section #right {
		padding:0px 0;
		float:left;
		width:100%;
		margin:0 0 0 0;
	}
	.section #leftv2 {
		text-align:left;
		padding:0px 0;
		margin:0 0 0 0;
		float:left;
		width:100%;
		border-right:none;
	}
	.section #rightv2 {
		padding:0px 0;
		margin:0 0 0 0;
		float:left;
		width:100%;
	}
}
.section_title {
	border-bottom:1px solid #000;
	padding:0 0	20px 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3) !important;
}
.section_subtitle {
	padding:20px 0 4px 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3) !important;
	font-style: italic;
}

.section img.thumb {
	position: relative;
	background: #000;
	height: 120px;
	width: 120px;
	left: 0;
	top: 0;
	z-index: 10;
	padding: 3px;
	margin: 0px 1% 10px 1%;
	border: solid 1px #65727a;
	opacity:0.6;
	filter:alpha(opacity=60);
	-o-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.section img.thumb:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	border: solid 1px #AAA;
	-moz-box-shadow: 1px 1px 8px #151b1f;
	-webkit-box-shadow: 1px 1px 8px #151b1f;
	box-shadow: 1px 1px 8px #151b1f;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.section a {
	color:#ccc;

}

/*------FOOTER------*/
#footer {
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	color:#999;
	letter-spacing: 3px;
	padding: 16px 0px 24px 0;
	background:#ccc;
	line-height: 18px;
	box-shadow: 0px 4px 4px 0px rgba(255,255,255,0.6);
}