/* @override
	http://127.0.0.1:4000/css/styles.css */


@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600);

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

.navbar.bg-light {
  background-color: rgba(255, 255, 255, 0.71);
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.navbar-brand img { width: 40px; }
.navbar-toggler{
  font-size: 1rem;
  margin-top: 6px;
  padding: 4px;
}

.regular_content {
  padding-top: 40px;
}

.header_intro {
  padding-top: 90px;
  background: url(../images/header-background.png) no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 120px;
  margin-top: -63px;
}

.header_app_screenshot {
  margin-bottom: -110px;
}

.title_block {
  display: inline-block;
  text-align: left;
  border-left: 2px solid rgba(199, 66, 52, 0.57);
  padding-left: 20px;
}

.title_block h1 {
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
}

.title_block h2 {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}
.title_block .title_logo {
  position: absolute;
  left: -128px;
  width: 128px;
}

.title_block p.sub-heading {
width: 75%;
}

.download_buttons .btn-primary {
  background-color: #c84334;
  border-color: #c84334;
}

.download_buttons .btn-primary:hover {
  background-color: rgba(200, 67, 52, 0.7);
}

.download_buttons .btn.btn-apple {
  border-color: black;
  padding: 0px !important;
}

.download_buttons .btn-apple:hover {
  opacity: 0.7;
  text-decoration: none;
}

.download_buttons .btn {
  margin-top: 5px;
}

.testimonial_col { background-color: rgba(0, 0, 0, 0.2); }
.leadin { margin-bottom: 30px; }
.feature_section { color: white; }
.feature_section_light { color: black; }

.feature_section h2,
#mailing_list h2 {
  font: 32px/40px 'Josefin Sans', sans-serif;
  text-align: center;
  font-weight: 300;
}
#mailing_list h4 {
  font: 24px 'Josefin Sans', sans-serif;
  text-align: center;
  font-weight: 300;
}

.feature_col { padding: 40px; }

.feature_section a {
  text-decoration: underline;
  color: #ffffff;
}
.feature_section a:hover { opacity: 0.8; }

.testimonial_col blockquote {
  display: inline-block;
  text-align: center;
  font: 24px/40px 'Josefin Sans', sans-serif;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 25px;
}

#v2_updates { background-color: white; margin-bottom: 40px; }
#display { background-color: rgba(30, 64, 109, 0.7); }
#markdown { background-color: rgba(199, 66, 52, 0.7); }
#html_css { background-color: rgba(119, 116, 4, 0.7); }
#additional_features { background-color: rgba(112, 131, 41, 0.7); }
#mailing_list { margin-top: 50px; }

.feature_section ul.feature_list {

}

ul.feature_list { margin: 2em 0; }
ul.feature_list li {
  list-style: none;
  margin: 1em;
  margin-left: 3em;
}
.feature_section_light ul.feature_list {
  margin-bottom: 0px;
  margin-top: 0px;
}

ul.feature_list li:before {
  content: '\f192';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: rgba(255, 255, 255, 0.55);
}
.feature_section_light ul.feature_list li:before {
  color: rgba(199, 66, 52, 0.85);
}

li .list_point {
  font-style: italic;
  font-weight: bold;
}

footer {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.sales_text {
  text-decoration: underline;
  color: #b50202 !important;
}

.subscription_success, .subscription_error {
  text-align: center;
}

footer a { color: #656464; }

ul.footer_menu {
  display: inline-block;
  padding-left: 0;
}

ul.footer_menu li {
  list-style: none;
  margin-left: 15px;
  float: left;
  white-space: nowrap;
  font-size: 0.9rem;
}

.copyright a {
  color: #888;
  font-size: 0.9rem;
}

.release_notes h2 small {
  color: #616161;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .btn {
    font-size: 0.80em;
    padding: 0.5rem;
  }
  .btn-apple img{
    height: 2rem;
  }
  ul.feature_list li {
    margin-left: 1em;
  }
}

@media (max-width: 575px) {
  .title_block {
    border: none;
    display: block;
  }
  .title_block h1 {
    font-size: 2rem;
    text-align: center;
  }
  .title_block h2 {
    text-align: center;
  }
  .title_block .title_logo {
    width: 75px;
    position: static;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    display: block;
  }
  .title_block p.sub-heading {
    text-align: center !important;
    margin-right: auto;
    margin-left: auto;
  }
  .download_buttons {
    text-align: center;
  }
  #subscribe_button { /* TODO total hack */
    display: inline-block !important;
    position: relative;
    left: 9px;
    bottom: 9px;
  }
  ul.footer_menu li {
    float: none;
  }

}
