@font-face {
	font-family: 'opensans';
 	src: url('OpenSans-Light.ttf');
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    background-color: #000;
    color: #fff;
}

.center{
    text-align: center;
}

.parallax-target{
    min-height: 400px;
    background: transparent;
}

.middle{
	margin:auto;
}

.center {
	text-align:center;
}


h1 {
	font-family:opensans;
	font-size:25px;
	color:#fff;
}

h2 {
	color:#fff;
}

h3 {
	font-family:opensans;
}

h4 {
	font-family:opensans;
	font-size:170px;
	-webkit-transform: translateZ(-1px) scale(2);
	transform: translateZ(-1px) scale (2);
	color:#fff;
}


p {
	font-family:opensans;
	color:#fff;
	font-size: 100%;
	line-height:27px;
}

#stylephil {
	margin:100px 0 0 100px;
}

#facility {
	margin:0px 100px 200px 0;
	text-align:right;
}

a {
	text-decoration:none;
	color:inherit;
}

a:hover {
	color:#CCC;
}