@charset "UTF-8";

.headerlink a:link
{
	color: rgb(169, 169, 169);
	text-decoration: none;
	font-size: 14px;
}

.headerlink a:visited
{
	color: rgb(121, 121, 121);
	text-decoration: none;
	font-size: 14px;
}

.headerlink a:hover
{
	color: rgb(255, 38, 0);
	text-decoration: none;
	font-size: 14px;
}

.headerlink a:active
{
	color: rgb(255, 38, 0);
	text-decoration: none;
	font-size: 14px;
}

a:link
{
	color: rgb(169, 169, 169);
}

a:visited
{
	color: rgb(121, 121, 121);
}

a:hover
{
	color: rgb(255, 38, 0);
}

a:active
{
	color: rgb(255, 38, 0);
}

body
{
	background: rgb(246, 246, 246);
	color: rgb(37, 37, 37);
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.headerlogo
{
	width: 29px;
	height: 29px;
}

.headerspacing
{
	border-spacing: 40px 0px;
}

.headerselected
{
	color: rgb(11, 54, 17);
}

.headerregular
{
}

.headerline
{
	border: none;
	height: 1px;
	color: black;
	background-color: black;
}

.titleiconspacing
{
	border-spacing: 20px 0px;
}

.titlegray
{
	color: rgb(65, 65, 65);
}

.artsinessgreen
{
	color: rgb(11, 54, 17);
}

.regularfont
{
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 400;
}

.boldfont
{
	font-family: 'HelveticaNeue-Bold', 'Helvetica-Bold', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 700;
}

.titlesize
{
	font-size: 40px;
}

.appnamesize
{
	font-size: 28px;
}

.headersize
{
	font-size: 20px;
}

.margincenter
{
	margin-left: auto;
	margin-right: auto;
}

.blockcenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.textcenter
{
	text-align: center;
}

.imageshadow
{
	box-shadow: 2px 2px 4px gray;
}

.bordershadow
{
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
	box-shadow: 2px 2px 4px gray;
}

.squarebordershadow
{
	border-style: solid;
	border-width: 2px;
	box-shadow: 2px 2px 4px gray;
}

.twoupimagespacing
{
	border-spacing: 40px 0px;
}

.fourupimagespacing
{
	border-spacing: 40px 20px;
}

.softwareline
{
	border: 1px dotted black;
	height: 0px;
	width: 75%;
}

.insetwidth
{
	width: 75%;
}

@media screen and (max-device-width: 480px)
{
	.insetwidth
	{
		width: 100%;
	}
	
	.headerspacing
	{
		border-spacing: 10px 0px;
		table-layout: fixed;
		width: 100%;
	}
	
	body
	{
		background: rgb(246, 246, 246);
		color: rgb(37, 37, 37);
		font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', sans-serif;
		font-weight: 400;
		font-size: 14px;
		-webkit-text-size-adjust: none;
	}
	
	img
	{
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-device-width: 480px) and (orientation: portrait)
{
	.headerlogo
	{
		display: none;
	}
}
