@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat);
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/*
* knock everything out
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
}
hr {
  height: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*fonts*/
/*colors*/
.border-radius {
  border-radius: 3px;
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: #71cbd1;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  color: #76ae74;
}
/* ==========================================================================
   Typography
   ========================================================================== */
html {
  font-family: "Lato", Arial, sans-serif;
  color: #333333;
}
p {
  margin: 0 0 1.5em;
  line-height: 1.5em;
}
p.deck {
  font-size: 18px;
}
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", Arial, sans-serif;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  letter-spacing: -1.5px;
}
h2 {
  font-size: 1.75em;
  margin: 0.83em 0;
  letter-spacing: -1.25px;
}
h3 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.17em;
  margin: 1em 0;
  color: #76ae74;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
  text-transform: uppercase;
  color: #76ae74;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  line-height: 0;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}
li {
  line-height: 1.5em;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* grid */
.row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 auto 0;
  max-width: 1400px;
  padding: 0 1.5em;
}
.grid {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  padding: 0 1.5em;
}
/*Explicit sizing*/
.grid-25 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.grid-33 {
  -webkit-box-flex: 0 0 33.33%;
  -moz-box-flex: 0 0 33.33%;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}
.grid-40 {
  -webkit-box-flex: 0 0 40%;
  -moz-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.grid-50 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.grid-60 {
  -webkit-box-flex: 0 0 60%;
  -moz-box-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.grid-75 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}
/* Alignment per row */
.row-left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.row-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.row-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/* Alignment per cell */
.grid-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.grid-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.grid-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
body,
html {
  height: 100%;
}
header {
  height: 85%;
  background: url(../img/zody.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.shoe {
  background-image: url(../img/shoe.jpg);
}
.shoe h1 {
  font-size: 6em;
  color: white;
}
.shoe p {
  margin-bottom: .5em;
}
.intro {
  min-height: 100%;
}
.intro .card {
  /*background:white;
		box-shadow:10px 10px 50px rgba(0,0,0,.1);
		.border-radius();
		border-left:30px solid @grayLightest;
		padding:.25em 1.25em ;	*/
  color: white;
}
.intro h1 {
  /*margin-top:0;*/
  color: #76ae74;
  font-size: 2.5em;
  line-height: 1.1em;
  letter-spacing: -2px;
  color: white;
  font-size: 6em;
  text-align: center;
}
.intro p {
  font-size: 18px;
  display: none;
}
nav {
  position: fixed;
  width: 100%;
  padding: 1em 1.5em;
  transition: all .5s;
  background: white;
  top: 0;
}
nav .logo {
  margin-bottom: 0;
  display: inline-block;
  float: left;
}
nav ul {
  margin-bottom: 0;
  float: right;
}
nav li {
  font-family: "Montserrat", Arial, sans-serif;
  display: inline;
  float: left;
  margin-left: 1.5em;
}
nav li a {
  display: block;
  margin-top: .9em;
  text-decoration: none;
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: .8em;
}
body.scroll nav {
  transform: translateY(-75px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body.scrollup nav {
  transform: translateY(0px);
}
.why nav .whynav a,
.profile nav .profilenav a,
.sample nav .samplenav a {
  color: #76ae74;
  border-bottom: 1px solid #76ae74;
}
section {
  padding: 5em 0;
  /* this pins rows to the bottom of their section - kind of interesting */
  /*display:flex;
	flex-direction: column;
	min-height:80%;
	justify-content: flex-end;*/
}
section.floor {
  padding-bottom: 0;
}
section.floor img {
  margin-top: 2em;
}
section:nth-of-type(1) {
  padding-top: 8em;
}
.alt {
  background: #efefef;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blue {
  background: #00648a url(../img/shoeGreen2.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 20em 0;
}
.blue h1 {
  color: #fff;
  font-size: 3em;
}
.blue p.deck {
  color: #d5e6d5;
  font-size: 1.2em;
}
.blue .button {
  background: white;
  color: #76ae74;
}
.blue .button:hover {
  color: #71cbd1;
}
img {
  display: block;
}
.how p {
  font-size: 17px;
}
.why h1,
.profile h1,
.sample h1 {
  color: #76ae74;
  font-size: 2.5em;
}
.text-center ul {
  display: inline-block;
}
.text-center ul li {
  text-align: left;
}
.chairunk {
  margin-top: -3em;
}
#join h1 {
  color: #76ae74;
}
/*.sample-list{
	a{
		text-decoration:none;
	}
	h2{
		border-bottom:1px dotted #ddd;
		padding:.5em;
		background:rgba(255,255,255,.5);

		small{
	      font-size:.6em;
	      float:right;
		  vertical-align: middle;
		  display:inline-block;
		      span{
		        padding-left:100px;
		      }
	    }
	}
}*/
table {
  width: 100%;
}
table th {
  text-align: left;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  padding: 1em;
}
table td {
  background: rgba(255, 255, 255, 0.5);
  padding: .5em;
}
table td h2,
table td h3 {
  padding: 0;
  margin: 0;
}
table td span {
  float: right;
}
table td a {
  display: block;
}
table tr:hover td {
  background: rgba(255, 255, 255, 0.75);
}
.button {
  display: inline-block;
  padding: 1em 2em;
  background: #76ae74;
  text-decoration: none;
  font-family: "Montserrat", Arial, sans-serif;
  border-radius: 3px;
  color: #ffffff;
  margin-bottom: 1.5em;
  transition: all .25s;
}
.button:hover {
  color: rgba(255, 255, 255, 0.6);
}
.button.white {
  background: white;
  color: #0076a3;
}
footer {
  padding: 3em 0;
  background-color: #333333;
  color: #808080;
}
footer a {
  color: #a6a6a6;
}
footer p {
  margin-bottom: .75em;
}
