.intro{
   background: #fff;
   padding: 60px 30px;
   color: #333;
   margin-bottom: 15px;
   line-height: 1.5;
   text-align: center;
}
.intro h1 {
   font-size: 18pt;
   padding-bottom: 15px;

}
.intro p{
   font-size: 14px;
}

.action{
   text-align: center;
   display: block;
   margin-top: 20px;
}


.github:before{content: "\f09b"}
.down:before{content: "\f019"}
.back:before{content:"\f112"}
.credit{
    background: #fff;
    padding: 12px;
    font-size: 9pt;
    text-align: center;
    color: #333;
    margin-top: 40px;

}
.credit span:before{
   font-family: FontAwesome;
   color: #e41b17;
   content: "\f004";


}
.credit a{
   color: #333;
   text-decoration: none;
}
.credit a:hover{
   color: #1DBF73; 
}
.credit a:hover:after{
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 9pt;
    position: absolute;
    margin: 3px;
}



.set-overlayer,
.set-glass,
.set-sticky {
	cursor: pointer;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	color: #333;
	font-size: 16px;
}
.set-overlayer:after,
.set-glass:after,
.to-active:after,
.set-sticky:after {
	font-family: FontAwesome;
	font-size: 18pt;
	position: relative;
	float: right;
}
.set-overlayer:after,
.set-glass:after,
.set-sticky:after {
	content: "\f204";
	transition: .6s;
}

.to-active:after {
	content: "\f205";
	color: #008080;
	transition: .6s;
}
.set-overlayer,
.set-glass,
.set-sticky,
.source,
.theme-tray {
	margin: 10px;
	background: #f2f2f2;
	border-radius: 5px;
	border: 2px solid #f1f1f1;
	box-sizing: border-box;
}
/* Syntax Highlighter*/

pre.prettyprint {
	padding: 15px !important;
   margin: 10px;
	border: 0 !important;
  background: #f2f2f2;
  overflow: auto;
}

.source {
	white-space: pre;
	overflow: auto;
	max-height: 400px;
}

#demo {
   height:420px;
}
#demo {
   height:420px;
}
.cv-carousel .item {
   padding: 1rem;
}
.cv-item {
   background: #FFF;
   
}
.cv-item h4{
   color: #fff;
   font-size: 42pt;
 }




.cv-nav{

}

.cv-nav .cv-next{
   background-image: url(../../images/bottomarrow.svg);
   background-repeat: no-repeat;
   background-size: 20px;
   position: absolute;
   bottom: 0px;
   left: 50%;
   width: 24px;
   margin-left: -12px;
   z-index: 1;
   background-color: #FFF;
   text-indent: -11111px;
}


.cv-nav .cv-prev{
   background-image: url(../../images/uparrow.svg);
   background-repeat: no-repeat;
   background-size: 20px;
   position: absolute;
   top: 0px;
   left: 50%;
   width: 24px;
   margin-left: -12px;
   z-index: 1;
   background-color: #FFF;
   text-indent: -11111px;
} 


