html {
	width: 100%;
	height: 100%;
}

input:focus {
	outline: none;
}

body {
	-webkit-perspective: 300px;
	background: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
	color: #f5f5f5;
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 26px;
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

#lovie {
    position: relative;
}
#lovie img {
    position: absolute;
    top: 0px;
    right: 0px;
}

#sxsw1 {
	position: absolute;
	margin-left: -560px;
	margin-top: -57px;
	width: 200px;
	height: 114px;
	left: 50%;
	top: 46%;
}

#sxsw2 {
	position: absolute;
	margin-left: 360px;
	margin-top: -57px;
	width: 200px;
	height: 114px;
	left: 50%;
	top: 46%;
}

#eelcontainer {
	position: absolute;
	width: 640px;
	height: 480px;
	margin-left: -320px;
	margin-top: -270px;
	left: 50%;
	top: 50%;
	overflow: hidden;
	background: black;
}

#loader {
	position: absolute;
	width: 260px;
	height: 60px;
	left: 190px;
	top: 205px;
	text-align: center;
	z-index: 200;
	font-size: 50px;
	color: #ffffff;
}

#introtext {
	position: absolute;
	width: 640px;
	height: 60px;
	left: 0px;
	top: 226px;
	text-align: center;
	z-index: 220;
	font-size: 30px;
	color: #ffffff;
	display: none;
	opacity: 0;
}

#allimages {
	position: absolute;
	display: none;
	opacity: 0;
}

.eelimages {
	position: absolute;
}

/*#eelimage1 {
	left: 0;
}

#eelimage2 {
	left: 27520px;
}*/

#eelimage1 {
	left: 0;
}

#eelimage2 {
	left: 15360px;
}

#eelimage3 {
	left: 30080px;
}

#eelimage4 {
	left: 45440px;
}

a {
    color: #3f6178;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

.con {
    margin-top: 20px;
    left: 50%;
	color: #08d835;
    text-align: center;
    z-index:100;
}

.footer {
    position: fixed;
    bottom: 20%;
    left: 50%;
	color: #f4f4f4;
    text-align: center;
    z-index:100;

}

.social {
	margin-bottom: 0px;
}

#eelslap {
	height: 100%;
	font-size: 15px;
}

.caAddy {
    transform: translate(50%, 50%);
}


@media (max-width: 768px) {
    .caAddy {
        transform: translate(200%, 20%);
    }

    h1 {
        font-size: 5rem;
    }
  }


.button-27 {
  appearance: none;
  background-color: #44e118;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 10%;
  will-change: transform;
  bottom: 0;
}

.stuff {
    margin-left: 25px;
}

.button-27:disabled {
  pointer-events: none;
}

.button-27:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-27:active {
  box-shadow: none;
  transform: translateY(0);
}