.container-fluid {
	height: 100%;
}

.row {
	height: 80%;
	background-color: hsla(0, 0%, 50%, 0.3);
    vertical-align: middle;
    float: none;
	margin-top: 20%;*/
	}

.img-space {
	margin: 50px;
}

.body {
	background-size: 100%;
}
	
a:hover img{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(98, 192, 236, 0.67);
	-moz-box-shadow:    0px 0px 35px 0px rgba(98, 192, 236, 0.67);
	box-shadow:         0px 0px 35px 0px rgba(98, 192, 236, 0.67);
    }
	
.body {
  background: url('img/wallpaper.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.move-right {
	margin-left: 0%;
}
	
@media only screen and (max-width:480px) {
	.move-right {
		margin-left: 10%;
	}
}
	
	
