@import url("/fonts/proxima.css");

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	height: 100%;
	font-family: "Proxima N W01 Light", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.border {
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	padding: 2px 10px;
	font-family: "Proxima N W01 Smbd", Helvetica, sans-serif;
}

.border-left {
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	padding: 2px 10px 2px 0;
	font-family: "Proxima N W01 Smbd", Helvetica, sans-serif;
}
	

a, a:hover, a:active, a:visited {
	color: #000;
	text-decoration: none;
	font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
	font-weight: normal;
}

/* A better looking default horizontal rule */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 0 auto;
	width: 100%;
	opacity: 0.1;
	
}

/* Remove the gap between images, videos, audio and canvas and the bottom of their containers */

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

/* Remove default fieldset styles. */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Footer Links */

.links a {
	font-family: "Proxima N W01 Smbd", Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.links a:hover {
	font-family: "Proxima N W01 Smbd", Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.links a:visited {
	font-family: "Proxima N W01 Smbd", Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.links a:active {
	font-family: "Proxima N W01 Smbd", Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}