@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500);

html {
  height:100%;
  min-height:100%;
}
body {
  background-size: cover;
  background-image:url('../img/hills.png'); /* Image credit Paul Itkin - https://unsplash.com/photos/xCdFXXoZkJc/ */
  text-align: center;
  background-color: #17181b;
  margin: 0;
  min-height:100%;
}
h1 {
  color: #cbd5ce;
  margin-top: 0;
  font-size: 42px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 0;
  text-transform: uppercase;
}
h2 {
  color: #cbd5ce;
  font-size: 21px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 50px;
  margin-top: 5px;
  max-width: 560px;
}
.flexbox {
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  text-align: center;
}

.email {
  width: 540px;
  height: 41px;
  cursor: text;
  padding-left: 10px;
  font-size: 21px;
  color: #333;
}
