body {
  font-size: 16px;
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "bitstream vera serif", Times, serif;
  letter-spacing: -0.03em;
  color: #000;
  font-weight: normal;
  line-height: 100%;
}

h1 {
  font-size: 220%;
  margin: 0 0 0.5em 0;
}

h2 {
  font-size: 160%;
  margin: 0 0 .5em 0;
}

h3 {
  font-size: 130%;
  margin: 0 0 .35em 0;
}

h4 {
  font-size: 110%;
  margin: 0 0 .35em 0;
}

h5 {
  font-size: 110%;
  margin: 0;
}

h6 {
  font-size: 100%;
  margin: 0;
}

h3 > code {
  background-color: inherit;
  color: black;
}

li {
  color: #404040;
  line-height: 1.6em;
}

/* Vagrant font is a little larger than normal. We like it that way. */
p {
  font-size: 16px;
  line-height: 25px;
}

/* Make all <pre> blocks pretty looking. No plain grey! */
pre {
  background-color: #fefbf3;
v  padding: 9px;
  border: 1px solid rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
          box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

pre, code {
  font-size: 90%;
  line-height: 1.6em;
}

pre > code {
  background-color: #fefbf3;
  border: none
}

ul.nav.list > li {
  line-height: 1.3em;
}

.alert-heading {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-rendering: optimizelegibility;
}

.alert-notice {
  color: #555;
  background-color: whiteSmoke;
  background-image: url(/static/images/icons/error.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 52px;
  font-size: 0.8em;
}

.Header {
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.Header.with-border {
  border-bottom: 1px solid #DDD;
}

.Footer {
  text-align: center;
  padding: 1em 0;
}

/*************************************************************
 * Modules
 *************************************************************/
.Module.logo h1 a {
  color: #000;
}

.Module.logo h1 a:hover {
  text-decoration: none;
}

.Module.logo h1 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #111;
  margin: 0;
}

.Module.logo h1 span.subtitle {
  color: #999;
}

.Module.navigation {
  font-size: 1.1em;
  font-variant: small-caps;
  float: right;
  margin-top: 8px;
}

.Module.navigation ul {
  list-style-type: none;
}

.Module.navigation ul li {
  float: left;
  border-right: 1px dotted #DDD;
  padding: 0.35em 0.75em;
}

.Module.sidebar ul, .Module.sidebar ol {
  margin-bottom: 0;
}

.Module.sponsors {
  margin-top: 35px;
}

.Module.sponsors ul {
  list-style-type: none;
}

.Module.sponsors ul li {
  float: left;
  text-align: center;
  width: 335px;
}

/* homepage */

.featured-module {

  background: url('/static/images/feat-grad.png');
  height: 357px;
  width: 940px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);

}

.featured-text {
  position: relative;
  float: left;
  top: 35px;
  padding-left: 40px;
  width: 540px;
}

.home.title {
  color: #fff;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 500;

  text-shadow: 0px 0px 10px #014b7e;
}

.home.subtitle {
  color: #002e47;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 25px;

  text-shadow: 0px 1px 0px #0383b6;
}

.home.get-started {
  color: white;
  display: block;
  width: 300px;
  height: 70px;

  font-weight: 500;

  background: rgb(7,195,240);
  background: -moz-linear-gradient(top, rgba(7,195,240,1) 0%, rgba(6,187,238,1) 22%, rgba(4,151,228,1) 80%, rgba(3,143,226,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(7,195,240,1)), color-stop(22%,rgba(6,187,238,1)), color-stop(80%,rgba(4,151,228,1)), color-stop(100%,rgba(3,143,226,1)));
  background: -webkit-linear-gradient(top, rgba(7,195,240,1) 0%,rgba(6,187,238,1) 22%,rgba(4,151,228,1) 80%,rgba(3,143,226,1) 100%);
  background: -o-linear-gradient(top, rgba(7,195,240,1) 0%,rgba(6,187,238,1) 22%,rgba(4,151,228,1) 80%,rgba(3,143,226,1) 100%);
  background: -ms-linear-gradient(top, rgba(7,195,240,1) 0%,rgba(6,187,238,1) 22%,rgba(4,151,228,1) 80%,rgba(3,143,226,1) 100%);
  background: linear-gradient(top, rgba(7,195,240,1) 0%,rgba(6,187,238,1) 22%,rgba(4,151,228,1) 80%,rgba(3,143,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07c3f0', endColorstr='#038fe2',GradientType=0 );

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;

  -webkit-box-shadow: 0px 1px 0px 0px #012e52;
  -moz-box-shadow: 0px 1px 0px 0px #012e52;
  box-shadow: 0px 1px 0px 0px #012e52;
}

.home.get-started:hover {
  margin-top: -1px;
}

.home.get-started:active {
  margin-top: 1px;
  text-decoration: none;
  opacity: 0.8;
   -webkit-box-shadow: inset 0px 1px 0px 0px #012e52;
  -moz-box-shadow: inset 0px 1px 0px 0px #012e52;
  box-shadow: inset 0px 1px 0px 0px #012e52;
}

.download {
  background: url('/static/images/download.png') no-repeat;
  height: 41px;
  width: 32px;
  margin-top: 0;
  position: absolute;
  float: right;
  position: relative;
  top: 16px;
  right: 28px;
}

.button-text {
  font-size: 27px;
  float: left;
  position: relative;
  top: 21px;
  left: 28px;
  text-shadow: 0px -1px 0px #047093;
  text-decoration: none;
}

.get-started:hover {
  text-decoration: none !important;
}


#dirty-hippie {
  background-image: url('/static/images/hippie.png');
  position: relative;
  float: right;
  margin-top: 0px;
  right: 40px;
  height: 362px;
  width: 330px;
}

.home.heading {
  font-size: 34px;
  font-weight: 600;
}

.company-logos {
  background: url('/static/images/comp.png') no-repeat;
  height: 518px;
  width:  300px;
  position: relative;
  float: right;
}


.term {
  background-color: black;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 540px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  float: left;

  padding-top: 18px;
  padding-bottom: 15px;
}

.term ul {
  list-style: none;
}

.term li {
  color: white;
  font-size: 14px;
  font-family: Menlo, Monaco, sans-serif;
  line-height: 1.5;
}

.deep-blue {
  color: #73c5dd;
}

.list-button {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  color: #676767;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;

  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.list-button:hover {
  color: black;
  background-color: #fff;
  border: 1px solid #73c5dd;
}

.last-padding {
  width: 100%;
  height: 0;
  margin-bottom: 40px;
}

.arrow {
  opacity: .5;
}

.no-underline {
  text-decoration: none;
}

.no-underline:hover {
  text-decoration: none;
}

/*
 * Modules
 * */
.Module.homepage,
.Module.homepage h1,
.Module.homepage h2,
.Module.homepage h3,
.Module.homepage h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}

.Module.homepage .content-block {
    margin-bottom: 40px;
}

.Module.homepage .content h2 {
    font-size: 34px;
    font-weight: 600;
}

.Module.homepage .content .left-bar {
    margin-left: 60px;
    margin-right: 40px;
}

.Module.homepage .content > * {
    margin-top: 35px;
}
