html
{
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #14171D;
}
body {
	height: 100%;
	    padding: 0;
	    margin: 0;
    color: #fff;
    font-family: Muli;
		font-weight: 400;
		background-color: #14171D;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Muli;
	font-weight: 700;
}

.btn-adventr {
  background-color: #6248ff;
  border-color: #6248ff;
}
.btn-adventr:hover {
  background-color: #816bff;
  border-color: #816bff;
}
a {
  color: #6248ff;
}

a:hover {
  color: #816bff;
}

a.fb, a.fb:hover {
 color: #1877f2;
}


.copier {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 20px;
	height: 20px;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
.copy-block {
	position: relative;
	min-height: 150px;
}
.copy-block textarea {
	min-height: 130px;
}

.star {
	height: 1em;
	width: auto;
	vertical-align: middle;
}

/* Add an extra .carousel parent class to increase specifity
   avoiding the use of !important flag. */
#postsCarousel {
	margin-top: 30px;
}
#postsCarousel .carousel-indicators {
	top: -30px;
	height: 15px;
}

#postsCarousel .carousel-indicators li {
	width: 10px;
	  height: 10px;
	  border-radius: 100%;
  background-color: #fff;
  background-color: rgba(255,255,255, 0.6);
}

#postsCarousel .carousel-indicators .active {
  background-color: rgba(255,255,255, 0.8);
}

#postsCarousel .carousel-control-prev, #postsCarousel .carousel-control-next {
	top: -25px;
	height: 20px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bbb' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bbb' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.card {
	background-color: rgba(255,255,255,0.0);
	border-color: rgba(255,255,255,0.1);
}
.text-muted {
		color: #ccc!important;
}
.form-control:disabled, .form-control[readonly] {
	background-color: rgba(255,255,255,0.15);
	color: #eee;
}

.bg_video {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 0;
}

.intro {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
}
.intro_content {
	position: relative;
	z-index: 10;
	width: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(images/bg-fade.png);
	padding: 10px 20px;
}

.adventr-logo {
	width: 100px;
	height: auto;
}
@media (min-width: 576px) { 
	.intro_content {
		padding: 20px 20px;
	}
	.adventr-logo {
		width: 150px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

.link-shares {
  text-align: left;
}
.link-shares ul {
  list-style: none;
  margin: 1em;
  padding: 0;
}
.link-shares ul li {
  padding-bottom: 20px;
}
.link-shares ul li .share_buttons {
  white-space: nowrap;
  display: block;
  margin-top: 5px;
}
.link-shares ul li .share_buttons div, .link-shares ul li .share_buttons iframe {
  display: inline-block;
  vertical-align: middle;
}
.link-shares ul li img.site_logo {
  width: 16px;
  height: 16px;
  border: none;
  vertical-align: middle;
}