html {
	height: 100%;
}

body {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
	background-color: #9e1f20; /* Used if the image is unavailable */
	  background: url(../images/bgmain2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 /*
@media only screen and (max-width: 960px) {
	body {
	height: 100%;
	background-color: #9e1f20; 
	background-image: url("../images/bg1.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}
}

.bachWhite {
	background-color: none;
}
@media only screen and (max-width: 960px) {
.bachWhite {
	background-color: #ffffff;
}
}
*/

.bodyPlayer {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
	background-color: #9e1f20; /* Used if the image is unavailable */
	background-image: url("../images/bg1.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}


#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}



.logIN {
	padding-top: 200px;
	margin-top: 100px;
	margin-left: 100px;
}
@media only screen and (max-width: 1760px) {
.logIN {
	padding-top: 20px;
	margin-top: 10px;
	margin-left:30px;
}
}




.headerHome {
	padding-top: 10px;
	padding-bottom: 10px;
}



.loginBox {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
	text-align: center;
}





.headerPlay {
	padding-top: 50px;
}
@media only screen and (max-width: 960px) {

	.headerPlay {
	padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
}



p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
}



p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
}

h4 {
	font-size: 31px;
}
h1 {
	font-size: 50px;
}
@media only screen and (max-width: 960px) {

	h1 {
	font-size: 28px;
		margin-left: 10px;
}
}

h5 {
	font-weight: 600;
	color: #002a4d;
}


a {
  color: #ad1716;
	text-decoration: none;
}

a:focus, a:hover {
  color: #002a4d;
	text-decoration: underline;
}

.textcolor {
	color: #000000;
}



.btn-primary {
	color: #ffffff;
  background-color: #ed7837;
text-transform: uppercase;
	border: none;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
  background-color: #9e1f20 !important;
	text-transform: uppercase;
	border: none;
}




