html,
body,
input,
button,
select,
textarea {
  font: 16px/1.2 'Source Sans Pro', 'Helvetica Neue', Helvetica, arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
}


html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

p {
  font-size:20px;
  line-height: 1.5;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 300;
  line-height: 1.5;
}


a {
  color: #2A8782;
  text-decoration: none;
}


a:hover {
  color: #000;
}


a:active,
a:focus {
  color: #000;
}


b {
  font-weight: 400;
}


pre,
code {
  font-family: Monaco, Menlo, monospace;
  padding: 0px 4px;
  background-color: #f8f8f8;
  border: 1px solid #e2e2e2;
  overflow: scroll;
  font-size: 12px;
}

pre {
  padding: 10px;
}

pre code {
  background-color: transparent;
  border: 0px;
  padding: 0px;
}


hr {
  border-top: 1px solid #e2e2e2;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 10px 0 30px 0;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img.headshot {
  float: right;
  width: 120px;
  height: auto;
  margin: 0px 0px 20px 20px;
  border-radius: 90px;
}

.serif {
  font-family: Baskerville, sans-serif;
}

.center {
  text-align: center;
}

.user-form {
  width: 300px;
  margin: 0px auto;
}

.user-form input[type=submit] {
  margin-top: 20px;
  margin-bottom: 15px;
}


input[type=text],
input[type=email],
input[type=password] {
  border: 1px solid #efefef;
  padding: 10px 15px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 300px;
  height: 45px;
}


.icon,
button,
.button,
input[type="submit"] {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  background-color: #015770;
  color: #fefefa;
  border-radius: 2px;
  border: 1px solid #015770;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 10px;
  height: 45px;
  line-height: 45px;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}


.icon:hover,
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #013545;
  border-color: #013545;
  color: #fff;
}


a.button {
  padding: 11px 10px 10px 10px;
}


a.button:hover {
  text-decoration: none;
}

.big-button-wrapper {
  display: none;
}

.endpoint.button {
  font-size: 12px;
  padding: 2px 5px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  background-color: #efefec;
  color: #424240;
  border: 1px solid #efefec;
}


.endpoint.button:hover {
  background-color: #eaeae8;
  color: #000;
  border: 1px solid #eaeae8;
}


header {
  padding: 10px;
  background-color: #f6f6f5;
  height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e0;
}

header h1.site-title {
  font-size: 20px;
  margin-top: 0px;
  line-height: 1;
  float: left;
  font-weight: 400;
  letter-spacing: -1px;
}

header h1.site-title a {
  color: #535351;
  text-decoration: none;
}

header h1.site-title a:hover {
  color: #000;
}


header ul.main-nav {
  margin: 0px;
  padding: 0px;
  text-align: right;
}

header ul.main-nav li {
  display: inline-block;
  margin-left: 15px;
}


.sheet-actions {
  float: right;
}


.sheet-endpoint {
  float: right;
  clear: right;
}


.sheet-rows {
  padding-top: 30px;
  clear: both;
  overflow-x: auto;
}

.sheet-rows .controls {
  margin-bottom: 20px;
  background-color: #f6f6f5;
  position: absolute;
  width: 90%;
}

.sheet-rows .controls a {
  margin: 0px;
  padding: 1px 15px;
  border-radius: 0px;
  border: 0px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
}

.sheet-rows table {
  padding-top: 60px;
}

.sheet-rows th > div.small {
  width: 200px;
  margin: 3px 0px 2px 0px;
}

.sheet-rows th .icon {
  font-size: 10px;
  padding: 2px 5px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  background-color: #efefec;
  border: 0px;
  margin: 3px 3px;
  color: #646462;
}

.sheet-rows th .icon:hover {
  text-decoration: none;
  color: #000;
  background-color: #dfdfdc;
}

.sheet-rows td > input {
  padding: 5px 8px;
  border: 1px solid #efefef;
  width: 160px;
  display: inline-block;
  margin: 0px;
}

.sheet-rows td > span.expand {
  background-color: #efefec;
  display: inline-block;
  width: 31px;
  height: 31px;
  cursor: pointer;
  margin: 0px;
  vertical-align: top;
}

.sheet-rows td > span.expand i {
  padding: 8px;
  color: #646462;
}

.sheet-rows td > span.expand:hover {
  background-color: #dfdfdc;
}

.sheet-rows td > span.expand:hover i {
  color: #000;
}


.import-form {
  margin-bottom: 30px;
}


.cell-editor {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
}

.cell-editor textarea {
  width: 100%;
  border: 1px solid #e9e9e7;
  padding: 20px;
}


