@charset "utf-8";
/* CSS Document */

body { 
  background: url('rushlab-bg.jpg') no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top{
	background-color:  rgba(0, 0, 0, 0.5);
}

.uc{
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

/********************* RESPONSIVE */

@media(min-width: 1200px){
	.top{
			margin-top:23%;
		}
}

@media(min-width: 992px) and (max-width: 1199px){
	.top{
			margin-top:35%;
		}
}

@media(min-width: 768px) and (max-width: 991px){
	.top{
			margin-top:50%;
		}
}
@media(min-width: 480px) and (max-width: 767px){
	.top{
			margin-top:50%;
		}
}
@media(max-width: 480px){
	.top{
			margin-top:100%;
		}
}