/*
STYLES ALL
*/

@font-face
{
	font-family:GothamLight;
	src:url("../fonts/Gotham-Light.otf") format("opentype");
}

@font-face
{
	font-family:GothamMedium;
	src:url("../fonts/Gotham-Medium.otf") format("opentype");
}


body 
{  
	margin:0px; 
  	padding:0px;
	color:black;
	font-family: GothamLight, Helvetica, sans-serif;
	font-size:1em;	
	text-decoration:none;	
}

a
{
	color:black;
	font-family: GothamLight, Helvetica, Arial, sans-serif;
	font-size:1em;
	text-decoration:none;
}

#logo-text
{
	color:black;
	font-family: GothamMedium, Helvetica, Arial, sans-serif;
	font-size:1.5em;
	text-decoration:none;
}

article header
{
	width: 100%;
	text-align:right;
	margin-top: 10%;
	margin-bottom:5%;
}

article header h1
{
	color:black;
	font-family: GothamLight, Helvetica, Arial, sans-serif;
	font-size:1em;
	font-weight:normal;
}

.ny-icon
{
	color:#999999; !important
}