body {
	background: url('../images/bg.jpg') top right no-repeat white;
}

h1, h2, h3, h4 {
	color: #444;
}

.page-header {
	margin-top: 10px;
	border-bottom: 0;
	margin-bottom: 5px;
}

.navbar {
	background: #5B8AC2 !important;
	color: white !important;
	border-bottom: 0;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.navbar-brand {
	margin: 0;
	padding: 2px 10px 8px 10px;
}

.navbar-nav,
.navbar-nav li,
.navbar-nav li a {
	color: white !important;
	font-size: 18px;
	text-align: right;
}

.navbar-nav li:hover {
	background: #EAEAEA;
}

.navbar-nav li:hover a {
	color: #5B8AC2 !important;
}

.navbar-nav li:hover a i {
	color: #E11425;
}

h3 {
	font-size: 1.5em;
	margin-top: 8px;
}

h3 a:hover {
	text-decoration: none;
}

.share-buttons div {
	display: inline-block;
	width: auto;
	height: 20px;
	vertical-align: top;
}

video {
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}

.vlauncher img {
	opacity: 0.85;
	-webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
	border-radius: 2px;
}

.vlauncher img:hover {
  opacity: 1;
}