a {
  color: #507f60;
}
a:hover {
  color: #206538;
}
a:focus {
  color: #206538;
}
a:active {
  color: #206538;
}

body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: Arimo, "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros",
    TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Helvetica, Arial,
    sans-serif;
}

.container {
  position: relative;
  min-height: 100vh;
  margin-top: 40px;
}

#content-wrap {
  padding-bottom: 5.5rem; /* Footer height */
}

hr {
  border-color: #999999;
}

h1,
h2,
h3 {
  font-family: Corben, "Times New Roman", Georgia, Serif;
}

h1,
.heading1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

h3 {
  font-size: 26px;
}

.price {
  font-family: Corben, "Times New Roman", Georgia, Serif;
  font-size: 20px;
  color: #7d7384;
  margin-top: -12px;
}
.subheading {
  font-family: Corben, "Times New Roman", Georgia, Serif;
  font-size: 20px;
  margin-top: -20px;
  color: #898989;
}

.lead p {
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #414141;
  margin-bottom: 25px;
}

.lead ul,
.card ul {
  list-style: none; /* Remove default bullets */
}

.lead ul li::before,
.card ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #7d7384;
  font-weight: bold;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#est-date {
  font-family: "Source Serif Pro", "Apple Garamond", "Baskerville",
    "Libre Baskerville", "Times New Roman", "Droid Serif", "Times", serif;
  margin-top: -10px;
  font-style: italic;
}

/* Buttons
================================================== */

.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: none;
  margin-bottom: 10px;
}

.btn-success {
  background-color: #59bc7e;
  /*  -webkit-box-shadow: 0px 2px #248748;
  -moz-box-shadow: 0px 2px #248748;
  -ms-box-shadow: 0px 2px #248748;
  box-shadow: 0px 2px #248748;
  border: none;*/
}
.btn-success:hover {
  background-color: #4e9c72;
}
.btn-success:focus {
  background-color: #4e9c72;
}
.btn-success:active {
  background-color: #248748;
  position: relative;
  top: 4px;
}

.btn-default {
  background-color: white;
  /*-webkit-box-shadow: 0px 2px #cccccc;
  -moz-box-shadow: 0px 2px #cccccc;
  -ms-box-shadow: 0px 2px #cccccc;
  box-shadow: 0px 2px #cccccc;*/
}
.btn-default:hover {
  background-color: #f3f3f3;
}
.btn-default:active {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  top: 4px;
}

.btn-lg {
  border-radius: 3px;
}

stripe-buy-button button {
  background-color: black;
}

/* Nav
================================================== */

.navbar .wrap {
  margin-right: 0;
  margin-left: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  border-width: 0 0 0px;
}

.navbar-brand {
  font-family: Corben, "Times New Roman", Georgia, Serif !important;
  font-size: 36px !important;
  margin-top: -3px;
  font-weight: bold !important;
  letter-spacing: 0.03em;
}

.navbar a {
  font-size: 1.3em;
  font-family: "Roboto", garamond, serif;
}

.navbar-inverse {
  background-color: #4d6057;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
  letter-spacing: 0.5px;
}

.navbar-inverse .navbar-nav > li > a:hover {
  /*text-decoration: underline; 
  text-underline-position: under;
  color: #e9b4a3;*/
  background-color: rgb(136 169 147);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(136 169 147);
}

.navbar-inverse .navbar-toggle {
  border-color: #6f8a7e;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #6f8a7e;
}

.dropdown-menu {
  min-width: 140px;
}

.dropdown-menu > li > a:hover {
  background-color: rgb(136 169 147);
}

/* Jumbotron
================================================== */

.jumbotron {
  background-color: transparent;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.title {
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 10px;
}

.jumbotron h3 {
  margin-top: -12px;
  font-size: 18px;
}

.profile {
  margin-bottom: 30px;
}

/* Featurettes
================================================== */

.featurette {
  text-align: center;
}

.featurette-body {
  text-align: left;
  margin-bottom: 50px;
}

.featurette h3 {
  margin-bottom: 10px;
}

.featurette-divider {
  border-top: 1px solid #949494;
  margin: 5% 0;
}

.featurette-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80%;
  height: 80%;
  margin: 20px auto;
}

