@import url('https://fonts.googleapis.com/css?family=Lalezar|Montserrat|Source+Sans+Pro');
html { 
  background: url(/img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	/*background-color: #212121;*/
	color:#FFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-shadow: 2px 2px 0px #000;
}
article {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
section {

}
h1 {
    font-size: 13em;
    font-family: 'Lalezar', cursive;
    margin: 0;
    line-height: 100px;
}
h2 {
    font-size: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight:normal;
    padding: 15px 0;
    color: #FFF;
    letter-spacing: 8px;
    text-align: center;
}
hr {
	border: 0px;
	border-top: solid 1px #333;
	height: 0px;
}
footer {
	color:#CCC;
	font-size: 2em;
	margin-top: 70px;
	text-align: center;
}