@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

html {
	background-color: #000;
}

body{

}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
}
h2 {
	margin: 0 0 20px 0;
	text-align: center;
}
p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 175%;
}
.body-copy {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 175%;
}

table {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 175%;
}
form {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 175%;
}
.btn {
	background-color: #E51D8A;
}
button {
}
input {
	margin: 0 0 20px 0;
}
a {
	color:#FFF;
}
a:hover {
	color:#E6198A;
}
a:visited {}
a:active {}

.center {
     text-align: center;
	 margin: 0 auto;
}
.navbar {
  	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.mail-signup {
	/*background-color:rgba(0, 0, 0, 0.1);*/
	padding:20px 0;
}
.no-border {
 	border: 0px;
 	margin:40px 0;
 }
 .neg-margin {
 	margin-top: -30px;
 }

#discs img.icon {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}
#discs img.icon:hover {
  -webkit-filter: none;
  filter: none;
}
footer {
  padding: 20px 0 40px 0;
  background: #000;
  color: #fff;
}
 footer a {
 	color: #E51D8A;
 }

.page {
	padding: 40px 0;
}
.shadowed {
  -webkit-filter: drop-shadow(2px 2px 2px #222);
  filter: drop-shadow(2px 2px 2px #222);
}
.blk-text {
	color: #000;
}

/*   BACKGROUNDS    */

.jumbotron {
	/*background: #FFF;*/
	background-image: linear-gradient(to bottom, #FFF, #F39233);
	margin-bottom: 0px !important;
}
#how-to-play { 
	/*background-color: #E51D8A; */
	/*background: rgba(229, 29, 138, 0.25);*/
	background-image: linear-gradient(to bottom, #F39233, #F1EA3A);
}
#reviews { 
	/*background-color: #ACD142;*/ 
	/*background: rgba(172, 209, 66, 0.25);*/
	background-image: linear-gradient(to bottom, #F1EA3A, #74BE4C);
}
#FIQs { 
	/*background-color: #41BFEB; */
	/*background: rgba(65, 191, 235, 0.25);*/ 
	background-image: linear-gradient(to bottom, #74BE4C, #41BFEB);
}
#discs { 
	/*background-color: #F39233;*/ 
	/*background: rgba(243, 146, 51, 0.25);*/
	background-image: linear-gradient(to bottom, #41BFEB, #E51D8A);
}
#contact { 
	/*background-color: #F1EA3A;*/ 
	/*background: rgba(241, 234, 58, 0.25);*/
	background-image: linear-gradient(to bottom, #E51D8A, #FFF);
}





