body {
    background: #fff;
    text-align: center;
    color: #000;
	overflow:hidden;
}

.bar-wrapper {
    height: 200px;
    position: relative;
}
.bar {
    position: relative;
    bottom: 0;
    width: 5px;
    display: inline-block;
    border: 1px solid red;
    height: 5px;
    border-bottom: 3px solid #555;
}


/*The main page index The Cult*/
#thecult-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.logo-txt {
	font-family: 'Zilla Slab Highlight', cursive;
	font-size: 70px;
	letter-spacing: 5px;
	font-weight: 300;
	}

.slogan-txt {
	font-family: 'Metrophobic', sans-serif;
	font-size: 12px;
	letter-spacing: 5px;
	font-weight: 300;
	}
	
/*Creating video blok for index cult page*/

body, html {
  padding: 0;
  margin: 0;
}

.thecult-index-box {
  font-size: 4em;
  color: white;
  font-family: 'Merriweather', serif;
  letter-spacing: 2px;
  font-weight: 700;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
}

.thecult-logo {
 padding-bottom: 15px;
}

.big_enter_btn {
	font-family: 'Metrophobic', sans-serif;
	font-weight: 300;
	background-color: rgba(255, 0, 0, 0);
	-webkit-border-radius: 13;
	-moz-border-radius: 13;
	border-radius: 13px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 40px 10px 40px;
	border: solid #ffffff 2px;
	text-decoration: none;
	z-index: 1000;
}

.big_enter_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}



