@import url(https://fonts.googleapis.com/css?family=Oswald:400|Open+Sans:700);

@import url(http://weloveiconfonts.com/api/?family=fontawesome);

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}


.title {
  width: 100%;
  min-width: 800px;
	height: 500px;
  text-align: center;
  margin-top: -55px;
	padding-top: 175px;
}

.title h1 {
  transform: matrix(1, -0.10, 0, 1, 0, 0);
  -ms-transform: matrix(1, -0.10, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -0.10, 0, 1, 0, 0);
}

.title h1 {
	color: #f1f2f3;
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 70px;
  text-shadow: 4px 5px #363942, 6px 7px #363942;
}

.title h1 span {
  display: inline-block;
  vertical-align: middle;
}

.title span.star {
  font-size: 20px;
}
