.carousel .item{
	background: #333;    
  text-align: center;
  height: 300px !important;
}
.carousel h2{
	color: #fff;
	margin: 0;
  padding-top: 50px;
  font-size: 48px;
}
.carousel p{
	color: #666;
	font-weight: bold;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 40px;
}
html,
body,
header,
.view{
	height: 100%;
}
@media (max-width: 740px) {
	.full-page-intro{
		height: 1000px;
	}
}
.dropdown:hover .dropdown-menu {
 display: block;
 margin-top: 0;
 background-hover: #1C2331;
 }
 .dropdown-menu {background-color: rgba(0,0,0,0.5);}
.navbar{
	background-color: rgba(0,0,0,0.5);
}
.top-nav-collapse{
	background-color: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 768px) {
	.navbar{
		background-color: #1C2331;
		}
 .dropdown-menu {background-color: #1C2331;}
}
.page-footer{
	background-color: #1C2331;
}
@media (max-width: 740px) {
html,
body,
header,
.view{
		height: 1000px;
	}
}


.marquee:hover {
 display: block;
 margin-top: 0;
 background-hover: ;
 }