body {
	background: #000;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
}

.column {
	height: 100vh;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
	.info {
		margin-bottom: 10%;
	}
	h2 {
		font-size: 3rem;
	}
	p {
		font-size: 1.5rem;
	}
	a {
		font-size: 2rem;
		background: #333333;
		border-radius: 5px;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		display: inline-block;
		margin-top: 18px;
	}
	a:hover {
		background: #002744;
	}
.button1 {
	background: url(images/apps-bg.jpg) no-repeat top center;
	background-size: cover;
	color: rgba(255,255,255,.7);
}
.button2 {
	background: url(images/social-media-bg.jpg) no-repeat top center;
	background-size: cover;
	color: rgba(0,0,0,.7);
}

@media all and (min-width: 500px) {
  .wrapper {
    display: flex;
  }
}