/* CSS Document */
body {
	margin: 0px;
}


html { 
  background: linear-gradient(to bottom right, rgba(0,15,44,0.45), rgba(27,22,22,0.59)) no-repeat center center fixed, url("images/NY_rr_trees_water_1620x1848.jpg") no-repeat center bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.hero {
  height: 100vh;
}


.hero .intro {
    /*padding: 3rem;*/
    position: relative;
    top: 45%;
    transform: translateY(-50%); 
}



#ss-logo-cont {
	width: 100%;
	text-align: center;
}
#ss-logo {
	width: 85%;
}

.bottom-row {
	background-color: rgba(0,0,0,0.65);
	position: absolute;
	box-sizing: border-box;
	bottom: 0px;
	width: 100%;
	padding: 0.5%;
	color: #999999;
	text-align: center;
	font-size: 1em;
	font-family:Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
}

.bottom-row span {
	margin: 0.5% 0;
	display: block;
}



@media only screen and (min-width: 40.063em) {

    #ss-logo {
		width: 50%;
	}
	
	.bottom-row span {
		margin: 0 3%;
		display: inline;
	}

}


a:link, a:active, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}