@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

body {
	background-color: #ebecec;
}

body,
h1,
input {
	font-family: 'Roboto Condensed', sans-serif;
}

#jumbotron {
	background-image: url("../img/header-bg3.png");
}

h2 {
	padding-bottom: 40px;
}

h2,
i {
 color: #ec0611;
}

.jumbotron label {
	font-size: 70%;
}

ul { padding-left:20px; list-style:none; }
li { margin-bottom:10px; }
li:before {    
    font-family: 'FontAwesome';
	color: #ec0611;
    margin: 0 5px 0 -15px;
}
li.star:before {    
    content: '\f006';
}

li.windows:before {
	content: '\f17a';
}

li.apple:before {
	content: '\f179 ';
}

li.linux:before {
	content: '\f17c ';
}
