
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Basic styling v1.1.0 | 20160314
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */	

/* Base styles
========================================================================== */

* {
	color: inherit;
	font-family: inherit;
	line-height: inherit;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html {
	font-family: 'PFDinTextPro-Light', Arial, Helvetica, sans-serif;	
	font-size: 100%;
} 

body {
	background-color: #fff;
	color: #000;
	height: 100%;
	font-family: inherit; 
	font-size: inherit;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: relative; 
	width: 100%;
}

a {
	color: #2996cc;
	text-decoration: none;
}

a:hover {
	cursor: pointer; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
b, 
strong {
	font-family: 'PFDinTextPro-Medium', Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	font-style: normal !important;
    letter-spacing: 0 !important;	
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 2em; 
	line-height: 1.25em; 	
	margin: 0 0 0.75em 0;
}

h2 {
	font-size: 1.75em; 
	line-height: 1.14285714285714em; 
	margin: 0 0 0.85714285714286em 0;
}

h3 {
	font-size: 1.5em; 
	line-height: 1.33333333333333em; 	
	margin: 0 0 1em 0;
}

h4 {
	font-size: 1.25em; 
	line-height: 1.2em; 	
	margin: 0 0 1.2em 0;
}

h5 {
	font-size: 1em; 
	line-height: 1.5em; 	
	margin: 0 0 1.5em 0;
}

h6 {
	font-size: 0.875em; 
	line-height: 1.71428571428571em; 	
	margin: 0 0 1.71428571428571em 0;
}

p {
	font-size: 1rem; 
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;     
	-ms-interpolation-mode: bicubic;
	width: 100%;	
}

textarea {
	height: auto;
	min-height: 50px;
	resize: vertical;    
}

select {
	width: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}