@import url(https://fonts.googleapis.com/css?family=Roboto);
html, body {
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
}
.liner {
	display: block;
	margin: 5%;
}
.navbar {
	border-bottom: 3px solid orange;
}
.navbar-brand {
	position: relative;
	bottom: 20px;
}
#search-bar {
	float: right;
	position: relative;
	top: 10px;
}
#search-bar input[type=text] {
	padding: 4px;
	border-radius: 4px;
}
.video-vault-title {
	font-size: 2em;
	font-weight: bold;
	position: relative;
	top: 5px;
	text-transform: uppercase;
}
.video {

}
.video .details {
	display: none;
}
.video .title {
	font-weight: bold;
	text-align: center;
}
.video .thumbnail {
	width: 150px;
}
.video .details-toggle-wrapper {
	text-align: center;
}
.video .details-toggle {
	cursor: pointer;
}
.video.inactive {
	background: #ddd;
}
.btn-lg {
	box-shadow: 1px 1px 1px black;
}

.btn-lg:hover {
	text-decoration: none;
}

#msa-videos, #msa-categories {
	width: 100%;
	max-width: 970px;
}
.page-width {
	width: 100%;
	max-width: 970px;
}
.msa-video, .msa-category {
	margin: 20px 0;
	padding: 10px;
}
.msa-video .title, .msa-category .title {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background: black;
	color: white;
	text-transform: uppercase;
	padding: 7px 0;
	margin: 0;
}
.msa-video img, .msa-category img {
	width: 100%;
}
.msa-category {
	height: 420px;
}
.msa-category .cost {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 20px;
}
.msa-category .description {
	text-align: center;
}
.msa-category .watch-videos a {
	display: block;
	border: 3px solid orange;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	padding: 3px;
	color: orange;
	text-decoration: none;
	transition: .5s;
}
.msa-category .watch-videos a:hover {
	color: white;
	background: orange;
	transition: .5s;
}