body {
  background-image: url(http://vassdock.com/images/vassdock-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: Azure;
  font-size: 2em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 10px;
  font-size: 2.2em;
  font-family: 'Fjalla One', sans-serif;
}

p {
  font-weight: 300;
  font-size: 1.6em;
  margin-top: 20px;
}

.btn {
  display: inline-block;
  background-color: rgba(252,252,252,0.6);
  font-size: 1em;
  padding: 10px 40px;
  border: 2px solid white;
  color: #333;
  text-decoration: none;
  margin: 0px 10px 10px 0;
  transition: all .6s;
  text-align: center;
  border-radius: 4px;
  font-weight: 800;
}
.btn:hover {
  background: #C0392B;
  color: #fff;
}
div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.container {
  display: table;
  padding-top: 400px;
  width: 100%;
}

.logo {
	max-width: 400px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.logo {
		width:250px;
	}
}