html, body{
	min-height: 100%;
	height: 100%;
}

body{
	background-image:url('page_bg.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	background-position:right center;
	font-family: 'Merriweather', serif;
}

.logo{
	margin: 0 auto;
	max-width: 550px;
}

.logo img{
	width: 100%;
}

p.names{
	font-weight: 900;
}

.download{
	text-align: center;
	font-weight: 900;
	display: block;
	font-size: 30px;
	background-color: #336740;
	color: #fff !important;
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 10px 15px;
	border-radius: 10px;
	line-height:36px;;
}

.download:hover{
	background-color: #3c8a50;
	text-decoration: none;
	cursor: pointer;
}

.coming{
	font-weight: 900;
	color: #336740;
	font-size: 40px;
}

@media only screen and (max-width: 575px) {
  .content-container {
    justify-content: flex-end;
	height: 100%;
  }
  .content-background {
	background-color: rgba(255,255,255,0.6);
	padding:0px 20px;
  }
  .logo{
	  max-width: 250px;
  }
  
  .download{
	  font-size: 20px;
	  line-height: 25px;
	  width:100%;
  }
}