/* 
General CSS for dutchtypelibrary.nl html5 index page
includes:
– CSS/body.css
- Page_wrap.css
- Margin.css
- DTL_CSS_webfonts_Base.css (partly)
- font-declaration_index.css
- iFrame_html5
*/

body {
  	overflow: hidden
}

#page-wrap {
		  width: 1310px;
		  margin: 0 auto;
		  font-family: 'DTL Argo WST Medium', Helvetica, Arial, sans-serif; 
		  color: #222; 
		  overflow: hidden; 
		  text-align: center; 
		  font-size: 14px; 
		  font-style: normal; 
		  line-height: 24px; 
		  letter-spacing: 1px
		 }
		 
		 * {margin:0;padding:0}
		#content {position:absolute; border:0;}

@font-face {
	font-family: 'DTL Argo WST Medium';
	src: url('/webfonts/fontface_new/Argo/AC57W14T.eot');
	src: url('/webfonts/fontface_new/Argo/AC57W14T.eot?#iefix') format('embedded-opentype'),
	url('/webfonts/fontface_new/Argo/AC57W14T.woff2') format('woff2'), 
	url('/webfonts/fontface_new/Argo/AC57W14T.woff') format('woff'), 
	url('/webfonts/fontface_new/Argo/AC57W14T.ttf') format('truetype'), 
	url('/webfonts/fontface_new/Argo/AC57W14T.svg#AC57W14TW') format('svg');
	font-weight: 600;
	font-style: normal;
}

.DTLArgoWST-Medium {
font-family: 'DTL Argo WST Medium', sans-serif;
font-weight: 600; 
font-style: normal; 
line-height:normal; 
color:#222
}

.iFrame_1 {
		top: 0;
		width: 1310px;
		text-align: center;
		position: relative;	
		display: block; 
		margin: 0 auto;
		border: 0;
		height: 708px
		}
		
/* Copyright (c) Dutch Type Library, 2022 */