/* RESOURCES PAGE STYLESHEET GENERAL */


/* GENERAL PAGE STYLE */
body{
	background-image: url("assets/warehouse_background.jpg");
	background-color: #FF6366;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat, repeat;
	background-attachment: fixed;	
}
h1{
	font-family: roboto bk;
	font-weight: normal;	
	font-size: 40px;
	margin-left:0px;
	margin-top: 5px;
	margin-bottom:5px;
}
h2{
	font-family: roboto bk;
	font-weight: normal;	
	font-size: 25px;
	margin-left:0px;
	margin-top:12px;
	margin-bottom:0px;
}
h3{
	font-family: Roboto Bold;
	font-weight: normal;	
	font-size: 20px;
	margin-left:0px;
	margin-top:12px;
	margin-bottom:2px;
}	
p{
	font-family: roboto;
	line-height: 135%;
	margin-top: 2px;
	margin-left: 1px;
	margin-bottom:10px;
}




/* OVERALL PAGE */
.overallpage{
	font-family: roboto;
	background-color: white;
	margin: auto;
	height: auto;
	width: 900px;
}





/* NAVIGATION BAR */
.titlenavbar{
	font-family: roboto italic;
	list-style-type: none;
	overflow: hidden;
	padding: 0px 5px;
	height: 35px;
	width: 900px;
	color: white;
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	background-color: #000000;
}
.IRClogo {
	float: left;
	margin: auto;
	color: white;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 9px;
	padding-right: 9px;	
}
.titlebutton {
	float: left;
}
.titlebutton a {
	
	font-family: Roboto italic; 
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 9px;
	padding-right: 9px;
}
.titlebutton a:hover:not(.active) {
	background-color: #840000;
}



/* website Title thing */
.titlenamebar{
	background-image:url(assets/warehouse_narrow_title.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding: 0px 5px;
	height: 35px;
	width: 900px;
	color: white;
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	background-color: #000000;
}
.titlename {
	float: left;
	font-family: roboto bold italic;
	font-size: 28px;
	line-height: 32px;
}
.titlename a{ 
	display: block;	
	text-shadow: 1px 2px 5px #000000;
	color: white;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 9px;	
	text-align: center;
	text-decoration: none;
}






/* BANNER GRAPHIC */
.bannergraphic{
	background-color: Red;
	font-family: Roboto;
	margin: auto;
	height: 171px;
	width: 900px; 
}




/* ---Main Section--- */


.maincontent{
	font-family: Roboto;
	margin: auto;
	overflow: auto;
	height: auto;
	width: 886px;
}




/* LIST THUMBNAIL TILES */
.thumbnailcontainer{
	display: flex;
	gap: 2px;
	grid-template-columns: auto auto auto auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 6px, 6px, 0px, 0px;
	height: auto;
	width: auto;
	flex-wrap: wrap;
}
.thumbnailitem{
	float: left;
	height: 360px;
	width: 215px;
	background-image: url("assets/itemtile.jpg"); 
	background-color: red;
	background-size: cover;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 1px;	
	text-decoration: none;
}
.thumbnailitem:hover{
	color: white;
	text-decoration: underline;
}
.thumbnailimage{
	height: 158px;
	width: 205px;
	background-image: url("assets/itemtile.jpg");
	background-size: cover;
	background-position: center; 
	background-repeat: no-repeat;	
	background-color: black;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;	
	margin-bottom: 0px;
}
.thumbtitle{
	font-family: roboto bold italic;
	color: white;
	font-size: 25px;
	line-height: 24px;
	text-shadow: 1px 2px 5px #000000;
	margin-top: 6px;
	margin-left: 4px;
	margin-right: 4px;	
	margin-bottom: 3px;
}
.thumbdesc{
	font-family: roboto bold;
	line-height: 16px;
	color: white;
	text-shadow: 1px 2px 5px #000000;
	font-size: 14px;
	margin-top: 3px;
	margin-left: 4px;
	margin-right: 4px;	
	margin-bottom: 0px;
}










/* FOOTER DESIGN */
.footer {
	height: 100px;
	background-color: #840000;
	background-image: url("../assets/footerbg.jpg");
	color: white;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 14px 0;
}
.footertext{
	margin-top: 15px;
	margin-bottom: 2px;
	font-family: roboto italic;	
}