/* CSS Document */
html, body { 
	margin: 0px;
  /* background: url(main.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
} 
.sprouts {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
body {
	/* background-image:url(main.jpg); 
	background-repeat:no-repeat; */
}

/*  -webkit-user-select: none;  /* Chrome all / Safari all */
/*  -moz-user-select: none;     /* Firefox all */
/*  -ms-user-select: none;      /* IE 10+ */
/*  user-select: none;          /* Likely future */       

p {
	/* margin: 200px 0px 0px 50px; */
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #fff;
	text-align:left;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
p, li {
	font-size: 8em;
}

#container {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

a:hover, a:focus {
	color: #fff; /*e9e9dd, 633, e2e3e5, 357099, b8948d*/
} 

a {
	color: #040458;
	transition: all 0.6s linear;
	text-decoration: none;
}