@font-face {
    font-family: 'GaramondRegular';
    src: url('./fonts/gara.eot');
    src: url('./fonts/gara.eot') format('embedded-opentype'),
         url('./fonts/gara.woff2') format('woff2'),
         url('./fonts/gara.woff') format('woff'),
         url('./fonts/gara.ttf') format('truetype'),
         url('./fonts/gara.svg#GaramondRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.bkdgindex {
	background-image: url(artwork/bkdg_index.jpg);
	background-repeat: no-repeat;
}
.transparent{
  background:rgba(246,238,221,0.8);
}
.headline {
	font-family: Garamond;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: 981D1F;
}
.bodytext {
	font-family: Garamond;
	font-size: 16px;
	color: #47292A;
	text-align: justify;
	list-style-image: url(artwork/bullet.gif);
	list-style-type: square;
	line-height: 22px;
}
.introparagraph {
	font-family: Garamond;
	font-size: 21px;
	color: #47292A;
	text-align: justify;
	font-weight: normal;
}
.subheadline {
	font-family: Garamond;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: 981D1F;
}
.footer {
	font-family: Garamond;
	font-size: 13px;
	color: #47292A;
	text-align: center;
	list-style-image: url(artwork/bullet.gif);
	list-style-type: square;
	line-height: 16px;
}
.bkdgwhatwedo {
	background-image: url(artwork/bkdg_whatwedo.jpg);
	background-repeat: no-repeat;
}
.bkdgteam {
	background-image: url(artwork/bkgd_team.jpg);
	background-repeat: no-repeat;
}
.bkdgclients {
	background-image: url(artwork/bkdg_clients.jpg);
	background-repeat: no-repeat;
}
.bkdgcontact {
	background-image: url(artwork/bkgd_contact.jpg);
	background-repeat: no-repeat;
}
