/* Cypherdelic Landing Page CSS, created by Matthew Dickson 16,June,2016 */

html
{
  background: url("images/Background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-position: center;
  background-color: #eeeeee;
}

body
{
  font-family: Helvetica, Arial, sans-serif;
}

a
{
  color: #000000;
}

.xamk { 
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
  
	object-fit: contain;
	max-width: 50%;
	max-height: 25%;
	width: auto;
	height: auto; 
}

.cypherdelic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	 
	object-fit: contain;
	max-width: 80%;
	max-height: 25%;
	width: auto;
	height: auto; 
}

.limited {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25%;
}