@charset "UTF-8";
/* CSS Document */

nav {
	float: right;
	padding-right: 20px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #43424D;
}

a:active {
	text-decoration: none;
	color: #43424D;
}

body {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 15px;
	background-image: url(images/reaperrepeat.svg);
	background-size: 15px 14px ;
}

.fullbg{
	background-color: #F1F1F1;
	height: 1000px;
}

.title-box {
	
	height: 130px;
	width: 100%;
	align-content: center;
	background-image:url(images/zmbrGHOSTpattern2_1024x130.jpg);
	background-size: cover;
}

.social {
	float: right;
	padding-right: 20px;
	padding-top: 35px;
}

.bar {
	background-color: #000000;
	height: 5px;
	width: 100%;
}

h1 {
	font-size: 21px;
	text-align: center;
	}

.tableheader {
	color: rgba(223,45,15,1.00)
}

header img {
	padding-left: 20px;
	padding-top: 49px;
}

.peppertable{
	width: auto;
	height: 174px;
	border: 0;
	padding-left: 10px;
}

.col {
	width: 48%;
	float: left;
	padding: 1%;
}

.col2 {
	width: 239px;
	text-align: right;
	padding: 2px;
}

.img-col img{
	width: 100%;
	height: auto;
	display: block;
}

.img-col {
	width: 48%;
	float: left;
	margin: 1%;
}

.social img {
	padding-right: 2px;
}

tr:nth-child(odd) {
	background-color: #BDBDBD;
	color: #242424;
}

.sticker img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 30px;
}

.pepperpic img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 10px;
	padding-left: 5px;
}

.footer {
	position: relative;
	left: 0;
	bottom: 0;
	height: 2em;
	width: 100%;
	background-color: #9F9F9F;
	color: #444444;
	padding-top: 10px;
	text-align: center;
	font-size: small;
}

/*TABLET*/
@media (max-width:768px){
	.title-box{
		background-image: url(images/zmbrGHOSTpattern2_768x125.jpg);
	}
	.img-col {
		width: 48%;
	}
	header img {
		width: 35%;
}
	.social img {
		width: 25px;
	}
	
}


/*MOBILE*/
@media (max-width:480px){
	.title-box{
		background-image: url(images/zmbrGHOSTpattern2_480x90.jpg);
	}
	.title-box img {
		width: 50%;
	}
	.img-col {
		width: 98%;
	}
	.col {width: 100%;
	float: right;

	}
	header img {
		width: 15%;
	}
	.social img {
		width: 10px;
	}
}