/* Coworking Pricing List
================================================== */
.card ul {
  padding-left: 16px;
  line-height: 1.6;
  font-size: 15px;
  padding-left: 30px;
}

.card {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.card h3 {
  margin-top: 10px;
  margin-bottom: 18px;
  color: #6f8a7e;
  font-weight: 400;
}

/* Rentals
================================================== */

.yelp {
  margin: 50px auto;
}

.list-2 {
  margin: 30px auto;
  list-style: none;
}

.list-2 li::before {
  content: "\2022";
  color: #7d7384;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* About
================================================== */
.profile-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

/* As Read On
================================================== */
#as-read-on {
  margin: 5px 5px 60px;
  text-align: center;
  clear: both;
  height: 140px;
}

#as-read-on em {
  font-family: Corben, "Times New Roman", Georgia, Serif;
  /*font-style: normal;*/
  font-size: 1.1em;
  color: #428bca;
  padding-right: 8px;
}

#as-read-on ul {
  /*height: 50px;*/
  padding: 0;
}

#as-read-on ul li {
  display: inline;
  height: 100%;
  padding-left: 1em;
}

#as-read-on img {
  height: 40%;
  padding: 2px;
}

.voice {
  width: 88px;
  height: 36px;
  background: url("../img/voice-award.png");
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.buzzfeed {
  width: 52px;
  height: 40px;
  background: url("../img/buzzfeed.png");
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  background-position: 0px -6px;
  background-repeat: no-repeat;
}

.timeout {
  width: 80px;
  height: 56px;
  background: url("../img/timeout.jpg");
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  background-position: 0px -2px;
  background-repeat: no-repeat;
}

.betabeat {
  width: 48px;
  height: 40px;
  background: url("../img/betabeat.jpg");
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  background-position: 0px -2px;
  background-repeat: no-repeat;
}

.brokelyn {
  width: 100px;
  height: 40px;
  background: url("../img/brokelyn.jpg");
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  background-position: 0px -9px;
  background-repeat: no-repeat;
}

.technically {
  width: 100px;
  height: 40px;
  background: url("../img/technically.jpg");
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  background-position: 0px -9px;
  background-repeat: no-repeat;
}

.bushwick-daily {
  width: 76px;
  height: 40px;
  background: url("../img/bushwick-daily.png");
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  background-position: 0px -3px;
  background-repeat: no-repeat;
}

.brooklyn-based {
  width: 125px;
  height: 40px;
  background: url("../img/brooklyn-based.png");
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  background-position: 0px 8px;
  background-repeat: no-repeat;
}

/* Footer
================================================== */

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  font-size: 1em;
  text-align: center;
}

footer li,
footer li a {
  color: #428bca;
}

footer li a:hover,
footer li a:focus {
  text-decoration: none;
}

footer ul {
  list-style-type: none;
  padding: 0;
}

/* Screen Sizes
================================================== */

@media (min-width: 1006px) {
  .buttons {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #575757;
  }

  .featurette-image {
    margin-top: 50px;
    width: 60%;
    height: 60%;
  }
}

@media (min-width: 768px) {
  #social li {
    display: inline;
  }

  .form-all {
    margin-left: 20px;
    margin-right: 20px;
  }

  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  #as-read-on {
    padding-top: 30px;
  }

  footer ul li {
    display: inline;
  }
}

@media screen and (max-width: 450px) {
  h1,
  h2,
  h3 {
    text-align: center;
  }

  .price {
    text-align: center;
    margin-bottom: 28px;
  }

  h1,
  .heading1 {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .container {
    margin-top: 0px;
  }

  .featurette-image {
    width: 90%;
    height: 90%;
    margin: 40px auto;
  }

  footer {
    position: relative;
  }

  #as-read-on {
    margin-top: 30px;
    height: 120px;
  }

  #as-read-on ul {
    margin-top: 20px;
  }

  #content-wrap {
    padding-bottom: 0.5rem;
  }

  .lead p {
    margin: 20px auto;
  }
}
