
.disclaimer{
	line-height: 12px;
	font-size: 12px;
}


@media only screen and (max-width: 600px) {
  body {
  -webkit-background-size: scroll!important;
  -moz-background-size: scroll!important;
  -o-background-size: scroll!important;
  background-size: scroll!important;
  }
h1{
	margin: 15px;
	color: #fff;
	font-size: 4px;
	text-shadow: 1px 1px #000;
}
}
@media only screen and (min-width: 601px) {
  body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1{
	margin: 15px;
	color: #fff;
	font-size: 56px;
	text-shadow: 1px 1px #000;
}
}
body {
	width: 100wh;
	height: 90vh;
	color: #fff;
	background: linear-gradient(-45deg, #CB6336, #CB6336, #162264, #162264);
	background-size: 300% 300%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
