@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Inconsolata&display=swap");

a,
h1,
h2,
h3,
h4,
h5 {
  color: #2f3a5f !important;
}

a {
  font-weight: 400;
}

h1 {
  font-size: 3em;
  font-weight: 600;
  padding-bottom: 0.5em;
}

h1,
h2,
h3,
h4,
h5 {
  padding-top: 1.4em !important;
  padding-bottom: 0em !important;
  font-weight: 600;
}

p {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  margin: 0px;
}

img {
  max-width: 100%;
}

body {
  font-family: "Poppins", "sans-serif";
  overflow-x: hidden;
  font-weight: 300;
  color: #7c818b;
}

blockquote {
  margin: 1em;
  padding: 0.2em;
  border-left: 4px solid rgb(255, 99, 52);
}

blockquote p {
  padding-left: 1em;
  color: #999;
}

td,
th {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.example {
  font-family: "Inconsolata", sans-serif;
}

pre > code {
  padding: 1.5em !important;
}

.editor {
  background-color: #222222;
  color: #e0e7ff;
  padding: 1.5em;
  font-family: "Inconsolata", sans-serif;
}

.check {
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
  padding-left: 0;
}

.check li {
  text-align: center;
}

.check li:before {
  content: "✓";
  padding-right: 0.5em;
  color: #ff6334;
}

.check-white {
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0;
}

.check-white li:before {
  content: "✓";
  padding-right: 0.5em;
  color: #fff;
}

.accent {
  color: #ff6334;
}

.icon {
  color: #ff6334 !important;
  font-size: 3em;
}

a:hover {
  color: #ff6334 !important;
}

main {
  margin-top: 80px;
}

.logo {
  max-height: 60px;
}

.navbar {
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 40px;
  background: none !important;
}

.nav-item:hover .nav-sub-item {
  visibility: visible;
  opacity: 1;
}

.nav-sub-item {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: white;
  max-width: 380px;
  margin: 0;
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
}

.spacer {
  height: 1.2em;
}

.nav-icon {
  font-size: 32px;
  margin-top: 12px;
  color: #ff6334;
}

.color-changed {
  background-color: white !important;
}

.btn-signup {
  width: 200px;
  padding: 12px;
  background-color: white !important;
  border: 0 !important;
  border-radius: 1px !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.06);
  color: #ff6334 !important;
}

.btn-pill {
  background-color: #ff6334 !important;
  border: 0 !important;
  border-radius: 24px !important;
  color: #fff !important;
  padding: 12px !important;
  height: 48px !important;
  width: 200px;
  display: block !important;
}

.post-list {
  list-style: none;
  list-style-type: none !important;
  padding: 0;
  max-width: 800px !important;
  margin: 0 auto;
}

.post-stub-tag {
  border-radius: 3px;
  color: #fff;
  float: right;
  font-size: 10px;
  margin: 7px 0 0;
  padding: 0 5px;
  text-transform: uppercase;
}

.media-object {
  margin-right: 20px;
  max-width: 96px;
  border-radius: 50%;
  margin-top: 16px;
}

.media-body > h4 {
  font-size: 22px;
}

.post-stub {
  color: inherit;
}

.post-stub-title {
  margin: 0;
  text-transform: none;
}

.post-stub-description {
  display: inline-block;
  margin: 0;
  text-transform: none;
}

.post-stub-date {
  display: inline-block;
}

@media (max-width: 991px) {
  img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }
  .navbar-nav,
  .btn-signup {
    margin-top: 2em !important;
  }
  .btn-pill {
    margin-bottom: 4em !important;
  }
}
