body{
	background: #000;
	color:#28D620;
	text-shadow: 0px 0px 10px rgba(255,255,255,.5);

}

a{
	color:#D12625;
}
a:hover{
	color:#F1CB29;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
	text-shadow: 8px 8px 0 rgba(255,0,180,0.25);


}

.pxlnav{
	background: rgba(217,211,196,.9) url(../imgs/smalll.png) bottom repeat-x;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	/*font-family: sans-serif;*/
	font-weight: bold;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);

}
.navbar-brand{
	padding-top: 9px;
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color:black;
	background: none;
}
.navbar-default .navbar-nav>li>a:hover{
color:#666;
}
.nav>li>a{
	padding:12px 20px 0;

}
.navbar-nav>li>a{
	line-height: 20px;
}
.header{
	margin-top: 120px;
	width: 100%;
	height: 375px;
	display: block;
	background: url(../imgs/rainbow.png) repeat-x;
	background-position: 0px 324px;
}
.link{
	cursor: pointer;
}
.leftt{
	border:3px solid white;
	float: left;
	display: block;
	max-width: 400px;

}
.org{ position: relative; }
.org h3{
	text-align: center;
	position: absolute;
	bottom: 30px;
	color: white;
	width: 100%;

}
#myCarousel{
	float: right;
	width: 400px;
	height: 507px;
	display: block;
	border: 3px solid white;
}
.carousel-caption{
	padding-bottom: 0;
}
.carousel-caption h3, .org h3{
	text-shadow: 2px 0px 5px #000;
	text-shadow: -2px 0px 5px #000;
	text-shadow: 0px 2px 5px #000;
	text-shadow: 0px -2px 5px #000;

}
.logo{
	margin:0 auto;
	display: block;
}
ul.list{
	margin-left: -20px;
	list-style: none;
}
ul.list li{
	text-indent: -20px;
	margin-bottom: 15px;
}

.footer{
	min-height: 200px;
	margin-top: 50px;
	background: url(../imgs/rainbow.png) repeat-x;
	background-position: top;
	width: 100%;
	display: block;
	color: white;
	font-size: 12px;
	text-align: center;
}
p.introtext{
	width:95%;
	color:white;
	font-size: 16px;
}
.jumbotron{
	background:#009EDA;
	color:#F2CC29;
}
.white{
	color:#fff;
}
.green{
	color:#28D620;
}
.orange{
	color:#DB6241;
}
.blue{
	color:#009EDA;
}
.red{
	color:#D12625 !important;
}
.yellow{
	color:#F1CB29;
}
img.size1{
	width: 40%;
	height: auto;
}
.fright{
	float: right;
}

.fleft{
	float: left;
}
img.imgcenter{
	margin:0 auto;
	display: block;
}
img{
	max-width: 100%;
	display: block;
	height: auto;
}

img.imgright{
	float: right;
}

img.imgleft{
	float: left;
}
.line{
	width: 100%;
	display: block;
	height: 9px;
	background: url(../imgs/smalll.png) repeat-x;
	margin-bottom: 20px;
}

.pxllogo{
top:-10px;
position: relative;
}
.topmarg{
	margin-top: 40px;
}
.topmarg2{
	margin-top: 80px;
}
.topmarg3{
	margin-top: 140px;
}


img.ttl{
	display: block;
	margin-left: auto;
	margin-top: 60px;
}
img.ttl.smallmarg{
	margin-top: 20px;
}
.tp1{padding-top: 10px;}
.spacer{
	height: 50px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.sidebar{
	background: #009EDA;
	border-radius: 10px;
	color:#fff;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(60,100,230,0.5);
-moz-box-shadow: 5px 5px 0px 0px rgba(60,100,230,0.5);
box-shadow: 5px 5px 0px 0px rgba(60,100,230,0.5);
 
}

.floatright{
	float: right;
}
.ytv1{
	display: block;
	width:210px;
	height:362px;
	border: 1px solid #fff;
}
.ytv2{
	/*display: block;*/
	width:100%;
	margin-top: 30px;
}
@media only screen and (max-width: 640px) {
.nav>li{
	float: left;
}
.navbar-fixed-top{
	position: static;
}
.header{
margin-top: 30px;
}
.leftt{
	float: none;
	display: none
}

.topmarg3{
	margin-top: 30px;
}
#myCarousel{
	float: none;
	width:100%;
	height: auto;
	display: block;
}

}