

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body  {
	background: #c835e7;
	color: #fe95ff;
}

footer  {
	background: #c835e7;
	color: #fe95ff;
}


.container {

	background: #c835e7;
	color: #fe95ff;
}


.jumbotron  {
	padding: 0px 0px 0px 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #c835e7;
	color: #fe95ff;
}

.navbar {
	background: #c835e7;
	color: #fe95ff;
}


.nav-item {
	background: #c835e7;
	color: #fe95ff;
	font-size: x-large;
}

.nav-item:hover {
    color: #ffffff;
	text-decoration:none;
}

.video-item {
	background-color: transparent !important;
	color: #fe95ff;
	font-size: x-large;
}

.video-item:hover {
	background-color: transparent !important;
    color: #ffffff;
	text-decoration:none;
}

.video-transbox .active a,
.video-transbox .active a:hover {
	opacity: 1;
	background-color: transparent !important;
    color: #ffffff;
	text-decoration:none;
}


.sequence  {
	padding: 0px 0px 0px 0px;
	margin-left: 10%;
	color: #fe95ff;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sequencejacket {
	border-color: white;
	border-style: solid;
	border-width: 1px;
	
}


