.logo {margin-top: 72px; margin-right: auto; margin-left: auto; display: block;}
	
	.slogan { line-height: 36px; margin-top: 64px; font-style: normal; font-weight: lighter; word-spacing: 0px; margin-right: auto; display: block; margin-left: auto; text-align: center; font-family: Helvetica; font-size: 24px; }
	
	.animation { margin-top: 46px; height: 400px; width: 400px; margin-right: auto; margin-left: auto; display: block; }
	
	.appstore { margin-top: 46px; margin-left: auto; margin-right: auto; display: block; }
	
	.download { margin-top: 46px; margin-right: auto; margin-left: auto; display: block; }
	
	
	#buttons {
		margin-top: 60px;
	    height: 75px;
	    overflow: hidden;
		text-align:center;
	}
	
	.buttons{
	    margin-top:6px;
	    margin-left: 10px;
	    margin-right: 10px;
	    display:inline-block;
	    font-style: normal; font-weight: lighter; word-spacing: 0px;
	    font-family: Helvetica; font-size: 24px;
	}
	
a:link
{
   color: #000000;
   text-decoration: none;
}
a:visited
{
   color: #000000;
   text-decoration: none;
}
a:hover
{
   color: #000000;
   text-decoration: none;
}
a:active
{
   color: #000000;
   text-decoration: none;
}

input{
  width: 100%;
}
	
	.legal { color: #c4c5c6; font-style: normal; font-weight: lighter; word-spacing: 0px; margin-top: 54px; margin-right: auto; display: block; margin-left: auto; text-align: center; font-family: Helvetica; font-size: 12px; }
	
	
	#contactForm {
		margin-top: 60px;
	    height: 400px;
	    overflow: hidden;
		text-align:center;
		width: 450px;
		height: 370px;
		margin: 0 auto;
/* 		padding: 0px 100px 100px 100px */
	}
	
.style-1 input[type="text"], 
.style-1 textarea {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;

  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input[type="text"]:focus, 
.style-1 textarea:focus,
.style-1 input[type="text"].focus, 
.style-1 textarea.focus{
  outline: none;
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
	