* {
	font-family: HelveticaNeueLTStdCondensed;
}
p {
	font-weight: lighter;
	margin: 0;
	padding: 0;
}
.h1-title {
	position: relative;
	font-size: 1.4em;
}
h1, h1.h1-inverted {
	font-family: SwissCondensed;
	font-weight: bold;
	font-size: 4em;
	text-transform: uppercase;
	letter-spacing: -5px;
}
.h1-inverted {
	color: white;
}
.h1-inverted#aboutUs{
	position: absolute;
    z-index: 900;
    top: -60px;
    left: 75px;
}
h1#Network {
	position: absolute;
    z-index: 900;
    top: -60px;
    right: 30px;
}
h1#webtools{
	width: 35%;
	position: absolute;
    z-index: 900;
    top: -60px;
    left: 100px;
}
.h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.6em;
}
.RedFrame h2{
	color: #C1272D;
}
h3 {
	line-height: 0.8em;
	font-weight: 300;
	letter-spacing: 0.2em;
}
h3 b {
	font-weight: 600;
}

p.p1 {
	font-family: HelveticaNeueLTStd;
	font-weight: 300;
	font-size: 0.85em;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
p.p1 b {
	font-weight: bold;
	font-size: 1em;
}
p.p1.p1-withJob {
	line-height: 1em;
}
p.p180{
	font-family: HelveticaNeueLTStd-Outline;
	font-size: 3em;
	margin-bottom:-10px;
}
p.p180-2{
	line-height: 0.9em;
	letter-spacing: 1.8px;
	font-weight: normal;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

img#aboutUs{
	width:30%;
	position: absolute;
    z-index: 900;
    top: -35px;
    left: 75px;
}
img#network {
	width:30%;
	overflow-x: hidden;
	position: absolute;
    z-index: 900;
    top: -25px;
    right: 30px;
}
img#contactUs{
	width:30%;
	position: absolute;
    z-index: 900;
    top: -30px;
    right: 100px;
}
img#webtools{
	width: 35%;
	position: absolute;
    z-index: 900;
    top: -45px;
    left: 80px;
}

@media (max-width: 426px) {
	img#aboutUs{
		width:75%;
		left: 30px;
		top: -20px;
	}
	img#network{
		width:75%;
		right: 10px;
		top: -20px;
	}
	img#webtools{
		width:75%;
		right: 10px;
		top: -20px;
	}
	img#contactUs{
		width:85%;
		right: 20px;
		top: -20px;
	}
}