@font-face {
	font-family: 'Freight Sans';
	src: url('../fonts/freightsans-light-webfont.eot');
	src: url('../fonts/freightsans-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/freightsans-light-webfont.woff') format('woff'),
		 url('../fonts/freightsans-light-webfont.ttf') format('truetype'),
		 url('../fonts/freightsans-light-webfont.svg#freightsans_lightregular') format('svg');
	font-weight: 100;
	font-style: normal;

}

@font-face {
	font-family: 'Freight Sans';
	src: url('../fonts/freightsans-bold-webfont.eot');
	src: url('../fonts/freightsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/freightsans-bold-webfont.woff') format('woff'),
		 url('../fonts/freightsans-bold-webfont.ttf') format('truetype'),
		 url('../fonts/freightsans-bold-webfont.svg#freightsans_boldregular') format('svg');
	font-weight: bold;
	font-style: normal;

}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

* {
	font-family:"Freight Sans", Helvetica, Arial, sans-serif;
}

body { 
	margin:0;
	padding:0;
	text-align: center;
}

h1 {
	margin:0;
	padding:60px 0 0 0;
	font-weight: 100;
	font-size:62px;
}

h4 {
	margin:0;
	padding:0;
	font-size:23px;
}

.header {
	width:100%;
	height:500px;
	margin-bottom:70px;
	position: relative;
	background:url('../images/background.jpg') no-repeat center bottom #ed5400;
	color:white;
}

.screen {
	position: absolute;
	left:50%;
	margin-left:-243px;
	bottom:-20px;
}

.button {
	width:378px;
	background:url('../images/windows-logo.png') no-repeat 23px 21px #f17717;
	display: block;
	margin:0 auto 70px auto;
	padding:20px 0 20px 80px;
	color:white;
	text-decoration: none;
	text-align: left;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.button:hover {
	background-color:#ef9900;
}

.button:active {
	background-color:#df6f16;
}

.button small {
	display: block;
	font-size:14px;
}

.logo {

}