@import url(http://fonts.googleapis.com/css?family=Ubuntu:700|Cinzel+Decorative:900);

h1 {
	font-family: 'Cinzel Decorative', cursive;
	font-size:6em;
	color: #000000;
	text-align:center;
	
	
	
  background-color: #000;
  color: transparent;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.4);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;	
	
}    


.contact {
	font-family: 'Ubuntu', sans-serif;
	vertical-align:middle;
	color:#444;
	font-size:2em;
}

.contact:first-of-type {
	color:#090;
	font-size:3em;
}

i {
	color:#777;
}


/* HORIZONTAL + VERTICAL CENTERING */

.center1 {
  text-align: center;
}

.center2 {
  #left: 50%;
}

.center3 {
  margin: 0 auto;
  #left: -50%;
}

.center1, .vcenter1 {
  display: table;
  #display: block;
  #text-align: auto;
  #position: relative;
}

.center2, .vcenter2 {
  display: table-cell;
  vertical-align: middle;
  #position: absolute;
  #top: 50%;
}

.center3, .vcenter3 {
  display: block;
  #position: relative;
  #top: -50%;
}

/*
.center1, .vcenter1 { border: 1px solid #f00 !important; }
.center2, .vcenter2 { border: 1px solid #0f0 !important; }
.center3, .vcenter3 { border: 1px solid #00f !important; }
*/

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background:#EFEFEF;
}

div.content {
  width: 100%;
  height: 100%;
}

div.content-inner {
  text-align: center;
  background: #BBB;
  margin: 0 auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
}