html,
body {
  background: #eff3f4;
  font-family: "Open Sans", serif;
}

.hero-body {
  background-image: url(./images/ly-global-header.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.hero-body .container {
  max-width: 700px;
}

.hero-body .title {
  color: hsl(192, 17%, 99%) !important;
}

.hero-body .subtitle {
  color: hsl(192, 17%, 99%) !important;
  padding-top: 2rem;
  line-height: 1.5;
}

.features {
  padding: 5rem 0;
}

.box.cta {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.card-image > .fa {
  font-size: 8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #209cee;
}

.card-content .content {
  font-size: 14px;
  margin: 1rem 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.card-content .content h4 {
  font-size: 16px;
  font-weight: 700;
}

.card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  margin-bottom: 2rem;
}

.intro {
  padding: 5rem 0;
  text-align: center;
}

.sandbox {
  padding: 5rem 0;
}

.tile.notification {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.is-shady {
  animation: flyintoright 0.4s backwards;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
  border-radius: 4px;
  margin: 10px;
  height: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.is-shady:hover {
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19);
}

.container .pagewrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: auto;
  text-align: center;
}

.container .pagination {
  overflow: auto;
  clear: both;
  display: inline-block;
  text-align: center;
  margin: 50px auto 0 auto;
}
.container .pagination .page {
  margin: 0 auto;
}
.container .pagination .page li {
  float: left;
  display: block;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.container .pagination .page li .current {
  color: #FFB7AF;
}

/*# sourceMappingURL=blog.css.map */
