@font-face {
    font-family: 'snickerregular';
    src: url('fonts/mark_simonson_-_snicker.eot');
    src: url('fonts/mark_simonson_-_snicker.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_snicker.woff2') format('woff2'),
         url('fonts/mark_simonson_-_snicker.woff') format('woff'),
         url('fonts/mark_simonson_-_snicker.ttf') format('truetype'),
         url('fonts/mark_simonson_-_snicker.svg#snickerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body
{	
	background: url(images/bkground.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	

}


div.image {
   content: url(images/logo_pacca.svg);
	  height: 20%;
  	  width: 20%;
    
}​


A:link
{
	text-decoration: none;
	color: #0085c9;
}

A:visited
{
	text-decoration: none;
	color: #0085c9;
}

A:active
{
	text-decoration: none;
	color: #0085c9;
}

A:hover
{
	text-decoration: none;
	color: #0053aa;
}

::selection
{
color:#0053aa;
background: #0085c9;
}
::-moz-selection
{
color:#0053aa;
background: #0085c9	;
}




div.alpaca {
  left: 120%;
  position: relative;
  animation-name: mymove;
  animation-duration: 5s;
  bottom: 400px;
}

@keyframes mymove {
  from {bottom:-5000px;}
  to {bottom: 400px;}
}


div.intro {
  text-align:left;
  width: 550px;
  height: 400px;
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 10%;

}





.homepageTitle
{
	text-align:left;
	font-family:'snickerregular', Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0;
	font-size:46px;
	color: #7827be;
	line-height:30px;
	padding-left:0mm;
	padding-top:0mm;
	
	/*
	text-transform: uppercase;
	*/
}


.homepageText
{
	text-align:left;
	font-family:'snickerregular', Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0;
	font-size:20px;
	color: #000;
	line-height:23px;
	padding-left:0mm;
	padding-top:0mm;
	
	/*
	text-transform: uppercase;
	*/
}






