@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/tree-and-storm-2.jpg'); /* George Hodan has released this “Tree And Storm 2” image under Public Domain license. https://www.publicdomainpictures.net/en/view-image.php?image=33514&picture=tree-and-storm-2 */
  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;
  text-transform: uppercase;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}
h2 {
  color: #cbd5ce;
  font-size: 21px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  padding-bottom: 5px;
  padding-top: 0px;
  max-width: 560px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
  margin-bottom: 0;
}
.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;
}
