/* START: GLOBAL RESET */
*
{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

h1,h2,h3,h4,h5,h6,p,pre,blockquote,form,ul,ol,dl,hr,table,address,fieldset { margin-bottom: 15px; font-family: 'Jost', sans-serif; font-weight: 400; }
h1 { font-size: 30px; font-weight: bold; }
h2 { font-size: 30px; font-weight: bold; }
h3 { font-size: 16px; font-weight: 700; }
h4 { font-size: 14px; font-weight: 500; }
/* h5 { font-size: 17px; font-weight: bold; } */
h5 { font-size: 14px; font-weight: 500; color:#444; }
h6 { font-size: 15px; font-weight: bold; }
li, dd, blockquote { margin-left: 40px; }
table {  border-collapse: collapse; border-spacing: 0; }
strong { font-weight: 600; }
em { font-style: italic; }
a { text-decoration: none; }
:focus  { outline: 0; }
/* END: GLOBAL RESET */

body
{
	background: #c4c4c4 url('../images/bg-global-child') no-repeat fixed 0 0;
	margin: 0;
	padding: 0;
	font-family: Arial,san-serif;
}

h1
{
	text-indent: -9999px;
	overflow: hidden;
}

h1 a
{
	display: block;
	position: fixed;
	width: 97px;
	height: 97px;
	left: auto;
	top: auto;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	background: transparent url('../images/logo-orange.svg') no-repeat 0 0;
}

h2
{
	position: absolute;
	left: 10px;
	top: 10px;
	text-indent: -9999px;
}



#header
{
	position: fixed;
	left: 0;
	top: 0;
	height: 141px;
	width: 100%;
	background: #c8c5c0 no-repeat 0 0;
	z-index: 10;
}

#content
{
	position: absolute;
	top: 160px;
	left: 43px;
	z-index: 5;
}

#content p
{
	margin-bottom: 11px;
}

.projectDate
{
margin-left: 10px;
margin-bottom: 18px;
font-size: 14px;
}

.box
{
	background: #c6c2bd url('../images/box-texture.jpg') no-repeat 0;
	width: 320px;
	margin: 0 0 14px 20px;
	border: 1px #aaa solid;
	border-radius: 10px;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	
}

.box h3
{
	background: rgba(0, 0, 0, 0.15);
	line-height: 20px;
	color: #333;
	padding: 8px 15px;
	text-transform: uppercase;
	margin: 8px 8px 0 8px;
	border-radius: 8px;
	border: 2px #fff dotted;

}

.box h4
{
	font-style: italic;
	color: #B35C33;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0;
}

.box ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.box li
{
	margin-left: 6px;
	margin-bottom: 4px;
	font-size: 14px;
}

.box li:first-child
{
	margin-top: 8px;
}

.box dt
{
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #555;
}

.box dt:first-child
{
	margin-top: 3px;
}

.box dd
{

	padding: 0;
	color: #767164;
	font-size: 14px;
	margin-bottom: 2px;
	margin-left: 10px;
}

.box a
{
	color: #767164;
}

.box a:hover
{
	color: #37342d;
}

.padding
{
	padding: 5px 17px 8px;
}

.shadow
{
box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.innerShadow
{
box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2) inset;
}

.space
{
	margin-bottom:20px;
}

.downloadLink a
{
	color: #767164;
}

.downloadLink a:hover
{
	color: #37342d;
}