/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
font-family: Monocle-Regular;
font-size: 45px;
}

h2 {
  font-size: 23px;
  font-weight:normal;
}

h3 {
  font-size: 21px;
  font-family: AgincourtStd;
  color:#00D23A;
  font-weight:normal;
}

h4 {
  font-size: 19px;
  font-family: AgincourtStd;
  color:#00D23A;
  font-weight:normal;
}

h5 {
  font-size: 17px;
  font-family: AgincourtStd;
  color:#00D23A;
  font-weight:normal;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

.work{list-style:none;}

.name{  
	font-size: 45px;
  	font-family: AgincourtStd;
  	color:#00D23A;
  	text-align:left;
  	font-weight:normal;
  	padding:0;
  	margin:-21px 0 0 0;
	}



.heading{
	font-size: 17px;
	font-family: Monocle-Regular;
	line-height:1;
	font-weight:normal;
	color:#00D23A;
	}

.features{
	color:#00D23A;
	font-family: Monocle-Regular;
	font-size: 38px;
	font-weight:normal;
	text-align:justify;
	
	}

li{
	text-align:center;
	font-family: Monocle-Regular;
	}

.ae{color:#CB99FD;}
.ps{color:#99CEFC;}
.ai{color:#FFB328;}
.pr{color:#E072FF;}
.fs{color:#EF455E;}
.fn{color:#FBC021;}
.cd{color:#C7DFEE;}

.titled{
	font-family: AgincourtStd;
	color:#00D23A;
	font-size:28px;
	text-align:center;
	}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

@font-face
{
font-family: Monocle-Regular;
src: url('fonts/Monocle-Regular.otf'),
}

@font-face
{
font-family: Vacant-Regular;
src: url('fonts/Vacant-Regular.otf'),
}

@font-face
{
font-family: Grotesk-Book;
src: url('fonts/GroteskSSHOP-Book.otf'),
}

@font-face
{
font-family: Grotesk-Heavy;
src: url('fonts/GroteskSSHOP-Heavy.otf'),
}

@font-face
{
font-family: AgincourtStd;
src: url('fonts/AgincourtStd.otf'),
}
