* {
  color: white;
  font-family: 'Raleway', sans-serif;
}
html, body, .bg-image {
  min-height: 100%;
  min-width: 100%;
}
body {
  background-image: url(/images/bg.jpg);
  background-size: cover;
}
h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 1.5em;
}
.container {
  padding-top: 200px;
}
.logo {
  height: 75px;
}
.stitcher img {
  height: 20px;
}
.sub-btn {
  padding: 10px 20px;
  border: 1px solid #ffffff;
}
.sub-btn:hover {
  background-color: rgba(255,255,255,.2);
}
a:hover {
  text-decoration: none;
}
@media(max-width: 640px) {
  .container {
    padding-top: 100px;
  }
  .sub-btn {
    padding: 20px;
    text-align: center;
  }
  h1 {
    font-size: 1.8em;
  }
}
