/*------------------------------------------------------------------
[Custom CSS Stylesheet]

Project:    	CAPTURE ONE - CUSTOM CSS FOR WEB CONTACT SHEET
Version:    	v2.0
Last change:  	091824 [rev]
Assigned to:  	Bob Wendt
-------------------------------------------------------------------*/

/* IMPORTANT 
Add the following line of code to main HTML index:
<link rel="stylesheet" type="text/css" media="screen, print" href="theme/contactsheet_custom-css.css">
*/
/* THEN ADD THIS FILE AS "contactsheet_custom-css.css" TO "THEME" FOLDER */

/*------------------------------------------------------------------
[Table of contents]
1. COLOR AND LAYOUT STYLING REVISIONS
2. NACK TO INDEX BUTTON STYLE
-------------------------------------------------------------------*/

/* ==== page text ==== */
/*body {
}
/* ==== main title text ==== */
h1 {
	font-size: large; 
	color: silver;
}
/* ==== description text ==== */
DIV#info-box P {
	font-size: medium;
	line-height: 1.3;
	color: silver;
}
/* ==== main title & description box ==== */
DIV#info-box {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.120);
	margin-top: 5%;
	padding-right: 10px !important;
	margin-left: 14px;
	border-radius: 4px;
}
/* ==== thumbnail text ==== */
ol#wcs-list {
	font-size: medium !important;
}
/* ==== thumbnail border ==== */
ol#wcs-list li img {
	border-width: 1px !important;
	border-color: #b8b8b8 !important;
}

/* ==== back-to-index button style ==== */
.button {
  background-color: #4c4c4c; /* Grey */
  border-radius: 4px;
  border: none;
  color: #b1b3b0 !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

/* ==== back-to-index button padding below solid line ==== */
div#copyright-box {
	padding-top: 20px !important;
}