@font-face {
  font-family: 'NJBoldNormal';
  src: url('font/NJBoldNormal.eot?#iefix') format('embedded-opentype'),  url('font/NJBoldNormal.woff') format('woff'), url('font/NJBoldNormal.ttf')  format('truetype'), url('font/NJBoldNormal.svg#NJBoldNormal') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN-Medium';
  src: url('font/DIN-Medium.eot?#iefix') format('embedded-opentype'),  url('font/DIN-Medium.woff') format('woff'), url('font/DIN-Medium.ttf')  format('truetype'), url('font/DIN-Medium.svg#DIN-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'TeXGyreAdventor-Bold';
  src: url('font/TeXGyreAdventor-Bold.eot?#iefix') format('embedded-opentype'),  url('font/TeXGyreAdventor-Bold.otf')  format('opentype'),
	     url('font/TeXGyreAdventor-Bold.woff') format('woff'), url('font/TeXGyreAdventor-Bold.ttf')  format('truetype'), url('font/TeXGyreAdventor-Bold.svg#TeXGyreAdventor-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Gotham-Light';
  src: url('font/Gotham-Light.eot?#iefix') format('embedded-opentype'),  url('font/Gotham-Light.otf')  format('opentype'),
	     url('font/Gotham-Light.woff') format('woff'), url('font/Gotham-Light.ttf')  format('truetype'), url('font/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

input, button, submit { border:none; }

main{
	text-align: center;
}

body{

	/*background-color: #01010F;*/
	background-color:#231f1d;
	margin: 0;
	padding: 0;

}

a{
	text-decoration: none;
	color: black;
}

a:visited{
	color: inherit;
}

header{

	background-image: url("img/FE.svg");
	background-repeat: no-repeat;
	background-size: 194px;
	background-position-x: 65px;
	background-position-y: 53px;
	height: 228px;

}

header div{
	color: white;
	float: right;
	margin-top: 33px;
	height: 45px;
	line-height: 45px;
}

header div i{
	background-image: url("img/Twitter_Social_Icon_White.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 40px;
	height: 40px;
    vertical-align: text-top;
    margin-right: 27px;
}

form{
	display: inline;
}

#donate_button{
	font-family: DIN-Medium;
	background-color: #1FEA80;
	display: inline;
	outline: none;
	width: 203px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	border-radius: 11px;
	color: #000000;
	text-align: center;
	font-size: 21px;
    margin-right: 60px;
    cursor: pointer;
}

h2{
	font-family: TeXGyreAdventor-Bold;
	color: #F7F7FC;
    font-size: 76px;
    text-align: center;
    padding: 0;
    margin: 0;
}

#sources{
	float: right;
}

#bin{
	float: left;
}

#bin i{
	background-image: url("img/Windows_Logo.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 24px;
    width: 90px;
    vertical-align: middle;
    margin-left: 5px;
}

#bin .linux span{
  font-weight: bold;
  font-size: 15px;
}

#sources i{
	background-image: url("img/GitHub_Logo.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 17px;
    width: 60px;
    vertical-align: sub;
    margin-left: 5px;
}

#bin span{
	font-weight: bold;
}

#downloads{
	background-color: white;
	width: 657px;
	margin: auto;
}

.btn{
	font-family: Gotham-Light;
	font-size: 14px;
	background-color: #D4D4DD;
	width: 282px;
	height: 62px;
	line-height: 62px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	color: #0F0D0E;
}

p{
	font-family: Gotham-Light;
	color: #C2C2C6;
	text-align: center;
	padding: 0;
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 80px;
}

header h1 span{
	color: orange;
}
