@font-face {
	font-family: 'CircularStd-Bold';
	src: url('../Fonts/CircularStd-Bold.otf');
	src: local('CircularStd-Bold'), local('CircularStd'), url('../Fonts/CircularStd-Bold.otf') format('truetype');
}

@font-face {
  font-family: 'CircularStd-Book';
  src: url('../Fonts/CircularStd-Book.otf');
  src: local('CircularStd-Book'), local('CircularStd'), url('../Fonts/CircularStd-Book.otf') format('truetype');
}

input,textarea,button,select,a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	background: white;
	margin: 0 auto;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
}

.container {
  margin: 12px 12px 12px 12px;
  padding: 0;
  border: 0;
}

.signup_button {
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;

  text-decoration: none;
  font-family: 'CircularStd-Book', arial, sans-serif;
  font-size: 16px;
  font-weight: normal;

	text-indent:0;
	border:1px solid #0ABF97;
  padding: 10px 40px 10px 40px;
	line-height:43px;
	text-decoration:none;
	text-align:center;
}

.button {
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;

  text-decoration: none;
  font-family: 'CircularStd-Book', arial, sans-serif;
  font-size: 16px;
  font-weight: normal;

	text-indent:0;
	border:1px solid #0ABF97;
  padding: 10px 40px 10px 40px;
	line-height:43px;
	text-decoration:none;
	text-align:center;
}

#metatron {
	width: 200px;
  height: 200px;
	background-image: url('../Images/Hylo_Icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
	margin: 0 auto;
	margin-top: 100px;
}

h1 {
  color: #2C4059;
  font-family: 'CircularStd-Bold', arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
	text-align: center;
	margin: auto;
	margin-bottom: 0;
}

h2 {
  color: #2C4059;
  font-family: 'CircularStd-Bold', arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
	text-align: center;
	margin: auto;
	margin-bottom: 0;
}

h3 {
  color: #2C4059;
  width: inherit;
  font-family: 'CircularStd-Bold', arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
	margin: auto;
}

p {
	margin: auto;
  color: #56667B;
  font-family: 'CircularStd-Book', arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
	line-height: 24px;
}

#axol_container {
	width: 700px;
	height: 400px;
	margin: auto;
}

#axol_container h3 {
	margin-top: 60px;
}

#axol_image {
	width: inherit;
  min-height: 500px;
	background-image: url('../Images/Axolotl.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
	margin: auto;
	margin-top: -70px;
	margin-left: 10px;
}

#title {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	margin-top: 40px;
}

.subtitle {
	margin: 0 auto;
	width: 600px;
	margin-bottom: 50px;
}

.body_text {
	color: #56667B;
	font-family: 'CircularStd-Book', arial, sans-serif;
	width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.body_text li {
	list-style-type: none;
	margin-bottom: 25px;
}

#kind{
  width: 308px;
  min-height: 235px;
  background-image: url('../Images/Axel_Sign.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center;
  display: block;
	margin: auto;
	margin-bottom: 60px;
}

.filled {
  color: white;

  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 500ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 500ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 500ms;
	background-color: #0ABF97

}

.filled:hover {
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 500ms;
  -o-transition-timing-function: ease;
  -o-transition-duration: 500ms;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 500ms;
	background-color: #00AD87
}

.line {
  height:1px;
  border-bottom:1px solid #DDE0E4;
  width: 600px;
  margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 34px;
}

.about_cta {
	text-align: center;
	margin: 20px auto;
}

footer .line {
	width: 100%;
	margin-bottom: 14px;
}

@media only screen and (min-width: 100px) and (max-width: 414px) {

  .container {
    margin: 6px 6px 6px 6px;
  }

	#metatron {
		width: 130px;
	  height: 130px;
		margin-top: 70px;
	}

  h1 {
    font-size: 30px;
  }

	h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

	p {
		font-size: 14px;
	}

	.line {
	  width: 80%;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	#title {
		margin-top: 30px;
	}

	.subtitle {
		width: 97%;
		margin-bottom: 56px;
	}

	.body_text {
		width: 90%;
		margin-bottom: 40px;
	}

	#axol_container {
		width: 100%;
		height: 260px;
		margin: auto;
	}

	#axol_container h3 {
		margin-top: 20px;
	}

	#axol_image {
		width: inherit;
	  min-height: 500px;
		margin-top: -120px;
	}

  .button {
		-webkit-border-top-left-radius:20px;
		-moz-border-radius-topleft:20px;
		border-top-left-radius:20px;
		-webkit-border-top-right-radius:20px;
		-moz-border-radius-topright:20px;
		border-top-right-radius:20px;
		-webkit-border-bottom-right-radius:20px;
		-moz-border-radius-bottomright:20px;
		border-bottom-right-radius:20px;
		-webkit-border-bottom-left-radius:20px;
		-moz-border-radius-bottomleft:20px;
		border-bottom-left-radius:20px;
		font-size: 16px;
		padding: 12px 60px 12px 60px;
		line-height:43px;
  }

	.signup_button{
		-webkit-border-top-left-radius:20px;
  	-moz-border-radius-topleft:20px;
  	border-top-left-radius:20px;
  	-webkit-border-top-right-radius:20px;
  	-moz-border-radius-topright:20px;
  	border-top-right-radius:20px;
  	-webkit-border-bottom-right-radius:20px;
  	-moz-border-radius-bottomright:20px;
  	border-bottom-right-radius:20px;
  	-webkit-border-bottom-left-radius:20px;
  	-moz-border-radius-bottomleft:20px;
  	border-bottom-left-radius:20px;
    font-size: 16px;
    padding: 8px 26px 8px 26px;
  	line-height:43px;
	}

  #kind {
    width: 80%;
    height: auto;
  }
}
