.vidPan
{
	padding:10px;
	border-radius:7px;	
	width:300px;
	background:#9c4dad;
	display:inline-block;
	margin-left:6;
}

.vidPan:hover
{
	background:#71daff;
}

body
{
	color:#FFF;
	font-family:arial;
	background-image:URL("../images/716820.webp");
	background-attachment:fixed;
	no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0px 0px 0px 0px;
}

.container
{
	width:1100px;
	margin:0px auto;
	opacity:0.9;
}

.topbar
{
	width:1100px;
	height:53px;
	background:#fd9fe1;
	border-bottom:1px white solid;
	position:fixed;
}

.topbar-l
{
	float:left;
}

.topbar-r
{
	float:right;
}

.topbarSpacing
{
	padding:3px;
}

nav li
{
	padding:18px;
	list-style-type:none;
	display:inline-block;
}

nav li:hover
{
	background:#d1a3f9;
}

.banner
{
	width:860px;
	height:250px;
}

.movView
{
	background:#d5ace9;
	width:860px;
}

a:link
{
	color:#FFF;
	text-decoration:none;
}

a:visited
{
	color:#FFF;
	text-decoration:none;
}

a:active
{
	color:#FFF;
	text-decoration:none;
}

a:hover
{
	color:#FFF;
	text-decoration:none;
}

.content
{
	margin:auto;
	text-align:center;
	width:100%;
	background:#d5ace9;
}

.fixedspacingbar
{
	padding:23px;
}

h1
{
	width:100%;
	background:#47dff9;
	margin:0px;
}

input[type=text] {
  width: 130px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% */
input[type=text]:focus {
  width: 100%;
}

.footer
{
	width:1100px;
	height:55px;
	background:#fd9fe1;
	font-weight:bold;
	margin:0px auto;
	border-top:1px white solid;
	position: fixed;
	bottom: 0;
}
