@import url(libraries/bootstrap.min.css);
@import url(libraries/rouge.css);
.hvr-rotate {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg); }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  background: white; }

.homepage {
  background: #f0ad4e; }

.jumbotron-intro {
  border-top: 3px solid #ec5652;
  margin-bottom: 0;
  background: white; }

.display-3 {
  font-size: 3rem;
  font-weight: 100;
  margin-top: 0; }

.intro-photo {
  width: 70%;
  box-shadow: 0px 0px 7px #777573;
  border-radius: 10px; }

p {
  --x-height-multiplier: 0.35;
  --baseline-multiplier: 0.179;
  letter-spacing: .01rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: -.003em;
  margin-top: 29px; }

h1, h2, h3 {
  line-height: 1.4;
  color: #ec5652;
  margin-top: 2rem;
  font-weight: 300; }

.h4, h4 {
  font-size: 1.1rem;
  font-weight: normal;
  color: #F44336; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.75rem; }

.sidebar-highlight {
  background: rgba(255, 235, 59, 0.12); }

.post {
  margin-bottom: 7rem; }

blockquote {
  margin: 2rem;
  border-left: 2px solid #f0ad4e;
  padding-left: 1rem; }

.book-cover {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 3rem; }

.profile-pic, .testimonial-pic {
  border-radius: 50%;
  width: 100px; }

.testimonials {
  background: rgba(103, 58, 183, 0.16);
  padding: 1rem;
  box-shadow: inset 1px -3px 10px 2px rgba(153, 141, 173, 0.52); }

.book-cover-container {
  box-shadow: -2px -1px 10px 2px #9E9E9E; }

.blockquote {
  border-left: 0.25rem solid rgba(103, 58, 183, 0.23);
  margin: 0;
  font-size: 1rem; }

.package {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400; }

html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 7rem; }

body.homepage {
  margin-bottom: .5rem; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: .5rem;
  background-color: #f0ad4e; }

.navbar-love .navbar-brand {
  color: white;
  font-weight: 200; }
  .navbar-love .navbar-brand:hover {
    animation: pulse 1.5s infinite;
    -moz-animation: pulse 1s infinite;
    -webkit-animation: pulse 1s infinite;
    position: relative;
    cursor: pointer; }

.navbar-love .navbar-brand:focus,
.navbar-love .navbar-brand:hover,
.navbar-love .navbar-toggler:focus,
.navbar-love .navbar-toggler:hover {
  color: white; }

.navbar-love {
  background: #ec5652;
  min-height: 3rem; }
  .navbar-love .nav-link {
    padding-right: .425rem;
    padding-left: .425rem; }
  .navbar-love .nav-link:link,
  .navbar-love .nav-link:visited {
    color: rgba(255, 255, 255, 0.7); }
  .navbar-love .nav-link:hover,
  .navbar-love .nav-link:focus,
  .navbar-love .nav-link:active,
  .navbar-love .active {
    color: white !important;
    transform: rotate(-4deg); }
  .navbar-love .active {
    background: #f0ad4e;
    border-radius: .425rem; }

.navbar-toggler:focus {
  outline: none; }

.navbar-love .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-nav {
  margin-right: 60px; }

@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }

/***
Pricing table
***/
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee; }

.pricing-active {
  border: 3px solid #673AB7;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(103, 58, 183, 0.18); }

.pricing:hover {
  border: 3px solid #673AB7; }

.pricing:hover h4 {
  color: #673AB7; }

.pricing-head {
  text-align: center; }

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal; }

.pricing-head h3 .small,
.pricing-head h4 .small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic; }

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #673AB7;
  border-bottom: solid 1px #41b91c; }

.pricing-head h4 {
  color: rgba(103, 58, 183, 0.57);
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: rgba(103, 58, 183, 0.07);
  border-bottom: solid 1px #f5f9e7; }

.pricing-head-active h4 {
  color: #673AB7; }

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative; }

.pricing-head h4 .small {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative; }

.price {
  text-decoration: line-through;
  color: rgba(139, 115, 187, 0.24); }

.sale {
  font-size: 40px; }

/*Pricing Content*/
.pricing-content li {
  color: #888;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7; }

.pricing-content li li {
  border: none;
  padding: 2px; }

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px; }

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9; }

.price-active h4 {
  color: #673AB7; }

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out; }

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #673AB7;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out; }

.buy.btn {
  color: #FFFFFF;
  background-color: #ec5652; }

.buy.btn:hover,
.buy.btn:focus,
.buy.btn:active,
.buy.btn.active {
  color: #FFFFFF;
  background-color: #c9302c; }
