body {
  padding-top: 10px;
}

.starter-template {
  text-align: center;
}

#logocontainer {
	width: 60%;
	margin: auto;
	min-width: 300px;
}

#allin {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 100px;
	letter-spacing: -5px;
	color: red;
	margin: -20px auto;
	font-weight: 200;
}

#allin span {
	color: black;
}

#bigbet {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 35px;
	font-weight: 300;
	width: 100%;
	margin: auto;
}

#introtext {
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Droid Serif', serif;*/
	/*font-family: 'Arvo', serif;*/
	width: 50%;
	min-width: 300px;
	text-align: justify;
	margin: 10px auto 20px auto;
	font-weight: 500;
	font-size: 14px;
}

#introtext:hover span {
	color: #fff;
	background: red;
}

.text {	
	max-width: 600px;

	margin: auto auto;
}

.text-muted {
	width: 50%;
	margin: 10px auto 10px auto;
	min-width: 200px;
	max-width: 400px;
	text-align: justify;
}

.text h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: black;
	background: #fff;
	min-width: 308px;
	width: 60%;
	margin: 0px auto 10px auto;
	opacity: .95;
	padding-bottom: 2px;
	border: 1px solid black;
	box-shadow: 2px 2px 2px #555;
	

}

.text h1 .uppercase {
	text-transform: uppercase;
	color: red;
	font-weight: 300;
	
}

.lead p {
	font-family: 'Open Sans', sans-serif;
	color: black;
	text-align: justify;
	background: #fff;
	font-size: 14px;
	opacity: .95;
	padding: 10px 10px 10px 10px;
	border: 1px solid black;
	margin: -5px auto 0px auto;
	box-shadow: 2px 2px 2px #555;
	font-weight: 300;
	width: 80%;
	min-width: 300px;

	}

.lead p:hover span {
	color: white;
	background: red;
}

.lead p:hover a {
	color: white;
	background: red;
}

hr {
	border-top: 1px solid red;
	width: 50%;
}


.readmore {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	background: white;
	color: black;
	text-transform: uppercase; 
	padding: 0px 5px 0px 5px;
	border: 1px solid red;
	text-align: center;
	display: block;
	margin: 10px auto 0px auto;
	width: 18%;
	box-shadow: 1px 1px 1px #888888;
	min-width: 100px;
 }

.readmore:hover {
	color: white;
	background: red;
} 
 
#sharelinks {
	position:fixed;
	width: 48px;
	height:auto;
	padding:5px;
	display: block;
	background-color: rgba(6, 2, 41, 0.4);
	border-radius:10px;
	margin-top:2%;
	margin-left:1%;
}

.icon {
	margin-top: 2px;
	margin-bottom: 2px;
}

a:hover {
	text-decoration: none;
}

/*===============================================================================
 Parallax Scrolling (http://www.bootply.com/134438)
===============================================================================*/
.divider {
    height:50px;
}

section {
    height:500px;
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
    text-align: left;
}



.bg-1 {
	background: url('../img/lottery-front.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
    
}

  
.bg-2 {
	background: url('../img/casino-front2.jpg') no-repeat top center fixed;
    color:#fff;
    background-size:cover;
}

.bg-3 {
	background: url('../img/community-front.jpg') no-repeat bottom center fixed;
    color:#fff;
    background-size:cover;
}

.bg-4 {
	background: url('../img/people-front.jpg') no-repeat bottom center fixed;
    color:#fff;
    background-size:cover;
}

.bg-5 {
	background: url('img/bcg_slide-7.jpg') no-repeat bottom center fixed;
    color:#fff;
    background-size:cover;
}

.bg-6 {
	background: url('img/bcg_slide-8.jpg') no-repeat bottom center fixed;
    color:#fff;
    background-size:cover;
}

.bg-7 {
	background: url('img/bcg_slide-9.jpg') no-repeat bottom center fixed;
    color:#fff;
    background-size:cover;
}

.bg-8 {
	background: url('img/bcg_slide-10.jpg') no-repeat bottom center fixed;
    color:#fff;
    background-size:cover;
}

@media (max-width: 400px) {
	section {
	height: 100%;
	padding: 30px 0px 10px 0px;
	}	
	
	.separate {
		margin: 0px auto 0px auto;
		border: 0px solid black;
	}
	
	
	.bg-1 {
	background: black;
	}
	.bg-2 {
	background: black;
	}
	.bg-3 {
	background: black;
	}
	.bg-4 {
	background: black;
	}
	
	#sharelinks {
	display: none;
	}
}

/*==============================================================================
Footer 
==============================================================================*/

#foot {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 10px;
	text-align: center;
	background-color: #dadada;
}

/*===============================================================================
Media Queries
===============================================================================*/

@media (max-width: 570px) {
	#allin {
	font-size: 90px;
	}
	
	#bigbet {
	font-size: 30px;
	}
}
	