.api-endpoint {
  display: block;
  float: right;
  height: 45px;
  line-height: 45px;
  padding: 0px 15px;
}


input.sheet-name {
  font-size: 30px;
  border: 0px;
  width: 100%;
  border: 0px;
  padding-left: 0px;
}


.sheet-description {
  font-size: 15px;
  border: 0px;
  width: 100%;
}


.list-item {
  border-bottom: 1px solid #f2f2f0;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.welcome {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -20px;
  padding: 20px 0px;
  text-align: center;
}

.welcome-logo {
  width: 75px;
  height: auto;
  margin-top: -13px;
}

.welcome h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

#crowdfunding {
  margin: 0px auto;
}

.left {
  width: 222px;
  margin: 0px auto;
}

.right {

}

.landing .question {
  font-size: 25px;
  text-align: center;
  margin-top: 0px;
  font-weight: 200;
  letter-spacing: -1px;
  display: block;
  color: #2A8782;
}

.landing h1 {
  font-size: 50px;
  letter-spacing: -2px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 200;
  color: #332F45;
}

.landing h1 b {
  font-weight: 400;
}

.welcome h2 {
  text-align: center;
  font-size: 27px;
  letter-spacing: -2px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 200;
  color: #332F45;
}

.welcome h2 b {
  font-weight: 400;
}

a.button.get-started {
  height: 80px;
  line-height: 80px;
  padding: 20px 30px;
  font-size: 25px;
}


.docs {
  width: 70%;
  float: left;
}


.docs-sidebar {
  width: 29%;
  float: right;
  position: fixed;
  right: 0;
}

.docs-sidebar ul {
  margin: 0px;
  padding: 0px;
}

.docs-sidebar ul li {
  list-style-type: none;
}

.docs-sidebar ul a {
  background-color: #f9f9f7;
  color: #646462;
  padding: 5px 10px;
  display: block;
  width: 100%;
}

.docs-sidebar ul a:hover {
  background-color: #e9e9e7;
  color: #000;
  text-decoration: none;
}


#landing-description,
#page-content {
  width:100%;
  margin:80px auto 0px auto;
}

#landing-description h2 {
  font-size: 20px;
  letter-spacing: 0px;
  margin-top: 70px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #332F45;
  text-align: center;
}

#landing-description a {
  font-weight: 500;
}

footer {
  padding: 40px 0px 30px 0px;
  text-align: center;
}

.share {
  text-align: center;
}

.share a {
  margin: 0px 5px;
  padding: 5px 8px;
  background-color: #f2f2f0;
  line-height: 2.5;
}


.project-image {
  display: block;
  margin: 30px auto 0px auto;
  border: 1px solid #efefef;
}

.container {
  width: 90%;
  margin: 0px auto;
}

#mce-EMAIL {
  width: 275px;
}

ul.supporters {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  text-align: center;
}

li.supporter {
  display: inline-block;
  width: 200px;
  background-color: #f9f9f7;
  padding: 20px 30px;
  margin: 7px 5px;
}

h1.post-title,
h2.post-title,
#page-content h2.post-title {
  font-size: 50px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
}

h3.post-title {
  font-size: 23px;
}

.post-content li {
  font-size: 20px;
  line-height: 1.4;
}

.post-meta {
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 500;
  color: #ccc;
}

.post-meta span {
  color: #888;
}

.post-share a {
  margin-left: 5px;
}

.post-meta a,
.post-meta a span {
  color: #2A8782;
  text-decoration: none;
}


.post-meta a:hover,
.post-meta a span:hover {
  color: #000;
}



#page-content h2 {
  font-weight: 500;
  margin-top: 50px;
}

.posts .post {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f0;
  margin-bottom: 40px;
}

@media (min-width: 700px) {
  .left {
    width: 35%;
    float: left;
    margin: 0px;
  }

  .right {
    float: right;
    width: 60%;
  }

  .landing .question {
    font-size: 27px;
    margin-top: 0px;
    font-weight: 200;
  }

  .landing h1 {
    font-size: 70px;
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .welcome h2 {
    font-size: 40px;
    letter-spacing: -2px;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .big-button-wrapper {
    display: block;
  }

  .button.big {
    padding: 18px 15px 16px 15px;
  }

  #landing-description,
  #page-content {
    width:60%;
  }

  #landing-description h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
}

@media (min-width: 950px) {
  .left {
    width: 25%;
    margin-left: 3%;
  }

  .right {
    width: 70%;
  }

  .landing .question {
    font-size: 38px;
  }

  .welcome h2 {
    font-size: 50px;
    margin-bottom: 70px;
    padding: 0px 10%;
  }
}

.container:after,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}


.container,
.clearfix {
  *zoom: 1;
}
