/* CSS Document  */

body {
	font-family:'Poppins', sans-serif; 
	color: #686464;
	min-height: 850px;
}

.video-section {
	background: url("/images/BG1.jpg") center no-repeat;
	background-size: cover;
	height: auto;
	color: #fff;
	font-weight: 200;
	margin-top: -100px;
	text-align: center;
	font-size: 30px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.video-section span{
	color: #ffa803;
}

.video-section h1 {
	font-weight: 400;
	font-size: 60px;	
}

.video-section h2 {
	
}

.video-section li{
	text-align: left;
	font-size: 22px;
	list-style-type: space-counter;
	padding-left: 15px;
}

.btn-shadow {
	text-shadow: 2px 2px #222222;
} 

.streak-bg {
	background: url("/images/BG2.jpg") center top no-repeat;
	background-size: cover;
	height: auto;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 200;
	text-shadow: 2px 2px #222222;
	text-align: center;
	font-size: 30px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.streak-bg h1 {
	font-weight: 400;
	font-size: 60px;
}
		
/* ----- gold video border -----*/
.frame-border-2 {
	border: 4px solid #ffa803;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.text-purple {
	color: #684bff;
	text-shadow: 1px 2px #85fafe;	
}
.text-purple h1{
	color: #684bff;
	text-shadow: 1px 2px #85fafe;
	font-weight: 400;
	font-size: 60px;	
}
.text-gold {
	color: #ffa803;
}
.text-white {
	color: #fff;	
}

.bullet-image img{
	height: auto;
	width: 40px;
	float: left;
	padding-right: 15px;
}

.bullet-image h5 {
	font-size: 18px;
}
.blue-bg {
    background-color: #262b44;
	padding-top: 20px;

}

.blue-bg span{
	color: #ffa803;

}
.blue-bg h1{
	font-size: 60px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}




.blueguy-bg {
	background: url("/images/Guy-cheering.jpg") center top no-repeat;
	background-size: cover;
	padding-top: 20px;
    color: #fff;
}

.blueguy-bg span{
	color: #ffbf10;
	font-weight: 700;
}
.blueguy-bg h1{
	font-size: 60px;
	font-weight: 400;
}

.footer-lg {
    padding: 40px 0px;
    background: #3354dc;
	color: #fff;
	text-align: center;
}
.footer-lg a{
	color: #fff;
}

/* Vertical Spacers */

.top-buffer {
	margin-top: 25px;
}

.top-buffer-2x {
	margin-top: 50px;
}

.bottom-buffer {
	margin-bottom: 25px
}

.bottom-buffer-2x {
	margin-bottom: 50px;
}	

.circlepic {
    width: 60px;
    height: 60px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	