body{
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

.cbp-list li:before{
    content: "\e250";
    font-family: 'Glyphicons Halflings';
}

@font-face {
    font-family: "RobotoBoldItalic";
    src: url('fonts/roboto/Roboto-BoldItalic.ttf');
}

.parallax{	
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.no-parallax{
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	
}

@media(min-width: 768px){
	.parallax, .no-parallax{
		min-height: 100vh;
	}
}

.slide-1{
	background-image: url("slide1.jpg");
}

@media(max-width: 767px){
	.slide-1 .slide-content{
		margin-top: 25vh;
	}
}

.slide-2{
	background-image: url("cork-wallet.png");
}

.slide-3{
	background-image: url("slide2.jpg");
}

.slide-4{
	background-image: url("cork-wallet.png");
}

.slide-5{
	background-image: url("slide3.jpg");
}

.slide-content{	
	background-color: #c6d9ec;
	opacity: 0.8;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	width: 100%
}

@media(max-width: 767px){
	.slide-content{
		margin-bottom: 5vh;
		padding-right: 10%;
		padding-left: 10%;
	}
}

@media(min-width: 768px){
	.slide-content{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-0%, -50%);	
		padding-right: 25%;
		padding-left: 25%;
	}
}

.slide-content-title{
	color: #00001a;
	font-weight: 900;
}

.slide-content-txt{
	color: #2e2e38;
	font-size: 16px;
	font-family: RobotoBoldItalic;
}

.cbp-navbar{
	background-color: #fff;
	border-bottom: 5px solid #000066;
	min-height: 75px;
}

.cbp-navbar .navbar-header a{
	color: #000033;
	font-weight: 900;
	font-size: 18px;
}

.cbp-navbar .navbar-nav li a{
	color: #000033;
	font-weight: 900;
	font-size: 14px;
}

@media(min-width: 768px){
	.cbp-navbar ul{
		float:right;
	}
}

.navbar-collapse{
	border-top: none;
}

a:hover, a:active, a:visited {
  text-decoration: none;
}

.btn-info{
	background-color: #6699cc !important;
}