* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

body {
  color: #333333;
  cursor: default;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.captain-unit {
  padding-top : 100px;
  padding-bottom : 30px;
  text-align : center;
}

.marketing-unit {
  font-weight : 100;
  text-align : center;
  color : #fff;
  background-color: #999;
  background-image: url('https://s3.amazonaws.com/coursevana-images/coming-soon/LaunchpageBackground.png');
}

.marketing-mumbo-jumbo {
  font-size : 1.8em;
  font-weight : 100;
  padding-top : 20px;
}

.marketing-flash-cards{
  font-size : 2em;
  padding-top : 20px;
  padding-bottom : 20px;	
}

.marketing-form {
  padding-top : 20px;
  font-size : 1.5em;
}

.marketing-form .form-control {
  font-style: italic;
}

.marketing-form .input-group-btn {
  padding-bottom : 30px;
}

.marketing-form .btn-primary {
  font-weight : 300;
  background-color : #f39c12;
  border-color : #f39c12;
}

.marketing-form .btn-primary:hover {
  background-color : #e67e22;
}

.header{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.title-band {
  background: #EEE;
  background-image: url('https://s3.amazonaws.com/coursevana-images/coming-soon/LaunchpageBackground.png');
  padding: 0;
}

.title-band .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-unit {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.hero-unit h1 {
  font-family : 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight:600;
  margin: 0 0 0.5em;
  line-height: 1;
  color:#fff;
}

.faq-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.panel-heading h2 {
  font-size: 1em;
  font-weight:400;
  margin: 0 0 0.5em;
  line-height: 1.5;
}

.footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  color : #aaa;
  text-align : center;
}