.landing-container .container,
html,
body {
	width: 100%;
	height: 100%;
}
body {
	background: url('../images/RiseBackground.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.landing-container {
	text-align: center;
    color: #FFF;
}
.landing-container .container {
	position: relative;
	padding-bottom: 60px;
	padding-top: 60px;
}
.display-table {
	display: table;
}
.display-cell {
	display: table-cell;
	vertical-align: middle;	
}
h1 {
	margin-top: 0;
	margin-bottom: 20px; 
}
h4 {
	line-height: 140%;
}
a {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
.primary-fill{
	fill:#FFF;
}
.logo {
	margin-bottom: 15px;
}
.logo svg {
	width: 300px;
}
.logo svg path {
	  -moz-box-shadow:    0px 6px 24px -2px #ccc;
  -webkit-box-shadow: 0px 6px 24px -2px #ccc;
  box-shadow:         0px 6px 24px -2px #ccc;
}
.list-social {
	padding: 0;
	list-style: none;
	padding-left: 0;
}
.list-social li {
	display: inline-block;
	font: 18px;
	padding: 12px;
}
.list-social li a {
	color: #FFF;
	display: inline-block;
}
.list-social img {
	width: 30px;
	margin-right: 10px;
}
p.legal {
	margin-top: 25px;
}
@media (min-width: 768px) {
	.landing-container {
		width: 100%;
		height: 100%;
	}
}