/*@import url("//fonts.googleapis.com/css?family=Raleway:700");*/
@import url("//fonts.googleapis.com/css?family=Ubuntu");
@import url("//fonts.googleapis.com/css?family=Amatic+SC");

html,
body {
  height: 100%;
  font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.navbar-inner {
  background-color: #00c198;
  background-image: none;
}

.navbar {
  color: white;
}

.navbar .brand {
  font-size: 1.4em;
  color: white;
  padding-top: 13px;
  font-family: 'Amatic SC', cursive;
  font-weight: bolder;
}

.navbar .nav>li>a {
  color: white;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
  color: white;
  background-color: #00fbc8;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  font-size: 0.8em;
  height: 60px;
}
#footer {
  background-color: #f5f5f5;
  padding: 0;
}

/* Custom page CSS
-------------------------------------------------- */

h2, h3 {
  margin-top: 15px;
}

#wrap > .container {
  width: 860px;
  padding-top: 60px;
}
.container .credit {
  margin: 20px 0;
}

.post {
  margin-bottom: 35px;
  text-align: justify;
}

.post h1 {
  color: #00c198;
}

.post .post-info {
  font-size: small;
  margin-bottom: 15px;
}

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

.post p {
  line-height: 1.35;
}

li {
  line-height: 1.35;
}

.share-buttons img {
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}

.share-buttons-post img {
  width: 35px;
  padding: 5px;
  margin-bottom: 15px;
}

.share-buttons-index img {
  width: 30px;
  padding: 3px;
}

img {
  margin-bottom: 15px;
  margin-top: 15px;
}

.tagline {
    color: darkgray;
    font-style: italic;
}

/* Override bootstrap input fields */
input {
  font-size: 0.9em !important;
  height: 1.6em !important;
}

.product-placement {
  font-size: 1.2em;
  text-align: center;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 700px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #wrap > .container {
    width: 100%;
  }
}
